3v4l.org

run code in 300+ PHP versions simultaneously
<?php $brush_price = 5; echo "<table border=\"1\" align=\"center\">"; echo "<tr><th>Quantity</th>"; echo "<th>Price</th></tr>"; for ( $counter = 10; $counter <= 100; $counter += 10) { echo "<tr><td>"; echo $counter; echo "</td><td>"; echo $brush_price * $counter; echo "</td></tr>"; } echo "</table>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 6
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 6
Branch analysis from position: 15
Branch analysis from position: 6
filename:       /in/1urL4
function name:  (null)
number of ops:  17
compiled vars:  !0 = $brush_price, !1 = $counter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 5
    5     1        ECHO                                                     '%3Ctable+border%3D%221%22+align%3D%22center%22%3E'
    6     2        ECHO                                                     '%3Ctr%3E%3Cth%3EQuantity%3C%2Fth%3E'
    7     3        ECHO                                                     '%3Cth%3EPrice%3C%2Fth%3E%3C%2Ftr%3E'
    8     4        ASSIGN                                                   !1, 10
          5      > JMP                                                      ->13
    9     6    >   ECHO                                                     '%3Ctr%3E%3Ctd%3E'
   10     7        ECHO                                                     !1
   11     8        ECHO                                                     '%3C%2Ftd%3E%3Ctd%3E'
   12     9        MUL                                              ~4      !0, !1
         10        ECHO                                                     ~4
   13    11        ECHO                                                     '%3C%2Ftd%3E%3C%2Ftr%3E'
    8    12        ASSIGN_OP                                     1          !1, 10
         13    >   IS_SMALLER_OR_EQUAL                                      !1, 100
         14      > JMPNZ                                                    ~6, ->6
   15    15    >   ECHO                                                     '%3C%2Ftable%3E'
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.38 ms | 1385 KiB | 13 Q