We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92baedd + f07809f commit 48e318fCopy full SHA for 48e318f
2 files changed
ext/standard/tests/general_functions/gh20840.phpt
@@ -12,7 +12,7 @@ if (getenv('SKIP_ASAN')) {
12
}
13
?>
14
--INI--
15
-zend.max_allowed_stack_size=128K
+zend.max_allowed_stack_size=256K
16
--FILE--
17
<?php
18
class Node {
ext/standard/tests/http/http_build_query/gh20583.phpt
@@ -10,11 +10,11 @@ if (getenv('SKIP_ASAN')) {
10
11
$a = null;
-for ($i = 0; $i < 1000; $i++) {
+for ($i = 0; $i < 3000; $i++) {
$a = [$i => $a];
19
20
try {
0 commit comments