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 : /usr/local/src/php7/php-7.0.5/Zend/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/bug34062.phpt |
--TEST-- Bug #34062 (Crash in catch block when many arguments are used) --FILE-- <?php function f1() { throw new Exception; } function f2() { echo "here\n"; } try { // Currently it's the minimum required number of zeros // If you remove one, it won't crash max(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, f1()); } catch (Exception $e) { echo "(((\n"; f2(0, 0, 0); // Won't crash if less than 3 zeros here echo ")))\n"; } ?> --EXPECT-- ((( here )))
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare