dmitry          Fri Dec 28 13:38:30 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/json/tests     005.phpt 
  Log:
  Fixed test related to bug #38469
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/005.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/json/tests/005.phpt
diff -u php-src/ext/json/tests/005.phpt:1.1.2.3 
php-src/ext/json/tests/005.phpt:1.1.2.4
--- php-src/ext/json/tests/005.phpt:1.1.2.3     Thu Jul 20 09:33:28 2006
+++ php-src/ext/json/tests/005.phpt     Fri Dec 28 13:38:30 2007
@@ -13,15 +13,11 @@
 
 echo "Done\n";
 ?>
---EXPECTF--    
+--EXPECTF--
 array(1) {
   [0]=>
-  array(1) {
-    [0]=>
-    *RECURSION*
+  array(0) {
   }
 }
-
-Warning: json_encode(): recursion detected in %s on line %d
-string(8) "[[null]]"
+string(4) "[[]]"
 Done

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to