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/bug25038.phpt |
--TEST-- Bug #25038 (call_user_func issues warning if function throws exception) --FILE-- <?php function bar($x='no argument') { throw new Exception("This is an exception from bar({$x})."); } try { bar('first try'); } catch (Exception $e) { print $e->getMessage()."\n"; } try { call_user_func('bar','second try'); } catch (Exception $e) { print $e->getMessage()."\n"; } ?> ===DONE=== --EXPECT-- This is an exception from bar(first try). This is an exception from bar(second try). ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare