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$</td></tr> <tr> <td><font color=blue>Salary of Mr. B is </td> <td>$a$</td></tr> <tr> <td><font color=blue>Salary of Mr. C is </td> <td>$a$</td></tr> </table>'; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Co24U
function name:  (null)
number of ops:  5
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        ECHO                                                     '%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%24a%24%3C%2Ftd%3E%3C%2Ftr%3E%0A%3Ctr%3E+%3Ctd%3E%3Cfont+color%3Dblue%3ESalary+of+Mr.+B+is+%3C%2Ftd%3E+%3Ctd%3E%24a%24%3C%2Ftd%3E%3C%2Ftr%3E%0A%3Ctr%3E+%3Ctd%3E%3Cfont+color%3Dblue%3ESalary+of+Mr.+C+is+%3C%2Ftd%3E+%3Ctd%3E%24a%24%3C%2Ftd%3E%3C%2Ftr%3E%0A%3C%2Ftable%3E'
   10     4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.33 ms | 1392 KiB | 13 Q