mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
7 lines
75 B
PHP
Executable file
7 lines
75 B
PHP
Executable file
<?php
|
|
function тест() {
|
|
echo "тест - ok\n";
|
|
}
|
|
|
|
тест();
|
|
?>
|