1--TEST--
2POST_INC without use during DFA optimization
3--FILE--
4<?php
5
6function test($n) {
7    for ($i = 0; $i < $n; !$i++) {}
8}
9
10?>
11===DONE===
12--EXPECT--
13===DONE===
14