1--TEST-- 2Bug #78429 (opcache_compile_file(__FILE__); segfaults) 3--SKIPIF-- 4<?php require_once('skipif.inc'); ?> 5--INI-- 6opcache.enable_cli=0 7--FILE-- 8<?php 9var_dump(opcache_compile_file(__FILE__)); 10?> 11--EXPECTF-- 12Notice: Zend OPcache has not been properly started, can't compile file in %s on line %d 13bool(false) 14