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/bug69427.phpt |
--TEST-- Bug #69427 (Segfault on magic method __call of private method in superclass) --FILE-- <?php class SubClass extends BaseClass { } abstract class BaseClass { public function __call($name, $arguments) { return $this->$name(); } private function foobar() { return 'okey'; } } $test = new SubClass(); echo $test->foobar(); ?> --EXPECT-- okey
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare