--TEST-- Bug #67215 (php-cgi work with opcache, may be segmentation fault happen) --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_update_protection=0 --EXTENSIONS-- opcache --FILE-- "); file_put_contents($file_p, ''); require $file_c; $a = new c(); require $file_c; ?> --CLEAN-- --EXPECTF-- Fatal error: Cannot redeclare class p (previously declared in %sbug67215.p.php:%d) in %sbug67215.p.php on line %d