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/bug55554a.phpt |
--TEST-- Bug #55137 (Legacy constructor not registered for class) --FILE-- <?php // All constructors should be registered as such trait TConstructor { public function constructor() { echo "ctor executed\n"; } } class NewConstructor { use TConstructor { constructor as __construct; } } class LegacyConstructor { use TConstructor { constructor as LegacyConstructor; } } echo "New constructor: "; $o = new NewConstructor; echo "Legacy constructor: "; $o = new LegacyConstructor; --EXPECT-- New constructor: ctor executed Legacy constructor: ctor executed
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare