summaryrefslogtreecommitdiff
path: root/Zend/tests/remove_predecessor_of_pi_node.phpt
blob: 6231f08b3f626280c4a96ffe179e0ef52df5ac72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--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