Annotation of embedaddon/php/tests/lang/include_variation1.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: include() a file from the current script directory
                      3: --FILE--
                      4: <?php
                      5: include("inc.inc");
                      6: ?>
                      7: --EXPECT--
                      8: Included!

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