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/bug64988.phpt |
--TEST-- Bug #64988 (Class loading order affects E_STRICT warning) --FILE-- <?php abstract class Base1 { public function insert(array $data){ return array_reverse($data); } } class Noisy1 extends Base1 { public function insert(array $data, $option1 = Null) { if (!empty($option1)) { $data['option1'] = $option1; } return parent::insert($data); } } class Smooth1 extends Noisy1 { public function insert(array $data) { return parent::insert($data, count($data)); } } $o = new Smooth1(); echo "okey"; ?> --EXPECTF-- Warning: Declaration of Smooth1::insert(array $data) should be compatible with Noisy1::insert(array $data, $option1 = NULL) in %sbug64988.php on line 20 okey
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare