summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/preload_nested_function.inc
blob: 534e81348d30b40f3f189073ad4046e5e8c6ae31 (plain)
1
2
3
4
5
6
7
<?php

function test()
{
    function test2() { }
}