--TEST-- Float should not consider locale --SKIPIF-- set('test', 13882.1332451)); $n = $memcache->get('test'); setlocale(LC_NUMERIC, "C"); var_dump($n); --EXPECT-- bool(true) float(13882.1332451)