3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo PHP_INT_SIZE,"\n"; echo PHP_INT_MAX,"\n"; var_dump(0xffffffffffffffff); printf("%u\n",0xffffffffffffffff); printf("%d",0xffffffffffffffff);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kWd97
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     8
          1        ECHO                                                     '%0A'
    3     2        ECHO                                                     9223372036854775807
          3        ECHO                                                     '%0A'
    4     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAL                                                 1.84467e+19
          6        DO_ICALL                                                 
    5     7        INIT_FCALL                                               'printf'
          8        SEND_VAL                                                 '%25u%0A'
          9        SEND_VAL                                                 1.84467e+19
         10        DO_ICALL                                                 
    6    11        INIT_FCALL                                               'printf'
         12        SEND_VAL                                                 '%25d'
         13        SEND_VAL                                                 1.84467e+19
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.36 ms | 1385 KiB | 17 Q