php-8.0.30-src/tests/lang/016.inc

6 lines
47 B
PHP

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