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

1.1     ! misho       1: --TEST--
        !             2: Bug #35382 (Comment in end of file produces fatal error)
        !             3: --FILEEOF--
        !             4: <?php
        !             5: eval("echo 'Hello'; // comment");
        !             6: echo " World";
        !             7: //last line comment
        !             8: --EXPECTF--
        !             9: Hello World

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