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/bug30161.phpt |
--TEST-- Bug #30161 (Segmentation fault with exceptions) --FILE-- <?php class FIIFO { public function __construct() { throw new Exception; } } class hariCow extends FIIFO { public function __construct() { try { parent::__construct(); } catch(Exception $e) { } } public function __toString() { return "ok\n"; } } $db = new hariCow; echo $db; ?> --EXPECT-- ok
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare