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

Merge branch 'PHP-8.5'

* PHP-8.5:
  Tweak values for test on Windows (#20633)
This commit is contained in:
Niels Dossche
2025-12-02 20:48:52 +01:00

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 {