3v4l.org

run code in 300+ 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:  17
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        INIT_FCALL                                               'strtr'
          5        FETCH_DIM_R                                      ~4      !0, 14
          6        SEND_VAL                                                 ~4
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $5      
          9        FETCH_DIM_R                                      ~6      !0, 15
         10        CONCAT                                           ~7      $5, ~6
         11        SEND_VAL                                                 ~7
   24    12        SEND_VAL                                                 2
   22    13        DO_ICALL                                         $8      
   24    14        SEND_VAR                                                 $8
   21    15        DO_ICALL                                                 
   26    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
138.86 ms | 999 KiB | 16 Q