1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

Fixed test related to bug #38469

This commit is contained in:
Dmitry Stogov
2007-12-28 13:38:30 +00:00
parent 2705adc4b9
commit df9e324f35
+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