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/ext/standard/tests/general_functions/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/general_functions/bug31190.phpt |
--TEST-- Bug #31190 (exception in call_user_func_array()) --FILE-- <?php class test { function throwException() { throw new Exception("Hello World!\n"); } } $array = array(new test(), 'throwException'); try { call_user_func($array, 1, 2); } catch (Exception $e) { echo $e->getMessage(); } try { call_user_func_array($array, array(1, 2)); } catch (Exception $e) { echo $e->getMessage(); } ?> --EXPECT-- Hello World! Hello World!
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare