3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mm = array('ah','ma','d','a', 'a'); $ee = $mm[2] . $mm[1] . $mm[0]; $ff = array('n','i','m','e'); $ee .= $mm[3] . $ff[2] . $ff[1] . $ff[0] . $ff[3]; $gg = array('l','g','m'); $tt = $ee; $yrp ='co'; $tt .= '@'; $tt .= $gg[1] . $gg[2] . $mm[3] . $ff[1] . $gg[0] . '.bot'; $bb = str_replace('bot', $yrp.'m', $tt); print_r ($bb); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iEBeg
function name:  (null)
number of ops:  44
compiled vars:  !0 = $mm, !1 = $ee, !2 = $ff, !3 = $gg, !4 = $tt, !5 = $yrp, !6 = $bb
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        FETCH_DIM_R                                      ~8      !0, 2
          2        FETCH_DIM_R                                      ~9      !0, 1
          3        CONCAT                                           ~10     ~8, ~9
          4        FETCH_DIM_R                                      ~11     !0, 0
          5        CONCAT                                           ~12     ~10, ~11
          6        ASSIGN                                                   !1, ~12
    4     7        ASSIGN                                                   !2, <array>
    5     8        FETCH_DIM_R                                      ~15     !0, 3
          9        FETCH_DIM_R                                      ~16     !2, 2
         10        CONCAT                                           ~17     ~15, ~16
         11        FETCH_DIM_R                                      ~18     !2, 1
         12        CONCAT                                           ~19     ~17, ~18
         13        FETCH_DIM_R                                      ~20     !2, 0
         14        CONCAT                                           ~21     ~19, ~20
         15        FETCH_DIM_R                                      ~22     !2, 3
         16        CONCAT                                           ~23     ~21, ~22
         17        ASSIGN_OP                                     8          !1, ~23
         18        ASSIGN                                                   !3, <array>
    6    19        ASSIGN                                                   !4, !1
         20        ASSIGN                                                   !5, 'co'
         21        ASSIGN_OP                                     8          !4, '%40'
         22        FETCH_DIM_R                                      ~29     !3, 1
         23        FETCH_DIM_R                                      ~30     !3, 2
         24        CONCAT                                           ~31     ~29, ~30
         25        FETCH_DIM_R                                      ~32     !0, 3
         26        CONCAT                                           ~33     ~31, ~32
         27        FETCH_DIM_R                                      ~34     !2, 1
         28        CONCAT                                           ~35     ~33, ~34
         29        FETCH_DIM_R                                      ~36     !3, 0
         30        CONCAT                                           ~37     ~35, ~36
         31        CONCAT                                           ~38     ~37, '.bot'
         32        ASSIGN_OP                                     8          !4, ~38
         33        INIT_FCALL                                               'str_replace'
         34        SEND_VAL                                                 'bot'
         35        CONCAT                                           ~40     !5, 'm'
         36        SEND_VAL                                                 ~40
         37        SEND_VAR                                                 !4
         38        DO_ICALL                                         $41     
         39        ASSIGN                                                   !6, $41
    9    40        INIT_FCALL                                               'print_r'
         41        SEND_VAR                                                 !6
         42        DO_ICALL                                                 
   10    43      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.41 ms | 1400 KiB | 17 Q