summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/preload_012.phpt
blob: 7c5ad9aa1a75499dcd4a3e8e6dc16f749a2afb1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
No autoloading during constant resolution
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.optimization_level=-1
opcache.preload={PWD}/preload_const_autoload.inc
--SKIPIF--
<?php
require_once('skipif.inc');
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
?>
--FILE--
--EXPECTF--
Warning: Can't preload class Test with unresolved initializer for constant C in %s on line %d