3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 20; $b = 9; $c = 6; $d = 40; $mA = array(); for($i=0;$i<30;$i++) { $mA[] = $a*$i; } print_r($mA);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 7
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 7
Branch analysis from position: 13
Branch analysis from position: 7
filename:       /in/BkCtb
function name:  (null)
number of ops:  17
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $d, !4 = $mA, !5 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 20
    3     1        ASSIGN                                                   !1, 9
    4     2        ASSIGN                                                   !2, 6
    5     3        ASSIGN                                                   !3, 40
    9     4        ASSIGN                                                   !4, <array>
   11     5        ASSIGN                                                   !5, 0
          6      > JMP                                                      ->11
   12     7    >   MUL                                              ~13     !0, !5
          8        ASSIGN_DIM                                               !4
          9        OP_DATA                                                  ~13
   11    10        PRE_INC                                                  !5
         11    >   IS_SMALLER                                               !5, 30
         12      > JMPNZ                                                    ~15, ->7
   15    13    >   INIT_FCALL                                               'print_r'
         14        SEND_VAR                                                 !4
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.23 ms | 1395 KiB | 15 Q