summaryrefslogtreecommitdiff
path: root/Zend/tests/exception_005.phpt
blob: 15458ec3c4038aca03fcc7b36e2426deef8f4ea1 (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 Error: Cannot instantiate interface a in %s:%d
Stack trace:
#0 {main}
  thrown in %s on line %d