php-src/ext/opcache/tests/preload_nested_function.inc
Nikita Popov 24ecfcc833 Add test
Forgot to commit this.
2019-07-05 11:00:27 +02:00

7 lines
53 B
PHP

<?php
function test()
{
function test2() { }
}