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

13 lines
220 B
PHP

--TEST--
Incorrect DCE of ADD_ARRAY_ELEMENT
--FILE--
<?php
[0, "$a" => "$b"];
?>
DONE
--EXPECTF--
Warning: Undefined variable $a in %sdce_011.php on line 2
Warning: Undefined variable $b in %sdce_011.php on line 2
DONE