3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
205.13 ms | 1395 KiB | 15 Q