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"; 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 = 3, Position 2 = 18
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 18
Branch analysis from position: 4
2 jumps found. (Code = 77) Position 1 = 9, Position 2 = 15
Branch analysis from position: 9
2 jumps found. (Code = 78) Position 1 = 10, Position 2 = 15
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 15
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
filename:       /in/qCPcq
function name:  (null)
number of ops:  20
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      > FE_RESET_R                                       $6      !0, ->18
          3    > > FE_FETCH_R                                       ~7      $6, !1, ->18
          4    >   ASSIGN                                                   !2, ~7
   46     5        NOP                                                      
          6        FAST_CONCAT                                      ~9      !2, '+++++'
          7        ECHO                                                     ~9
   47     8      > FE_RESET_R                                       $10     !1, ->15
          9    > > FE_FETCH_R                                       ~11     $10, !3, ->15
         10    >   ASSIGN                                                   !4, ~11
   48    11        NOP                                                      
         12        FAST_CONCAT                                      ~13     !3, '+++++++++++++++'
         13        ECHO                                                     ~13
   47    14      > JMP                                                      ->9
         15    >   FE_FREE                                                  $10
   50    16        ECHO                                                     '%0A'
   45    17      > JMP                                                      ->3
         18    >   FE_FREE                                                  $6
   53    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.06 ms | 1385 KiB | 13 Q