3v4l.org

run code in 300+ PHP versions simultaneously
<?php $p_41 = array ( 1 => array ( "nomer"=> "1", "PIP" => "Баумкетнер Я.", "SB" => "4" ), 2 => array ( "nomer"=> "2", "PIP" => "Білик М.", "SB" => "3" ), 3 => array ( "nomer"=> "3", "PIP" => "Вівчарик В.", "SB" => "3" ), 4 => array ( "nomer"=> "4", "PIP" => "Гайдук Р.", "SB" => "4" ), 5 => array ( "nomer"=> "5", "PIP" => "Горбатюк М.", "SB" => "3" ) ); for ($a = 1; $a <= 6; $a++): echo $p_41[a]["nomer"]; echo $p_41[a]["PIP"]; echo $p_41[a]["SB"]; endfor; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 3
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 3
Branch analysis from position: 18
Branch analysis from position: 3
filename:       /in/CPEdA
function name:  (null)
number of ops:  19
compiled vars:  !0 = $p_41, !1 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   29     1        ASSIGN                                                   !1, 1
          2      > JMP                                                      ->16
   30     3    >   FETCH_CONSTANT                                   ~4      'a'
          4        FETCH_DIM_R                                      ~5      !0, ~4
          5        FETCH_DIM_R                                      ~6      ~5, 'nomer'
          6        ECHO                                                     ~6
   31     7        FETCH_CONSTANT                                   ~7      'a'
          8        FETCH_DIM_R                                      ~8      !0, ~7
          9        FETCH_DIM_R                                      ~9      ~8, 'PIP'
         10        ECHO                                                     ~9
   32    11        FETCH_CONSTANT                                   ~10     'a'
         12        FETCH_DIM_R                                      ~11     !0, ~10
         13        FETCH_DIM_R                                      ~12     ~11, 'SB'
         14        ECHO                                                     ~12
   29    15        PRE_INC                                                  !1
         16    >   IS_SMALLER_OR_EQUAL                                      !1, 6
         17      > JMPNZ                                                    ~14, ->3
   34    18    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.68 ms | 1393 KiB | 13 Q