Annotation of embedaddon/php/Zend/tests/bug61095.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Bug #61095 (Lexing 0x00*+<NUM> incorectly)
        !             3: --FILE--
        !             4: <?php
        !             5: echo 0x00+2;
        !             6: echo "\n";
        !             7: ?>
        !             8: --EXPECT--
        !             9: 2

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