xref
: /
PHP-8.2
/
ext
/
opcache
/
tests
/
preload_nested_function.inc
(revision 24ecfcc8)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
function test()
4
{
5
function test2() { }
6
}
7
8