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/bug37138.phpt |
--TEST-- Bug #37138 (__autoload tries to load callback'ed self and parent) --FILE-- <?php function __autoload ($CN) {var_dump ($CN);} class st { public static function e () {echo ("EHLO\n");} public static function e2 () {call_user_func (array ('self', 'e'));} } class stch extends st { public static function g () {call_user_func (array ('parent', 'e'));} } st::e (); st::e2 (); stch::g (); ?> --EXPECT-- EHLO EHLO EHLO
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare