mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
10 lines
171 B
PHP
Executable File
10 lines
171 B
PHP
Executable File
<?php
|
|
function func1() { }
|
|
function func2() { }
|
|
function func3() { }
|
|
function func4() { }
|
|
function func5() { }
|
|
function func6() { }
|
|
function func7() { }
|
|
print ("ok\n");
|
|
?>
|