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/array_021.phpt |
--TEST-- SPL: ArrayObject::seek() and exceptions --FILE-- <?php class foo extends ArrayObject { public function seek($key) { echo __METHOD__ . "($key)\n"; throw new Exception("hi"); } } $test = new foo(array(1,2,3)); try { $test->seek('bar'); } catch (Exception $e) { echo "got exception\n"; } ?> ===DONE=== --EXPECT-- foo::seek(bar) got exception ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare