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