You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, the stack size limit is not hit there, so the test fails with Undefined variable $test and a lot of Attempt to read property "p" on null warnings.
There is no issue on nightly, presumably because we decrease the super large Windows stack size in our own CI (#17166).
PHP Version
PHP 8.3.18RC1
Operating System
Windows x86
The text was updated successfully, but these errors were encountered:
🤔 This test was added by me. Does decreasing the stack size help? It was copied from Zend/tests/stack_limit/stack_limit_005.phpt. Maybe the call stack is different enough to just dodge the overflow limit.
Description
Just noticed when testing PHP 8.4.5RC1: https://github.com/cmb69/php-ftw/actions/runs/13526695648
Apparently, the stack size limit is not hit there, so the test fails with
Undefined variable $test
and a lot ofAttempt to read property "p" on null
warnings.There is no issue on nightly, presumably because we decrease the super large Windows stack size in our own CI (#17166).
PHP Version
PHP 8.3.18RC1
Operating System
Windows x86
The text was updated successfully, but these errors were encountered: