Help for this page

Select Code to Download


  1. or download this
    Integer overflow in hexadecimal number at -e line 1.
    40479664352695
    
  2. or download this
    {
        no warnings;
        $hex="24d0e803adb7"; 
        $dec=hex($hex);
    }