3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.21 ms | 1393 KiB | 17 Q