1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00
Files
archived-php-src/Zend/tests/exception_006.phpt
Felipe Pena e35c457913 - New tests
2008-05-12 17:57:21 +00:00

11 lines
132 B
PHP

--TEST--
Trying to throw a non-object
--FILE--
<?php
throw 1;
?>
--EXPECTF--
Fatal error: Can only throw objects in %s on line %d