3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html <body> <?php $a=1000; $b=1200; $c=1400; echo "<table border=1 cellspacing=0 cellpading=0> <tr> <td><font color=blue>Salary of Mr. A is</td> <td>$a$</font></td></tr> <tr> <td><font color=blue>Salary of Mr. B is</td> <td>$b$</font></td></tr> <tr> <td><font color=blue>Salary of Mr. C is</td> <td>$c$</font></td></tr> </table>"; ?> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rTdd6
function name:  (null)
number of ops:  14
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%0A%3Cbody%3E%0A'
    4     1        ASSIGN                                                   !0, 1000
    5     2        ASSIGN                                                   !1, 1200
    6     3        ASSIGN                                                   !2, 1400
    7     4        ROPE_INIT                                     7  ~7      '%3Ctable+border%3D1+cellspacing%3D0+cellpading%3D0%3E++%0A%3Ctr%3E+%3Ctd%3E%3Cfont+color%3Dblue%3ESalary+of+Mr.+A+is%3C%2Ftd%3E+%3Ctd%3E'
    8     5        ROPE_ADD                                      1  ~7      ~7, !0
          6        ROPE_ADD                                      2  ~7      ~7, '%24%3C%2Ffont%3E%3C%2Ftd%3E%3C%2Ftr%3E+++%0A%3Ctr%3E+%3Ctd%3E%3Cfont+color%3Dblue%3ESalary+of+Mr.+B+is%3C%2Ftd%3E+%3Ctd%3E'
    9     7        ROPE_ADD                                      3  ~7      ~7, !1
          8        ROPE_ADD                                      4  ~7      ~7, '%24%3C%2Ffont%3E%3C%2Ftd%3E%3C%2Ftr%3E++%0A%3Ctr%3E+%3Ctd%3E%3Cfont+color%3Dblue%3ESalary+of+Mr.+C+is%3C%2Ftd%3E+%3Ctd%3E'
   10     9        ROPE_ADD                                      5  ~7      ~7, !2
         10        ROPE_END                                      6  ~6      ~7, '%24%3C%2Ffont%3E%3C%2Ftd%3E%3C%2Ftr%3E++%0A%3C%2Ftable%3E'
         11        ECHO                                                     ~6
   12    12        ECHO                                                     '++%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   14    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.16 ms | 1394 KiB | 13 Q