3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.07 ms | 1394 KiB | 15 Q