Annotation of embedaddon/php/tests/lang/016.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Testing user-defined function in included file
        !             3: --FILE--
        !             4: <?php 
        !             5: include "016.inc";
        !             6: MyFunc("Hello");
        !             7: ?>
        !             8: --EXPECT--
        !             9: Hello

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