--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 --SKIPIF-- --FILE-- "); file_put_contents($file_p, ''); require $file_c; $a = new c(); require $file_c; ?> --CLEAN-- --EXPECTF-- Fatal error: Cannot declare class c, because the name is already in use in %sbug67215.c.php on line %d