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