diff --git a/ext/opcache/tests/preload_013.phpt b/ext/opcache/tests/preload_013.phpt new file mode 100644 index 00000000000..f6387c08e12 --- /dev/null +++ b/ext/opcache/tests/preload_013.phpt @@ -0,0 +1,18 @@ +--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-- + +--FILE-- + +===DONE=== +--EXPECT-- +===DONE=== diff --git a/ext/opcache/tests/preload_nested_function.inc b/ext/opcache/tests/preload_nested_function.inc new file mode 100644 index 00000000000..534e81348d3 --- /dev/null +++ b/ext/opcache/tests/preload_nested_function.inc @@ -0,0 +1,7 @@ +