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

20 lines
260 B
PHP

--TEST--
Type inference 015: ASSIGN_DIM_OP
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.optimization_level=-1
--FILE--
<?php
function test() {
for(;;) {
$x[y.y] &= y;
$x = false;
$x[""] = y;
}
}
?>
DONE
--EXPECT--
DONE