1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 20:41:18 +02:00
Files
archived-php-src/Zend/tests/traits/error_007.phpt
2015-05-17 17:31:43 -05:00

17 lines
212 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