summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/ssa_bug_008.phpt
blob: e12e0922b15d94300b78e0bbd0cde3075c3a95a0 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Incorrect CFG/SSA reconstruction
--FILE--
<?php
if (!is_int($info = gc_collect_cycles()) || ($info < 100)) {
        echo gettype($info)."\n";
}
--EXPECT--
integer