Annotation of embedaddon/php/tests/lang/inc_throw.inc, revision 1.1

1.1     ! misho       1: <?php
        !             2: 
        !             3: throw new Exception();
        !             4: 
        !             5: ?>

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