summaryrefslogtreecommitdiff
path: root/Zend/tests/traits/error_007.phpt
blob: 85c65e48aeedb0a7eae6772442fc67851bf13edc (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 EngineException: Cannot instantiate trait abc in %s:%d
Stack trace:
#0 {main}
  thrown in %s on line %d