--TEST-- Memcached::getMulti() with bad unserialize --SKIPIF-- --FILE-- set('bar', "12", 10)); var_dump($m->set('foo', new Foo(), 10)); error_reporting(0); try { var_dump($m->getMulti(array('bar', 'foo'))); } catch (Exception $e) { echo error_get_last()["message"], "\n"; echo $e->getMessage(), "\n"; } --EXPECTF-- bool(true) bool(true) Memcached::%s(): could not unserialize%s 123456