3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t0 = hrtime(true); for ($i = 0; $i < 1000000; $i++) { new stdClass(); } var_dump((hrtime(true) - $t0) / 1e+6);
Output for git.master
float(32.153344)
Output for git.master_jit
float(44.308714)
Output for rfc.property-hooks
float(20.925498)

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