php-src/tests/lang/016.inc
2012-10-10 10:44:34 +08:00

6 lines
45 B
PHP

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