php-src/tests/lang/016.inc
2018-02-10 19:20:23 +01:00

6 lines
44 B
PHP

<?php
function MyFunc ($a) {
echo $a;
}
?>