php-src/Zend/tests/remove_predecessor_of_pi_node.phpt

15 lines
235 B
Plaintext
Raw Normal View History

--TEST--
Regression test for incorrect update of pi node users when removing a predecessor block
--FILE--
<?php
function test() {
for (; $n--; )
C;
}
test();
?>
--EXPECTF--
Warning: Undefined variable $n in %s on line %d