1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 14:31:06 +02:00
Files
archived-php-src/Zend/tests/exception_006.phpt
Felipe Pena 5790b80c53 - New tests
2008-05-12 17:55: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