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