<?php echo ini_get('precision') . PHP_EOL; echo ini_get('serialize_precision') . PHP_EOL; echo json_encode(array('price' => round('45.99', 2))) . PHP_EOL; echo (0.1+0.7), json_encode(0.1+0.7) . PHP_EOL;
You have javascript disabled. You will not be able to edit any code.