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/bug48215.phpt |
--TEST-- Bug #48215 - parent::method() calls __construct --FILE-- <?php class A { public function __construct() { echo __METHOD__ . "\n"; } protected function A() { echo __METHOD__ . "\n"; } } class B extends A { public function __construct() { echo __METHOD__ . "\n"; parent::__construct(); } public function A() { echo __METHOD__ . "\n"; parent::A(); } } $b = new B(); $b->A(); ?> ===DONE=== --EXPECTF-- B::__construct A::__construct B::A A::A ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare