php-8.0.30-src/Zend/tests/post_inc_without_use.phpt

14 lines
165 B
PHP

--TEST--
POST_INC without use during DFA optimization
--FILE--
<?php
function test($n) {
for ($i = 0; $i < $n; !$i++) {}
}
?>
===DONE===
--EXPECT--
===DONE===