3v4l.org

run code in 300+ PHP versions simultaneously
<?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>"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BTcHd
function name:  (null)
number of ops:  12
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1000
    3     1        ASSIGN                                                   !1, 1200
    4     2        ASSIGN                                                   !2, 1400
    5     3        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'
    6     4        ROPE_ADD                                      1  ~7      ~7, !0
          5        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'
    7     6        ROPE_ADD                                      3  ~7      ~7, !1
          7        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'
    8     8        ROPE_ADD                                      5  ~7      ~7, !2
          9        ROPE_END                                      6  ~6      ~7, '%24%3C%2Ffont%3E%3C%2Ftd%3E%3C%2Ftr%3E%0A%3C%2Ftable%3E'
         10        ECHO                                                     ~6
   10    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.01 ms | 1393 KiB | 13 Q