mirror of
https://github.com/php/php-src.git
synced 2026-03-30 04:02:19 +02:00
19 lines
312 B
PHP
19 lines
312 B
PHP
--TEST--
|
|
Nested function definition
|
|
--INI--
|
|
opcache.enable=1
|
|
opcache.enable_cli=1
|
|
opcache.optimization_level=-1
|
|
opcache.preload={PWD}/preload_nested_function.inc
|
|
opcache.interned_strings_buffer=0
|
|
--SKIPIF--
|
|
<?php require_once('skipif.inc'); ?>
|
|
--FILE--
|
|
<?php
|
|
test();
|
|
test2();
|
|
?>
|
|
===DONE===
|
|
--EXPECT--
|
|
===DONE===
|