summaryrefslogtreecommitdiff
path: root/tests/lang/016.inc
blob: 453755d87023ef463f2355e047031111633dedae (plain)
1
2
3
4
5
<?php
function MyFunc ($a) {
    echo $a;
}
?>