3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = unpack('H*', "hello"); echo base_convert($value[1], 16, 2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2OjoV
function name:  (null)
number of ops:  13
compiled vars:  !0 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'unpack'
          1        SEND_VAL                                                 'H%2A'
          2        SEND_VAL                                                 'hello'
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
    3     5        INIT_FCALL                                               'base_convert'
          6        FETCH_DIM_R                                      ~3      !0, 1
          7        SEND_VAL                                                 ~3
          8        SEND_VAL                                                 16
          9        SEND_VAL                                                 2
         10        DO_ICALL                                         $4      
         11        ECHO                                                     $4
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.68 ms | 1397 KiB | 18 Q