3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Author: holdoffhunger@gmail.com $hexadecimal_number = "1234567890aBcDeF01234567"; $binary_number = base_convert($hexadecimal_number, 16, 2); print($binary_number); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/61FG5
function name:  (null)
number of ops:  9
compiled vars:  !0 = $hexadecimal_number, !1 = $binary_number
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, '1234567890aBcDeF01234567'
    6     1        INIT_FCALL                                               'base_convert'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 16
          4        SEND_VAL                                                 2
          5        DO_ICALL                                         $3      
          6        ASSIGN                                                   !1, $3
    7     7        ECHO                                                     !1
    9     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.09 ms | 1394 KiB | 15 Q