3v4l.org

run code in 300+ PHP versions simultaneously
<?php $bin = '011000110110100001100101011001010111101001100010011101010111001001100111011001010111001000101110011011010110010101000000011001110110110101100001011010010110110000101110011000110110111101101101'; echo pack('H*', base_convert($bin, 2, strlen($bin)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7QWAI
function name:  (null)
number of ops:  13
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        STRLEN                                           ~2      !0
          7        SEND_VAL                                                 ~2
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
         10        DO_ICALL                                         $4      
         11        ECHO                                                     $4
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.75 ms | 1394 KiB | 17 Q