3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo base_convert((base_convert(md5(1), 16, 10) % (256*256*256)), 10, 16);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/P0tQg
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'base_convert'
          1        INIT_FCALL                                               'base_convert'
          2        INIT_FCALL                                               'md5'
          3        SEND_VAL                                                 1
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        SEND_VAL                                                 16
          7        SEND_VAL                                                 10
          8        DO_ICALL                                         $1      
          9        MOD                                              ~2      $1, 16777216
         10        SEND_VAL                                                 ~2
         11        SEND_VAL                                                 10
         12        SEND_VAL                                                 16
         13        DO_ICALL                                         $3      
         14        ECHO                                                     $3
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.69 ms | 1394 KiB | 17 Q