3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = microtime(true); for ($i=0;$i<9999;$i++) { fmod(34, 4294967296); } $end = microtime(true); echo $end-$start."\n"; $start = microtime(true); for ($i=0;$i<9999;$i++) { bcmod('34', '4294967296'); } $end = microtime(true); echo $end-$start."\n";
Output for git.master
0.00039505958557129 0.0025379657745361
Output for git.master_jit
0.00032901763916016 0.0019540786743164
Output for rfc.property-hooks
0.00033783912658691 0.0040669441223145

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:
30.66 ms | 407 KiB | 5 Q