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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user