<?php $s = "0x77b1774c931ea947dec707c71653099f";echo $s,"\n";$n = hexdec($s);echo $n,"\n";echo dechex($n),"\n";
Standard input is empty
0x77b1774c931ea947dec707c71653099f 1.5909958771598E+38 0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!