3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.46 ms | 1394 KiB | 17 Q