php-src/tests/lang/016.inc
2020-02-03 22:52:20 +01:00

6 lines
47 B
PHP

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