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/bug43175.phpt |
--TEST-- Bug #43175 (__destruct() throwing an exception with __call() causes segfault) --FILE-- <?php class foobar { public function __destruct() { throw new Exception(); } public function __call($m, $a) { return $this; } } function foobar() { return new foobar(); } try { foobar()->unknown(); } catch (Exception $e) { echo "__call via traditional factory should be caught\n"; } ?> --EXPECT-- __call via traditional factory should be caught
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare