php-8.0.30-src/ext/opcache/tests/preload_nested_function.inc

8 lines
53 B
PHP

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