summaryrefslogtreecommitdiff
path: root/tests/lang/include_files/function.inc
blob: 528f46c56476dd19e4a206b32e3e7de3abba1d62 (plain)
1
2
3
<?php
function test() { require_once 'echo.inc'; }
?>