3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo pow(2,53)-1; echo "\n",PHP_INT_MAX; echo dechex(PHP_INT_MAX);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YbTUQ
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'pow'
          1        SEND_VAL                                                 2
          2        SEND_VAL                                                 53
          3        DO_ICALL                                         $0      
          4        SUB                                              ~1      $0, 1
          5        ECHO                                                     ~1
    5     6        ECHO                                                     '%0A'
          7        ECHO                                                     9223372036854775807
    7     8        INIT_FCALL                                               'dechex'
          9        SEND_VAL                                                 9223372036854775807
         10        DO_ICALL                                         $2      
         11        ECHO                                                     $2
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.17 ms | 939 KiB | 18 Q