3v4l.org

run code in 500+ PHP versions simultaneously
<?php $rate = 30; $total_amt = 200; $start_date = "19-08-2022"; $cost = $rate * 7; if($cost <= $total_amt){ echo "Remainder:".$total_amt - $cost; } else { echo "you need to pay extra:".$cost - $total_amt; }
Output for rfc.property-hooks, git.master, git.master_jit
you need to pay extra:10

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:
49.87 ms | 1260 KiB | 4 Q