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

throw 1;

?>
--EXPECTF--
Fatal error: Uncaught EngineException: Can only throw objects in %s:%d
Stack trace:
#0 {main}
  thrown in %s on line %d