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