Skip to content

Commit ad867ce

Browse files
authored
Tweak values for test on Windows (#20633)
1 parent d543630 commit ad867ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ if (getenv('SKIP_ASAN')) {
1010
}
1111
?>
1212
--INI--
13-
zend.max_allowed_stack_size=512K
13+
zend.max_allowed_stack_size=128K
1414
--FILE--
1515
<?php
1616
$a = null;
17-
for ($i = 0; $i < 5000; $i++) {
17+
for ($i = 0; $i < 1000; $i++) {
1818
$a = [$i => $a];
1919
}
2020
try {

0 commit comments

Comments
 (0)