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

1.1     ! misho       1: --TEST--
        !             2: Throwing exception in global scope
        !             3: --FILE--
        !             4: <?php 
        !             5: 
        !             6: throw new Exception(1);
        !             7: 
        !             8: ?>
        !             9: --EXPECTF--
        !            10: 
        !            11: Fatal error: Uncaught exception 'Exception' with message '1' in %s:%d
        !            12: Stack trace:
        !            13: #0 {main}
        !            14:   thrown in %s on line %d

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