1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-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;
}
?>