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

1.1     ! misho       1: --TEST--
        !             2: Bug #33318 (throw 1; results in Invalid opcode 108/1/8)
        !             3: --FILE--
        !             4: <?php
        !             5: throw 1;
        !             6: ?>
        !             7: --EXPECTF--
        !             8: Fatal error: Can only throw objects in %sbug33318.php on line 2

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