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/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/bug43200.phpt |
--TEST-- Bug #43200 (Interface implementation / inheritance not possible in abstract classes) --FILE-- <?php interface a { function foo(); function bar(); } interface b { function foo(); } abstract class c { function bar() { } } class x extends c implements a, b { function foo() { } } ReflectionClass::export('x'); ?> --EXPECTF-- Class [ <user> class x extends c implements a, b ] { @@ %s 15-17 - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ <user, prototype b> public method foo ] { @@ %s 16 - 16 } Method [ <user, inherits c, prototype a> public method bar ] { @@ %s 12 - 12 } } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare