3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = array('8DDD9C2AD01446E390852FAC4A3BC594', '6A0957745ACE43738B8052FEA16DDF6F', 'C2121A27F0584C818B05ECF99F4AA0A5'); if (is_array($value)) { foreach ($value as &$values) { $values = hex2bin($values); } unset($values); } else { $value = hex2bin($value); } var_dump($value);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 13
Branch analysis from position: 3
2 jumps found. (Code = 125) Position 1 = 4, Position 2 = 10
Branch analysis from position: 4
2 jumps found. (Code = 126) Position 1 = 5, Position 2 = 10
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Ok5hW
function name:  (null)
number of ops:  21
compiled vars:  !0 = $value, !1 = $values
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        TYPE_CHECK                                  128          !0
          2      > JMPZ                                                     ~3, ->13
    6     3    > > FE_RESET_RW                                      $4      !0, ->10
          4    > > FE_FETCH_RW                                              $4, !1, ->10
    7     5    >   INIT_FCALL                                               'hex2bin'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                         $5      
          8        ASSIGN                                                   !1, $5
    6     9      > JMP                                                      ->4
         10    >   FE_FREE                                                  $4
    9    11        UNSET_CV                                                 !1
         12      > JMP                                                      ->17
   11    13    >   INIT_FCALL                                               'hex2bin'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $7      
         16        ASSIGN                                                   !0, $7
   14    17    >   INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.99 ms | 1395 KiB | 17 Q