--TEST-- Bug #27646 (Cannot serialize/unserialize non-finite numeric values) --FILE-- --EXPECT-- float(-INF) string(7) "d:-INF;" float(-INF) float(INF) string(6) "d:INF;" float(INF) float(NAN) string(6) "d:NAN;" float(NAN)