<?phpini_set ('precision', 12);var_dump(round(microtime(1) * 1000));ini_set ('precision', 14);var_dump(round(microtime(1) * 1000));
Standard input is empty
float(1.3790893056E+12) float(1379089305600)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!