1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00
Files
archived-php-src/Zend/tests/exception_005.phpt
Felipe Pena 5790b80c53 - New tests
2008-05-12 17:55:21 +00:00

13 lines
176 B
PHP

--TEST--
Trying to throw exception of an interface
--FILE--
<?php
interface a { }
throw new a();
?>
--EXPECTF--
Fatal error: Cannot instantiate interface a in %s on line %d