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/Zend/tests/traits/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/traits/bug55137.phpt |
--TEST-- Bug #55137 (Changing trait static method visibility) --FILE-- <?php trait A { protected static function foo() { echo "abc\n"; } private static function bar() { echo "def\n"; } } class B { use A { A::foo as public; A::bar as public baz; } } B::foo(); B::baz(); ?> --EXPECT-- abc def
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare