xref: /php-src/tests/lang/016.inc (revision f8d79582)
1<?php
2function MyFunc ($a) {
3    echo $a;
4}
5?>
6