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/final_redeclare.phpt |
--TEST-- ZE2 A final method may not be overwritten --FILE-- <?php class pass { final function show() { echo "Call to function pass::show()\n"; } } $t = new pass(); class fail extends pass { function show() { echo "Call to function fail::show()\n"; } } echo "Done\n"; // Shouldn't be displayed ?> --EXPECTF-- Fatal error: Cannot override final method pass::show() in %s on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare