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/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/bug71275.phpt |
--TEST-- Bug #71275 (Bad method called on cloning an object having a trait) --FILE-- <?php trait MyTrait { public function _() { throw new RuntimeException('Should not be called'); } } class MyClass { use MyTrait; public function __clone() { echo "I'm working hard to clone"; } } $instance = new MyClass(); clone $instance; ?> --EXPECT-- I'm working hard to clone
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare