3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($num=10; $num <= 100; $num += 10) { echo "$num converted to fahrenheit is " . (($num * 9) / 5) + 32 . "</br>"; }
Output for git.master, git.master_jit, rfc.property-hooks
10 converted to fahrenheit is 50</br>20 converted to fahrenheit is 68</br>30 converted to fahrenheit is 86</br>40 converted to fahrenheit is 104</br>50 converted to fahrenheit is 122</br>60 converted to fahrenheit is 140</br>70 converted to fahrenheit is 158</br>80 converted to fahrenheit is 176</br>90 converted to fahrenheit is 194</br>100 converted to fahrenheit is 212</br>

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:
55.06 ms | 401 KiB | 8 Q