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

1.1     ! misho       1: --TEST--
        !             2: Including a file in the current script directory from eval'd code
        !             3: --FILE--
        !             4: <?php
        !             5: require_once 'include_files/eval.inc';
        !             6: ?>
        !             7: --EXPECT--
        !             8: Included!

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