summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/bug78429.phpt
blob: d2d1e43cdc0e2e741dc72e3463a09b4d547af14b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Bug #78429 (opcache_compile_file(__FILE__); segfaults)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--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)