ru_php/ext/opcache/tests/opt/dce_014.phpt

13 lines
156 B
PHP

--TEST--
DCE may remove FREE after FETCH_LIST_W
--FILE--
<?php
function () {
$a = $r[][] = $r = [] & $y;
+list(&$y) = $a;
}
?>
DONE
--EXPECT--
DONE