Result Size: 1264 x 19
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$x = 10.365;
var_dump($x);
?>
</body>
</html>
                
float(10.365)