php-src/Zend/tests/gh11108_shutdown.inc
Ilija Tovilo 4c38a79f09
Fix incorrect CG(memoize_mode) state after bailout in ??=
Fixes GH-11108
Closes GH-11109
2023-04-20 19:45:02 +02:00

5 lines
54 B
PHP

<?php
function test() {
throw new Exception();
}