php-8.0.30-src/ext/opcache/tests/opt/dce_013.phpt

13 lines
131 B
PHP

--TEST--
Incorrect DCE of FREE
--FILE--
<?php
function foo() {
$a = $r[] = $r = []&$y;
list(&$y)=$a;
}
?>
DONE
--EXPECT--
DONE