mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +02:00
15 lines
361 B
PHP
15 lines
361 B
PHP
--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'); ?>
|
|
--FILE--
|
|
===DONE===
|
|
--EXPECTF--
|
|
Warning: Can't preload class Test with unresolved initializer for constant C in %s on line %d
|
|
===DONE===
|