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/generators/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/generators/bug74606.phpt |
--TEST-- Bug #74606 (Segfault within try/catch/finally nesting in Generators) --FILE-- <?php function gen() { $array = ["foo"]; $array[] = "bar"; foreach ($array as $item) { try { try { yield; } finally { echo "fin $item\n"; } } catch (\Exception $e) { echo "catch\n"; continue; } } } gen()->throw(new Exception); ?> --EXPECT-- fin foo catch fin bar
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare