3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "1222"; $b = "3336"; $c = "5466"; echo "<table border =1, cellspacing=1, cellpadding=1> <tr> <td><font color=blue>salary of a is</td> <td>$a$</font></td></tr> <tr> <td><font color=green>salary of b is</td> <td>$b$</font></td></tr> <tr> <td><font color=orange>salaryof 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/iKYcs
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, '1222'
    3     1        ASSIGN                                                   !1, '3336'
    4     2        ASSIGN                                                   !2, '5466'
    5     3        ROPE_INIT                                     7  ~7      '%3Ctable+border+%3D1%2C+cellspacing%3D1%2C+cellpadding%3D1%3E%0A%3Ctr%3E+%3Ctd%3E%3Cfont+color%3Dblue%3Esalary+of+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%3Dgreen%3Esalary+of+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%3Dorange%3Esalaryof+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:
147.11 ms | 1397 KiB | 13 Q