xref: /PHP-5.5/Zend/tests/bug33318.phpt (revision 610c7fbe)
1--TEST--
2Bug #33318 (throw 1; results in Invalid opcode 108/1/8)
3--FILE--
4<?php
5throw 1;
6?>
7--EXPECTF--
8Fatal error: Can only throw objects in %sbug33318.php on line 2