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_001.phpt |
--TEST-- Method override allows optional default argument --SKIPIF-- <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?> --FILE-- <?php class A { function foo($arg1 = 1) { } } class B extends A { function foo($arg1 = 2, $arg2 = 3) { var_dump($arg1); var_dump($arg2); } } class C extends A { function foo() { } } $b = new B(); $b->foo(1); ?> --EXPECTF-- Warning: Declaration of C::foo() should be compatible with A::foo($arg1 = 1) in %s on line %d int(1) int(3)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare