php-src/Zend/tests/exception_006.phpt

11 lines
132 B
Plaintext
Raw Normal View History

2008-05-12 17:57:21 +00:00
--TEST--
Trying to throw a non-object
--FILE--
<?php
throw 1;
?>
--EXPECTF--
Fatal error: Can only throw objects in %s on line %d