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/bug47771.phpt |
--TEST-- Bug #47771 (Exception during object construction from arg call calls object's destructor) --FILE-- <?php function throw_exc() { throw new Exception('TEST_EXCEPTION'); } class Test { public function __construct() { echo 'Constr' ."\n"; } public function __destruct() { echo 'Destr' ."\n"; } } try { $T =new Test(throw_exc()); } catch( Exception $e) { echo 'Exception: ' . $e->getMessage() . "\n"; } ?> --EXPECT-- Exception: TEST_EXCEPTION
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare