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/bug70944.phpt |
--TEST-- Bug #70944 (try{ } finally{} can create infinite chains of exceptions) --FILE-- <?php try { $e = new Exception("Foo"); try { throw new Exception("Bar", 0, $e); } finally { throw $e; } } catch (Exception $e) { var_dump((string)$e); } try { $e = new Exception("Foo"); try { throw new Exception("Bar", 0, $e); } finally { throw new Exception("Dummy", 0, $e); } } catch (Exception $e) { var_dump((string)$e); } ?> --EXPECTF-- string(%d) "Exception: Foo in %sbug70944.php:%d Stack trace: #0 {main}" string(%d) "Exception: Foo in %sbug70944.php:%d Stack trace: #0 {main} Next Exception: Dummy in %sbug70944.php:%d Stack trace: #0 {main}"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare