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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
205.92 ms | 1394 KiB | 13 Q