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