ssa_bug_008.phpt 199 B

123456789101112
  1. --TEST--
  2. Incorrect CFG/SSA reconstruction
  3. --EXTENSIONS--
  4. opcache
  5. --FILE--
  6. <?php
  7. if (!is_int($info = gc_collect_cycles()) || ($info < 100)) {
  8. echo gettype($info)."\n";
  9. }
  10. ?>
  11. --EXPECT--
  12. integer