]> granicus.if.org Git - php/commitdiff
Fixed test related to bug #38469
authorDmitry Stogov <dmitry@php.net>
Fri, 28 Dec 2007 13:38:30 +0000 (13:38 +0000)
committerDmitry Stogov <dmitry@php.net>
Fri, 28 Dec 2007 13:38:30 +0000 (13:38 +0000)
ext/json/tests/005.phpt

index f6a8977d184f183221083366d5400ce95095f978..01a307f4a3abc8f2d1bca9c7ff68fec4b109dccb 100644 (file)
@@ -13,15 +13,11 @@ var_dump(json_encode($a));
 
 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