3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lende=3; $studente=3; $lendet[1]='Matematike'; $lendet[2]='Fizike'; $lendet[3]='Letersi'; $studentet[1]='Endri'; $studentet[2]='Kico'; $studentet[3]='paskali'; $notat[1][1]='6'; $notat[1][2]='7'; $notat[1][3]='8'; $notat[2][1]='4'; $notat[2][2]='5'; $notat[2][3]='6'; $notat[3][1]='8'; $notat[3][2]='9'; $notat[3][3]='10'; echo '<table border=1> <tr> <td>---</td>'; for($j=1;$j<=$studentet;$j++) { echo '<th>'.$studentet[$j].'</th>'; } echo '</tr>'; for($i=1;$i<=$lendet;$i++) { echo '<tr>'; echo '<th>'.$lendet[$i].'</th>'; for($j=1;$j<=studentet;$j++) { echo '<td align="center">'.$notat[$i][$j].'</td>'; } } echo'</table>'; ?>

Abusive script

This script was stopped while abusing our resources

Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 49
Branch analysis from position: 49
2 jumps found. (Code = 44) Position 1 = 51, Position 2 = 44
Branch analysis from position: 51
1 jumps found. (Code = 42) Position 1 = 71
Branch analysis from position: 71
2 jumps found. (Code = 44) Position 1 = 73, Position 2 = 54
Branch analysis from position: 73
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 54
1 jumps found. (Code = 42) Position 1 = 67
Branch analysis from position: 67
2 jumps found. (Code = 44) Position 1 = 70, Position 2 = 61
Branch analysis from position: 70
2 jumps found. (Code = 44) Position 1 = 73, Position 2 = 54
Branch analysis from position: 73
Branch analysis from position: 54
Branch analysis from position: 61
2 jumps found. (Code = 44) Position 1 = 70, Position 2 = 61
Branch analysis from position: 70
Branch analysis from position: 61
Branch analysis from position: 44
2 jumps found. (Code = 44) Position 1 = 51, Position 2 = 44
Branch analysis from position: 51
Branch analysis from position: 44
filename:       /in/8K3Oi
function name:  (null)
number of ops:  75
compiled vars:  !0 = $lende, !1 = $studente, !2 = $lendet, !3 = $studentet, !4 = $notat, !5 = $j, !6 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 3
    3     1        ASSIGN                                                   !1, 3
    4     2        ASSIGN_DIM                                               !2, 1
          3        OP_DATA                                                  'Matematike'
    5     4        ASSIGN_DIM                                               !2, 2
          5        OP_DATA                                                  'Fizike'
    6     6        ASSIGN_DIM                                               !2, 3
          7        OP_DATA                                                  'Letersi'
    7     8        ASSIGN_DIM                                               !3, 1
          9        OP_DATA                                                  'Endri'
    8    10        ASSIGN_DIM                                               !3, 2
         11        OP_DATA                                                  'Kico'
    9    12        ASSIGN_DIM                                               !3, 3
         13        OP_DATA                                                  'paskali'
   10    14        FETCH_DIM_W                                      $15     !4, 1
         15        ASSIGN_DIM                                               $15, 1
         16        OP_DATA                                                  '6'
   11    17        FETCH_DIM_W                                      $17     !4, 1
         18        ASSIGN_DIM                                               $17, 2
         19        OP_DATA                                                  '7'
   12    20        FETCH_DIM_W                                      $19     !4, 1
         21        ASSIGN_DIM                                               $19, 3
         22        OP_DATA                                                  '8'
   13    23        FETCH_DIM_W                                      $21     !4, 2
         24        ASSIGN_DIM                                               $21, 1
         25        OP_DATA                                                  '4'
   14    26        FETCH_DIM_W                                      $23     !4, 2
         27        ASSIGN_DIM                                               $23, 2
         28        OP_DATA                                                  '5'
   15    29        FETCH_DIM_W                                      $25     !4, 2
         30        ASSIGN_DIM                                               $25, 3
         31        OP_DATA                                                  '6'
   16    32        FETCH_DIM_W                                      $27     !4, 3
         33        ASSIGN_DIM                                               $27, 1
         34        OP_DATA                                                  '8'
   17    35        FETCH_DIM_W                                      $29     !4, 3
         36        ASSIGN_DIM                                               $29, 2
         37        OP_DATA                                                  '9'
   18    38        FETCH_DIM_W                                      $31     !4, 3
         39        ASSIGN_DIM                                               $31, 3
         40        OP_DATA                                                  '10'
   19    41        ECHO                                                     '%3Ctable+border%3D1%3E%0A%3Ctr%3E%0A%3Ctd%3E---%3C%2Ftd%3E'
   22    42        ASSIGN                                                   !5, 1
         43      > JMP                                                      ->49
   24    44    >   FETCH_DIM_R                                      ~34     !3, !5
         45        CONCAT                                           ~35     '%3Cth%3E', ~34
         46        CONCAT                                           ~36     ~35, '%3C%2Fth%3E'
         47        ECHO                                                     ~36
   22    48        PRE_INC                                                  !5
         49    >   IS_SMALLER_OR_EQUAL                                      !5, !3
         50      > JMPNZ                                                    ~38, ->44
   26    51    >   ECHO                                                     '%3C%2Ftr%3E'
   27    52        ASSIGN                                                   !6, 1
         53      > JMP                                                      ->71
   29    54    >   ECHO                                                     '%3Ctr%3E'
   30    55        FETCH_DIM_R                                      ~40     !2, !6
         56        CONCAT                                           ~41     '%3Cth%3E', ~40
         57        CONCAT                                           ~42     ~41, '%3C%2Fth%3E'
         58        ECHO                                                     ~42
   31    59        ASSIGN                                                   !5, 1
         60      > JMP                                                      ->67
   33    61    >   FETCH_DIM_R                                      ~44     !4, !6
         62        FETCH_DIM_R                                      ~45     ~44, !5
         63        CONCAT                                           ~46     '%3Ctd+align%3D%22center%22%3E', ~45
         64        CONCAT                                           ~47     ~46, '%3C%2Ftd%3E'
         65        ECHO                                                     ~47
   31    66        PRE_INC                                                  !5
         67    >   FETCH_CONSTANT                                   ~49     'studentet'
         68        IS_SMALLER_OR_EQUAL                                      !5, ~49
         69      > JMPNZ                                                    ~50, ->61
   27    70    >   PRE_INC                                                  !6
         71    >   IS_SMALLER_OR_EQUAL                                      !6, !2
         72      > JMPNZ                                                    ~52, ->54
   36    73    >   ECHO                                                     '%3C%2Ftable%3E'
   37    74      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.74 ms | 1399 KiB | 13 Q