### Description The following code: ```php <?php function test($vars) { } function foo() { foreach ($array as $value) { try { try { foreach ($array as $_) { } } finally { throw new Exception; } } catch (Exception $e) { } } } for ($i=0; $fusion < 550; $i++) { $array = array($array); } ``` Resulted in this output: ``` Segmentation fault (core dumped) ``` this seems to crash very old php like php 5.5 ### PHP Version PHP 8.4.0-dev ### Operating System ubuntu 22.04