summaryrefslogtreecommitdiff
path: root/Zend/tests/bug33318.phpt
blob: dc1afbb1535d164136156bc0ac6f460d0713eec1 (plain)
1
2
3
4
5
6
7
8
--TEST--
Bug #33318 (throw 1; results in Invalid opcode 108/1/8)
--FILE--
<?php
throw 1;
?>
--EXPECTF--
Fatal error: Can only throw objects in %sbug33318.php on line 2