3v4l.org

run code in 300+ PHP versions simultaneously
<?php $p_41 = array ( 1 => array ( "PIP" => "Баумкетнер Я.", "SB" => "4" ), 2 => array ( "PIP" => "Білик М.", "SB" => "3" ), 3 => array ( "PIP" => "Вівчарик В.", "SB" => "3" ), 4 => array ( "PIP" => "Гайдук Р.", "SB" => "4" ), 5 => array ( "PIP" => "Горбатюк М.", "SB" => "3" ), 6 => array ( "PIP" => "Гуня A.", "SB" => "3" ), 7 => array ( "PIP" => "Дмитрів А.", "SB" => "3" ), 8 => array ( "PIP" => "Дубінський Я.", "SB" => "4" ), 9 => array ( "PIP" => "Жила в.", "SB" => "3" ), 10 => array ( "PIP" => "Жук О.", "SB" => "4" ) ); echo "Номер ПІП СБ \n"; echo "-------------------------------------\n"; foreach ($p_41 as $nomer => $info) { echo "$nomer "; foreach ($info as $inf => $znach) { echo "$znach "; } echo "\n"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 4, Position 2 = 19
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 19
Branch analysis from position: 5
2 jumps found. (Code = 77) Position 1 = 10, Position 2 = 16
Branch analysis from position: 10
2 jumps found. (Code = 78) Position 1 = 11, Position 2 = 16
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 16
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 16
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
filename:       /in/qoe96
function name:  (null)
number of ops:  21
compiled vars:  !0 = $p_41, !1 = $info, !2 = $nomer, !3 = $znach, !4 = $inf
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   44     1        ECHO                                                     '%D0%9D%D0%BE%D0%BC%D0%B5%D1%80+%D0%9F%D0%86%D0%9F++++++++++++++++++++++++%D0%A1%D0%91+%0A'
   45     2        ECHO                                                     '-------------------------------------%0A'
   46     3      > FE_RESET_R                                       $6      !0, ->19
          4    > > FE_FETCH_R                                       ~7      $6, !1, ->19
          5    >   ASSIGN                                                   !2, ~7
   47     6        NOP                                                      
          7        FAST_CONCAT                                      ~9      !2, '+++++'
          8        ECHO                                                     ~9
   48     9      > FE_RESET_R                                       $10     !1, ->16
         10    > > FE_FETCH_R                                       ~11     $10, !3, ->16
         11    >   ASSIGN                                                   !4, ~11
   49    12        NOP                                                      
         13        FAST_CONCAT                                      ~13     !3, '+++++++++++++++'
         14        ECHO                                                     ~13
   48    15      > JMP                                                      ->10
         16    >   FE_FREE                                                  $10
   51    17        ECHO                                                     '%0A'
   46    18      > JMP                                                      ->4
         19    >   FE_FREE                                                  $6
   54    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
321.37 ms | 1394 KiB | 14 Q