php-src/ext/opcache/tests/ssa_bug_008.phpt
Max Semenik e9f783fcdd Migrate skip checks to --EXTENSIONS--, p3
For rationale, see #6787

Extensions migrated in part 3:
* ftp
* gmp
* iconv
* opcache
* shmop
2021-04-03 15:23:25 +02:00

13 lines
199 B
PHP

--TEST--
Incorrect CFG/SSA reconstruction
--EXTENSIONS--
opcache
--FILE--
<?php
if (!is_int($info = gc_collect_cycles()) || ($info < 100)) {
echo gettype($info)."\n";
}
?>
--EXPECT--
integer