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