3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "A-MTP-"; $i = 1; $j=1; $ss=1; $s=1; $ch="ch".$ss ; $ch= "$".$ch; $$ch =array(); while ($i < 4) { while($j < 13) { $sh = $a."-".$i."-".$j ; array_push($sh,$$ch[$s]); if($j % 4 == 0) { $s++; } $j++; } $i++; } //print_r($$ch1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 32
Branch analysis from position: 32
2 jumps found. (Code = 44) Position 1 = 34, Position 2 = 12
Branch analysis from position: 34
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 29
Branch analysis from position: 29
2 jumps found. (Code = 44) Position 1 = 31, Position 2 = 13
Branch analysis from position: 31
2 jumps found. (Code = 44) Position 1 = 34, Position 2 = 12
Branch analysis from position: 34
Branch analysis from position: 12
Branch analysis from position: 13
2 jumps found. (Code = 43) Position 1 = 27, Position 2 = 28
Branch analysis from position: 27
2 jumps found. (Code = 44) Position 1 = 31, Position 2 = 13
Branch analysis from position: 31
Branch analysis from position: 13
Branch analysis from position: 28
filename:       /in/vvWcr
function name:  (null)
number of ops:  35
compiled vars:  !0 = $a, !1 = $i, !2 = $j, !3 = $ss, !4 = $s, !5 = $ch, !6 = $sh
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'A-MTP-'
    3     1        ASSIGN                                                   !1, 1
    4     2        ASSIGN                                                   !2, 1
    5     3        ASSIGN                                                   !3, 1
    6     4        ASSIGN                                                   !4, 1
    7     5        CONCAT                                           ~12     'ch', !3
          6        ASSIGN                                                   !5, ~12
    8     7        CONCAT                                           ~14     '%24', !5
          8        ASSIGN                                                   !5, ~14
    9     9        FETCH_W                      local               $16     !5
         10        ASSIGN                                                   $16, <array>
   10    11      > JMP                                                      ->32
   13    12    > > JMP                                                      ->29
   15    13    >   CONCAT                                           ~18     !0, '-'
         14        CONCAT                                           ~19     ~18, !1
         15        CONCAT                                           ~20     ~19, '-'
         16        CONCAT                                           ~21     ~20, !2
         17        ASSIGN                                                   !6, ~21
   16    18        INIT_FCALL                                               'array_push'
         19        SEND_REF                                                 !6
         20        FETCH_R                      local               ~23     !5
         21        FETCH_DIM_R                                      ~24     ~23, !4
         22        SEND_VAL                                                 ~24
         23        DO_ICALL                                                 
   17    24        MOD                                              ~26     !2, 4
         25        IS_EQUAL                                                 ~26, 0
         26      > JMPZ                                                     ~27, ->28
   19    27    >   PRE_INC                                                  !4
   22    28    >   PRE_INC                                                  !2
   13    29    >   IS_SMALLER                                               !2, 13
         30      > JMPNZ                                                    ~30, ->13
   24    31    >   PRE_INC                                                  !1
   10    32    >   IS_SMALLER                                               !1, 4
         33      > JMPNZ                                                    ~32, ->12
   28    34    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.15 ms | 1400 KiB | 15 Q