post_inc_without_use.phpt 165 B

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