3v4l.org

run code in 300+ PHP versions simultaneously
<?php $overs['result'] = array(0,1,2,3,4,5,6,7); $overs['market'] = array('H6','H7','H8','H9','H10','H11','H12','H13'); for($i=0; $i<count($overs["result"]);$i++) { echo $overs['result'][$i]."<br/>\n"; echo $overs['market'][$i]."<br/>\n"; }
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 = 19, Position 2 = 6
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 6
Branch analysis from position: 19
Branch analysis from position: 6
filename:       /in/kDObN
function name:  (null)
number of ops:  20
compiled vars:  !0 = $overs, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 'result'
          1        OP_DATA                                                  <array>
    4     2        ASSIGN_DIM                                               !0, 'market'
          3        OP_DATA                                                  <array>
    6     4        ASSIGN                                                   !1, 0
          5      > JMP                                                      ->15
    7     6    >   FETCH_DIM_R                                      ~5      !0, 'result'
          7        FETCH_DIM_R                                      ~6      ~5, !1
          8        CONCAT                                           ~7      ~6, '%3Cbr%2F%3E%0A'
          9        ECHO                                                     ~7
    8    10        FETCH_DIM_R                                      ~8      !0, 'market'
         11        FETCH_DIM_R                                      ~9      ~8, !1
         12        CONCAT                                           ~10     ~9, '%3Cbr%2F%3E%0A'
         13        ECHO                                                     ~10
    6    14        PRE_INC                                                  !1
         15    >   FETCH_DIM_R                                      ~12     !0, 'result'
         16        COUNT                                            ~13     ~12
         17        IS_SMALLER                                               !1, ~13
         18      > JMPNZ                                                    ~14, ->6
    9    19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.21 ms | 1007 KiB | 13 Q