summaryrefslogtreecommitdiff
path: root/Zend/tests/traits/error_007.phpt
blob: e6091749c96c1140421dcc0faa96b441f31d6d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
Trying to instantiate a trait
--FILE--
<?php

trait abc {
}

new abc;

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