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/method_override_optional_arg_002.phpt |
--TEST-- Omitting optional arg in method inherited from abstract class --FILE-- <?php abstract class A { function foo($arg = 1) {} } class B extends A { function foo() { echo "foo\n"; } } $b = new B(); $b->foo(); ?> --EXPECTF-- Warning: Declaration of B::foo() should be compatible with A::foo($arg = 1) in %s on line %d foo
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare