mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
ef2608925c
alternative-syntax testfile.
6 lines
45 B
PHP
Executable File
6 lines
45 B
PHP
Executable File
<?php
|
|
function MyFunc ($a) {
|
|
echo $a;
|
|
}
|
|
?>
|