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/tests/lang/ |
Current File : //usr/local/src/php7/php-7.0.5/tests/lang/catchable_error_002.phpt |
--TEST-- Catchable fatal error [2] --FILE-- <?php class Foo { } function blah (Foo $a) { } function error() { $a = func_get_args(); var_dump($a); } set_error_handler('error'); try { blah (new StdClass); } catch (Error $ex) { echo $ex->getMessage(), "\n"; } echo "ALIVE!\n"; ?> --EXPECTF-- Argument 1 passed to blah() must be an instance of Foo, instance of stdClass given, called in %scatchable_error_002.php on line %d ALIVE!
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare