I am using a localhost and wampserver.
I have run the following script:
<?php $x = 10.365; var_dump($x); ?>I am getting the following result:
C:\wamp64\www\test3.php:7:float 10.365
If any one can guide me why I am getting this result. The correct answer on the web server is: float(10.365)
Thank you.