1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00

Fixed test related to bug #38469

This commit is contained in:
Dmitry Stogov
2007-12-28 13:23:00 +00:00
parent 5a3eb53723
commit ebf4cd30db
+3 -7
View 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