php-src/ext/opcache/tests/ssa_bug_008.phpt

10 lines
173 B
Plaintext
Raw Normal View History

2017-09-07 22:10:38 +08:00
--TEST--
Incorrect CFG/SSA reconstruction
--FILE--
<?php
if (!is_int($info = gc_collect_cycles()) || ($info < 100)) {
echo gettype($info)."\n";
}
--EXPECT--
integer