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/tests/classes/ |
Current File : //usr/local/src/php7/php-7.0.5/tests/classes/property_override_public_protectedStatic.phpt |
--TEST-- Redeclare inherited public property as protected static. --FILE-- <?php class A { public $p = "A::p"; function showA() { echo $this->p . "\n"; } } class B extends A { protected static $p = "B::p (static)"; static function showB() { echo self::$p . "\n"; } } $a = new A; $a->showA(); $b = new B; $b->showA(); B::showB(); ?> --EXPECTF-- Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 18
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare