mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08: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;
|
|
}
|
|
?>
|