php-src/Zend/tests/exception_005.phpt

13 lines
176 B
Plaintext
Raw Normal View History

2008-05-12 17:55:21 +00:00
--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