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_privateStatic_private.phpt |
--TEST-- Redeclare inherited private static property as private. --FILE-- <?php class A { private static $p = "A::p (static)"; static function showA() { echo self::$p . "\n"; } } class B extends A { private $p = "B::p"; function showB() { echo $this->p . "\n"; } } A::showA(); $b = new B; $b->showA(); $b->showB(); ?> --EXPECTF-- A::p (static) A::p (static) B::p
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare