3v4l.org

run code in 300+ PHP versions simultaneously
<table> <?php $limit = 1000; for($x = 0; $x < $limit; $x++) { echo '<tr><td>Test' . $x . '</td></tr>' . PHP_EOL; } ?> </table>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 4
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 4
Branch analysis from position: 11
Branch analysis from position: 4
filename:       /in/nmY8a
function name:  (null)
number of ops:  13
compiled vars:  !0 = $limit, !1 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Ctable%3E%0A'
    3     1        ASSIGN                                                   !0, 1000
    4     2        ASSIGN                                                   !1, 0
          3      > JMP                                                      ->9
    5     4    >   CONCAT                                           ~4      '%3Ctr%3E%3Ctd%3ETest', !1
          5        CONCAT                                           ~5      ~4, '%3C%2Ftd%3E%3C%2Ftr%3E'
          6        CONCAT                                           ~6      ~5, '%0A'
          7        ECHO                                                     ~6
    4     8        PRE_INC                                                  !1
          9    >   IS_SMALLER                                               !1, !0
         10      > JMPNZ                                                    ~8, ->4
    8    11    >   ECHO                                                     '%3C%2Ftable%3E'
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.75 ms | 1393 KiB | 13 Q