### Description The following code: ```php <?php $c = (function () { [ ...($r = (function () { try { yield $a => 0; } finally { return []; } })()), ]; })()[0]; ``` with `USE_TRACKED_ALLOC=1 USE_ZEND_ALLOC=0` Resulted in this output: ``` heap-buffer-overflow read ``` ### PHP Version PHP 8.3.0-dev ### Operating System _No response_