mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
a555cc0b3d
Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872.
13 lines
339 B
PHP
13 lines
339 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--
|
|
--EXPECTF--
|
|
Warning: Can't preload class Test with unresolved initializer for constant C in %s on line %d
|