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/bug49893.phpt |
--TEST-- Bug #49893 (Crash while creating an instance of Zend_Mail_Storage_Pop3) --FILE-- <?php class A { function __destruct() { try { throw new Exception("2"); } catch (Exception $e) { echo $e->getMessage() . "\n"; } } } class B { function __construct() { $this->a = new A(); throw new Exception("1"); } } try { $b = new B(); } catch(Exception $e) { echo $e->getMessage() . "\n";; } ?> --EXPECT-- 2 1
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare