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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/classes/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/classes/ctor_name_clash.phpt |
--TEST-- ZE2 The child class can re-use the parent class name for a function member --FILE-- <?php class base { function base() { echo __CLASS__."::".__FUNCTION__."\n"; } } class derived extends base { function base() { echo __CLASS__."::".__FUNCTION__."\n"; } } $obj = new derived(); $obj->base(); ?> --EXPECTF-- Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; base has a deprecated constructor in %s on line %d base::base derived::base
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare