3v4l.org

run code in 300+ PHP versions simultaneously
<?php $amounts = array(0.001, 0.005, 5.20, 5.195, 5.204, 5); foreach ($amounts as $amount) { echo $amount , "->" , (int)number_format($amount, 2, '', '')."\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
0.001->0 0.005->1 5.2->520 5.195->520 5.204->520 5->500

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:
27.07 ms | 405 KiB | 5 Q