php-src/Zend/tests/traits/error_007.phpt

14 lines
155 B
Plaintext
Raw Normal View History

2010-05-04 19:06:13 +00:00
--TEST--
Trying to instantiate a trait
--FILE--
<?php
trait abc {
}
new abc;
?>
--EXPECTF--
Fatal error: Cannot instantiate trait abc in %s on line %d