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 ";$k+=$znach; } echo "\n"; } echo "$k"; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 4, Position 2 = 20
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 20
Branch analysis from position: 5
2 jumps found. (Code = 77) Position 1 = 10, Position 2 = 17
Branch analysis from position: 10
2 jumps found. (Code = 78) Position 1 = 11, Position 2 = 17
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 17
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 17
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
filename:       /in/Hmv3H
function name:  (null)
number of ops:  24
compiled vars:  !0 = $p_41, !1 = $info, !2 = $nomer, !3 = $znach, !4 = $inf, !5 = $k
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                                       $7      !0, ->20
          4    > > FE_FETCH_R                                       ~8      $7, !1, ->20
          5    >   ASSIGN                                                   !2, ~8
   47     6        NOP                                                      
          7        FAST_CONCAT                                      ~10     !2, '+++++'
          8        ECHO                                                     ~10
   48     9      > FE_RESET_R                                       $11     !1, ->17
         10    > > FE_FETCH_R                                       ~12     $11, !3, ->17
         11    >   ASSIGN                                                   !4, ~12
   49    12        NOP                                                      
         13        FAST_CONCAT                                      ~14     !3, '+++++++++++++++'
         14        ECHO                                                     ~14
         15        ASSIGN_OP                                     1          !5, !3
   48    16      > JMP                                                      ->10
         17    >   FE_FREE                                                  $11
   51    18        ECHO                                                     '%0A'
   46    19      > JMP                                                      ->4
         20    >   FE_FREE                                                  $7
   53    21        CAST                                          6  ~16     !5
         22        ECHO                                                     ~16
   54    23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.6 ms | 1395 KiB | 13 Q