php-src/Zend/tests/traits/error_007.phpt
2018-10-14 12:07:20 -03:00

17 lines
211 B
PHP

--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