--TEST-- Test pow() - basic function test pow() - with large exponents --INI-- precision=14 --FILE-- ===Done=== --EXPECTF-- -- The following all result in INF -- float(INF) float(INF) float(INF) -- The following all result in 0 -- float(0) float(0) float(0) float(0) -- The following all result in -0 -- float(%s) -- The following all result in -INF -- float(-INF) float(-INF) ===Done===