/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
traits
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/traits/language001.phpt
--TEST-- Single Trait with simple trait method --FILE-- <?php error_reporting(E_ALL); trait THello { public function hello() { echo 'Hello'; } } class TraitsTest { use THello; } $test = new TraitsTest(); $test->hello(); ?> --EXPECT-- Hello
Copyright ©2k19 -
Hexid
|
Tex7ure