3v4l.org

run code in 300+ PHP versions simultaneously
<html> <head> <title>PRACTICA ADSORCION</title> </head> <body> <?php $counter = "1167"; $picture = "<img alt='ads_$counter.png' src='./images/ads_$counter.png' width=480 height=480 >"; print $counter; print $picture; $counter = "1179"; $picture = "<img alt='adse_$counter.png' src='./images/adse_$counter.png' width=480 height=480 >"; print $counter; print $picture; ?> </br> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
<html> <head> <title>PRACTICA ADSORCION</title> </head> <body> 1167<img alt='ads_1167.png' src='./images/ads_1167.png' width=480 height=480 >1179<img alt='adse_1179.png' src='./images/adse_1179.png' width=480 height=480 ></br> </body> </html>

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:
39.25 ms | 402 KiB | 8 Q