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

1.1     ! misho       1: --TEST--
        !             2: Including a file in the current script directory from an included function
        !             3: --FILE--
        !             4: <?php
        !             5: require_once 'include_files/function.inc';
        !             6: test();
        !             7: ?>
        !             8: --EXPECT--
        !             9: Included!

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