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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/bug37138.phpt |
--TEST-- Bug #37138 (__autoload tries to load callback'ed self and parent) --FILE-- <?php spl_autoload_register(function ($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