php-src/Zend/tests/traits/error_007.phpt
2010-05-04 19:06:13 +00:00

14 lines
155 B
PHP

--TEST--
Trying to instantiate a trait
--FILE--
<?php
trait abc {
}
new abc;
?>
--EXPECTF--
Fatal error: Cannot instantiate trait abc in %s on line %d