Skip to content

Commit d93bed9

Browse files
committed
Fix GH-20583 test for deep http_build_query structures
1 parent 8133961 commit d93bed9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ext/standard/tests/http/http_build_query/gh20583.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ try {
2424
}
2525
?>
2626
--EXPECTF--
27-
Fatal error: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached during compilation. Try splitting expression in %s on line %d
27+
Error: Maximum call stack size reached.
28+
Fatal error: Maximum call stack size of %s reached during compilation. Try splitting expression in %s on line %d

0 commit comments

Comments
 (0)