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

1.1     ! misho       1: --TEST--
        !             2: short_open_tag: On
        !             3: --INI--
        !             4: short_open_tag=on
        !             5: --FILE--
        !             6: <?
        !             7: echo "Used a short tag\n";
        !             8: ?>
        !             9: Finished
        !            10: --EXPECT--
        !            11: Used a short tag
        !            12: Finished

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