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/bug35017.phpt |
--TEST-- Bug #35017 (Exception thrown in error handler may cause unexpected behavior) --FILE-- <?php set_error_handler('errorHandler'); try { if ($a) { echo "1\n"; } else { echo "0\n"; } echo "?\n"; } catch(Exception $e) { echo "This Exception should be catched\n"; } function errorHandler($errno, $errstr, $errfile, $errline, $vars) { throw new Exception('Some Exception'); } ?> --EXPECT-- This Exception should be catched
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare