18 lines
360 B
PHP
18 lines
360 B
PHP
--TEST--
|
|
Bug #78175 (Preloading segfaults at preload time and at runtime)
|
|
--INI--
|
|
opcache.enable=1
|
|
opcache.enable_cli=1
|
|
opcache.optimization_level=-1
|
|
opcache.preload={PWD}/preload_bug78175.inc
|
|
--SKIPIF--
|
|
<?php
|
|
require_once('skipif.inc');
|
|
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
|
|
?>
|
|
--FILE--
|
|
OK
|
|
--EXPECT--
|
|
Shutdown
|
|
OK
|