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

1.1     ! misho       1: --TEST--
        !             2: Bison weirdness
        !             3: --FILE--
        !             4: <?php
        !             5: error_reporting(E_ALL & ~E_NOTICE);
        !             6: echo "blah-$foo\n";
        !             7: ?>
        !             8: --EXPECT--
        !             9: blah-

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