3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = microtime(true); md5( 'foobar' ); var_dump( microtime(true) - $t ); $t = microtime(true); for( $i = 0 ; $i < 1000 ; $i++ ) md5( 'foobar' ); var_dump( microtime(true) - $t );
Output for git.master_jit
float(5.9604644775390625E-6) float(0.00013399124145507812)
Output for git.master
float(5.0067901611328125E-6) float(0.0001380443572998047)

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:
29.26 ms | 406 KiB | 5 Q