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