Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/Zend/tests/traits/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/traits/methods_001.phpt |
--TEST-- Testing magic method on trait --FILE-- <?php trait foo { public function __toString() { return '123'; } public function __get($x) { var_dump($x); } public function __set($attr, $val) { var_dump($attr .'==='. $val); } public function __clone() { var_dump(__FUNCTION__); } } class bar { use foo; } $o = new bar; echo $o, PHP_EOL; $o->xyz; $o->xyz = 2; clone $o; ?> --EXPECT-- 123 string(3) "xyz" string(7) "xyz===2" string(7) "__clone"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare