3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html .= "<table>"; $html .= "<tr>"; $html .= "<th>INTERRUPÇÕES</th>"; $html .= "<th>Início</th>"; $html .= "<th>Término</th>"; $html .= "</tr>"; $teste = $_POST['interrupcao']; for ($i=0; $i < count($teste); $i++) { $html .= "<td>{$_POST['interrupcao'][$i]}</td>"; $html .= "<td>{$_POST['inicioint'][$i]}</td>"; $html .= "<td>{$_POST['terminoint'][$i]}</td>"; } $html .= "<tr>"; $html .= "</tr>"; $html .= "</table>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 33
Branch analysis from position: 33
2 jumps found. (Code = 44) Position 1 = 36, Position 2 = 11
Branch analysis from position: 36
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 36, Position 2 = 11
Branch analysis from position: 36
Branch analysis from position: 11
filename:       /in/84KM9
function name:  (null)
number of ops:  40
compiled vars:  !0 = $html, !1 = $teste, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_OP                                     8          !0, '%3Ctable%3E'
    4     1        ASSIGN_OP                                     8          !0, '%3Ctr%3E'
    5     2        ASSIGN_OP                                     8          !0, '%3Cth%3EINTERRUP%C3%87%C3%95ES%3C%2Fth%3E'
    6     3        ASSIGN_OP                                     8          !0, '%3Cth%3EIn%C3%ADcio%3C%2Fth%3E'
    7     4        ASSIGN_OP                                     8          !0, '%3Cth%3ET%C3%A9rmino%3C%2Fth%3E'
    8     5        ASSIGN_OP                                     8          !0, '%3C%2Ftr%3E'
    9     6        FETCH_R                      global              ~9      '_POST'
          7        FETCH_DIM_R                                      ~10     ~9, 'interrupcao'
          8        ASSIGN                                                   !1, ~10
   10     9        ASSIGN                                                   !2, 0
         10      > JMP                                                      ->33
   11    11    >   ROPE_INIT                                     3  ~17     '%3Ctd%3E'
         12        FETCH_R                      global              ~13     '_POST'
         13        FETCH_DIM_R                                      ~14     ~13, 'interrupcao'
         14        FETCH_DIM_R                                      ~15     ~14, !2
         15        ROPE_ADD                                      1  ~17     ~17, ~15
         16        ROPE_END                                      2  ~16     ~17, '%3C%2Ftd%3E'
         17        ASSIGN_OP                                     8          !0, ~16
   12    18        ROPE_INIT                                     3  ~24     '%3Ctd%3E'
         19        FETCH_R                      global              ~20     '_POST'
         20        FETCH_DIM_R                                      ~21     ~20, 'inicioint'
         21        FETCH_DIM_R                                      ~22     ~21, !2
         22        ROPE_ADD                                      1  ~24     ~24, ~22
         23        ROPE_END                                      2  ~23     ~24, '%3C%2Ftd%3E'
         24        ASSIGN_OP                                     8          !0, ~23
   13    25        ROPE_INIT                                     3  ~31     '%3Ctd%3E'
         26        FETCH_R                      global              ~27     '_POST'
         27        FETCH_DIM_R                                      ~28     ~27, 'terminoint'
         28        FETCH_DIM_R                                      ~29     ~28, !2
         29        ROPE_ADD                                      1  ~31     ~31, ~29
         30        ROPE_END                                      2  ~30     ~31, '%3C%2Ftd%3E'
         31        ASSIGN_OP                                     8          !0, ~30
   10    32        PRE_INC                                                  !2
         33    >   COUNT                                            ~35     !1
         34        IS_SMALLER                                               !2, ~35
         35      > JMPNZ                                                    ~36, ->11
   15    36    >   ASSIGN_OP                                     8          !0, '%3Ctr%3E'
   16    37        ASSIGN_OP                                     8          !0, '%3C%2Ftr%3E'
   17    38        ASSIGN_OP                                     8          !0, '%3C%2Ftable%3E'
         39      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
135.96 ms | 1399 KiB | 13 Q