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/bug71604_3.phpt |
--TEST-- Bug #71604: Aborted Generators continue after nested finally (3) --FILE-- <?php function gen() { try { throw new Exception(1); } finally { try { yield; } finally { try { throw new Exception(2); } finally { } } } } try { gen()->rewind(); } catch (Exception $e) { echo $e, "\n"; } ?> --EXPECTF-- Exception: 1 in %s:%d Stack trace: #0 [internal function]: gen() #1 %s(%d): Generator->rewind() #2 {main} Next Exception: 2 in %s:%d Stack trace: #0 %s(%d): gen() #1 {main}
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare