1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Tweak values for test on Windows (#20633)

This commit is contained in:
Niels Dossche
2025-12-02 11:48:24 -08:00
committed by GitHub
parent d543630049
commit ad867ce651

View File

@@ -10,11 +10,11 @@ if (getenv('SKIP_ASAN')) {
}
?>
--INI--
zend.max_allowed_stack_size=512K
zend.max_allowed_stack_size=128K
--FILE--
<?php
$a = null;
for ($i = 0; $i < 5000; $i++) {
for ($i = 0; $i < 1000; $i++) {
$a = [$i => $a];
}
try {