php-src/Zend/tests/bug40236.inc

10 lines
171 B
PHP
Raw Normal View History

<?php
function func1() { }
function func2() { }
function func3() { }
function func4() { }
function func5() { }
function func6() { }
function func7() { }
print ("ok\n");
?>