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.phpt |
--TEST-- Bug #71604: Aborted Generators continue after nested finally --FILE-- <?php function gen() { try { try { yield; } finally { print "INNER\n"; } } catch (Exception $e) { print "EX\n"; } finally { print "OUTER\n"; } print "NOTREACHED\n"; } gen()->current(); ?> --EXPECT-- INNER OUTER
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare