3v4l.org

run code in 500+ PHP versions simultaneously
<?php $atcode = '11F5796B61690196'; $sub1 = [ '0' => '2', '1' => '3', '2' => '0', '3' => '1', '4' => '6', '5' => '7', '7' => '5', '8' => 'A', '9' => 'B', 'A' => '8', 'B' => '9', 'C' => 'E', 'D' => 'F', 'E' => 'C', 'F' => 'D' ]; var_export( str_repeat( strtr($atcode[14], $sub1) . $atcode[15], 2 ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5ZJIv
function name:  (null)
number of ops:  14
compiled vars:  !0 = $atcode, !1 = $sub1
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, '11F5796B61690196'
    4     1        ASSIGN                                                       !1, <array>
   21     2        INIT_FCALL                                                   'var_export'
   22     3        INIT_FCALL                                                   'str_repeat'
   23     4        FETCH_DIM_R                                          ~4      !0, 14
          5        FRAMELESS_ICALL_2                strtr               ~5      ~4, !1
          6        FETCH_DIM_R                                          ~6      !0, 15
          7        CONCAT                                               ~7      ~5, ~6
          8        SEND_VAL                                                     ~7
   24     9        SEND_VAL                                                     2
   22    10        DO_ICALL                                             $8      
   24    11        SEND_VAR                                                     $8
   21    12        DO_ICALL                                                     
   26    13      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.41 ms | 1583 KiB | 15 Q