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/static_mix_2.phpt |
--TEST-- ZE2 You cannot overload a non static method with a static method --FILE-- <?php class pass { function show() { echo "Call to function pass::show()\n"; } } class fail extends pass { static function show() { echo "Call to function fail::show()\n"; } } $t = new pass(); $t->show(); fail::show(); echo "Done\n"; // shouldn't be displayed ?> --EXPECTF-- Fatal error: Cannot make non static method pass::show() static in class fail in %s on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare