ru_php/ext/opcache/tests/bug78429.phpt

14 lines
288 B
PHP

--TEST--
Bug #78429 (opcache_compile_file(__FILE__); segfaults)
--EXTENSIONS--
opcache
--INI--
opcache.enable_cli=0
--FILE--
<?php
var_dump(opcache_compile_file(__FILE__));
?>
--EXPECTF--
Notice: Zend OPcache has not been properly started, can't compile file in %s on line %d
bool(false)