--TEST-- SPL: ArrayObject::seek() and exceptions --FILE-- seek('bar'); } catch (Exception $e) { echo "got exception\n"; } ?> ===DONE=== --EXPECT-- foo::seek(bar) got exception ===DONE===