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