Annotation of embedaddon/php/Zend/tests/bug40236.inc, revision 1.1

1.1     ! misho       1: <?php
        !             2: function func1() { }
        !             3: function func2() { }
        !             4: function func3() { }
        !             5: function func4() { }
        !             6: function func5() { }
        !             7: function func6() { }
        !             8: function func7() { }
        !             9: print ("ok\n");
        !            10: ?>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>