3v4l.org

run code in 300+ PHP versions simultaneously
<?php $id1 = 340454; $id2 = 4; echo dechex(md5($id1 . $id2));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/odrWU
function name:  (null)
number of ops:  11
compiled vars:  !0 = $id1, !1 = $id2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 340454
    4     1        ASSIGN                                                   !1, 4
    6     2        INIT_FCALL                                               'dechex'
          3        INIT_FCALL                                               'md5'
          4        CONCAT                                           ~4      !0, !1
          5        SEND_VAL                                                 ~4
          6        DO_ICALL                                         $5      
          7        SEND_VAR                                                 $5
          8        DO_ICALL                                         $6      
          9        ECHO                                                     $6
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.47 ms | 1394 KiB | 17 Q