3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.21 ms | 1395 KiB | 15 Q