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>"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
<table border=1 cellspacing=0 cellpading=0> <tr> <td><font color=blue>Salary of Mr. A is</td> <td>1000$</font></td></tr> <tr> <td><font color=blue>Salary of Mr. B is</td> <td>1200$</font></td></tr> <tr> <td><font color=blue>Salary of Mr. C is</td> <td>1400$</font></td></tr> </table>

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
45.38 ms | 402 KiB | 8 Q