3v4l.org

run code in 300+ PHP versions simultaneously
<?php $amountOfSubAltImages = 28; for($i = 0; $i < $amountOfSubAltImages; $i++) { $subImg_infoContainer[$i] = array(); } //Create the empty structure of the array template to fill with image data debug($subImg_infoContainer); for($i = 0; $i < $amountOfSubAltImages; $i++) { //0 = IMG_URL //1 = WIDTH //2 = HEIGHT //3 = ALT //4 = FIGCAP debug($subImg_infoContainer); $subImg_infoContainer[$i] = array(0 => $subImgUrls[$i], 1 => $subImgWidths[$i], 2 => $subImgHeights[$i], 3 => $subImgAltTxts[$i], 4 => $subImgFigCaps[$i]); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 6
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 8, Position 2 = 3
Branch analysis from position: 8
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
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
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: 3
2 jumps found. (Code = 44) Position 1 = 8, Position 2 = 3
Branch analysis from position: 8
Branch analysis from position: 3
filename:       /in/74jEU
function name:  (null)
number of ops:  32
compiled vars:  !0 = $amountOfSubAltImages, !1 = $i, !2 = $subImg_infoContainer, !3 = $subImgUrls, !4 = $subImgWidths, !5 = $subImgHeights, !6 = $subImgAltTxts, !7 = $subImgFigCaps
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 28
    4     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->6
    7     3    >   ASSIGN_DIM                                               !2, !1
          4        OP_DATA                                                  <array>
    4     5        PRE_INC                                                  !1
          6    >   IS_SMALLER                                               !1, !0
          7      > JMPNZ                                                    ~12, ->3
   13     8    >   INIT_FCALL_BY_NAME                                       'debug'
          9        SEND_VAR_EX                                              !2
         10        DO_FCALL                                      0          
   15    11        ASSIGN                                                   !1, 0
         12      > JMP                                                      ->29
   23    13    >   INIT_FCALL_BY_NAME                                       'debug'
         14        SEND_VAR_EX                                              !2
         15        DO_FCALL                                      0          
   25    16        FETCH_DIM_R                                      ~17     !3, !1
         17        INIT_ARRAY                                       ~18     ~17, 0
         18        FETCH_DIM_R                                      ~19     !4, !1
         19        ADD_ARRAY_ELEMENT                                ~18     ~19, 1
         20        FETCH_DIM_R                                      ~20     !5, !1
         21        ADD_ARRAY_ELEMENT                                ~18     ~20, 2
         22        FETCH_DIM_R                                      ~21     !6, !1
         23        ADD_ARRAY_ELEMENT                                ~18     ~21, 3
         24        FETCH_DIM_R                                      ~22     !7, !1
         25        ADD_ARRAY_ELEMENT                                ~18     ~22, 4
         26        ASSIGN_DIM                                               !2, !1
         27        OP_DATA                                                  ~18
   15    28        PRE_INC                                                  !1
         29    >   IS_SMALLER                                               !1, !0
         30      > JMPNZ                                                    ~24, ->13
   27    31    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.47 ms | 1395 KiB | 13 Q