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

1.1     ! misho       1: --TEST--
        !             2: Bug #23584 (error line numbers off by one when using #!php)
        !             3: --FILE--
        !             4: #!php
        !             5: <?php
        !             6: 
        !             7: error_reporting(E_ALL);
        !             8: 
        !             9: echo $foo;
        !            10: 
        !            11: ?>
        !            12: --EXPECTREGEX--
        !            13: Notice: Undefined variable:.*foo in .* on line 6

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