summaryrefslogtreecommitdiff
path: root/Zend/tests/exception_005.phpt
blob: 0d55f0c6b04d46a1195b0c6550549a1df0959fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
Trying to throw exception of an interface
--FILE--
<?php

interface a { }

throw new a();

?>
--EXPECTF--
Fatal error: Uncaught EngineException: Cannot instantiate interface a in %s:%d
Stack trace:
#0 {main}
  thrown in %s on line %d