3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.4 ms | 1394 KiB | 15 Q