xref: /PHP-8.1/ext/opcache/tests/bug78429.phpt (revision e9f783fc)
1--TEST--
2Bug #78429 (opcache_compile_file(__FILE__); segfaults)
3--EXTENSIONS--
4opcache
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