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/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/bug66608.phpt |
--TEST-- Bug #66608 (Incorrect behavior with nested "finally" blocks) --FILE-- <?php function bar() { try { echo "1\n"; try { } finally { try { } finally { } echo "2\n"; } } finally { try { throw new Exception (""); } catch (Exception $ab) { echo "3\n"; } finally { try { } finally { echo "4\n"; try { } finally { } echo "5\n"; } } echo "6\n"; try { } finally { while (1) { try { echo "7\n"; break; } finally { echo "8\n"; } echo "bad"; } echo "9\n"; while (1) { try { throw new Exception(""); } catch(Exception $e) { echo "10\n"; break; } finally { echo "11\n"; } echo "bak\n"; } } echo "12\n"; } echo "13\n"; } bar(); --EXPECT-- 1 2 3 4 5 6 7 8 9 10 11 12 13
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare