php-src/tests/lang/016.inc
2002-03-29 17:12:11 +00:00

6 lines
45 B
PHP
Executable File

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