summaryrefslogtreecommitdiff
path: root/Zend/tests/exception_006.phpt
blob: 5c981fc1b67be78207b9418639999897f306b891 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Trying to throw a non-object
--FILE--
<?php

throw 1;

?>
--EXPECTF--
Fatal error: Can only throw objects in %s on line %d