1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 20:11:02 +02:00
Files
archived-php-src/tests/lang/016.inc
2018-10-13 14:12:55 +02:00

6 lines
44 B
PHP

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