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/bug73337.phpt |
--TEST-- Bug #73337 (try/catch not working with two exceptions inside a same operation) --FILE-- <?php class d { function __destruct() { throw new Exception; } } try { new d + new d; } catch (Exception $e) { print "Exception properly caught\n"; } ?> --EXPECTF-- Notice: Object of class d could not be converted to int in %sbug73337.php on line 3 Notice: Object of class d could not be converted to int in %sbug73337.php on line 3 Exception properly caught
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare