3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(pow(3, 1/3), pow(3, 2/3), pow(3, 3/3), pow(3, 4/3), pow(3, 5/3), pow(3, 6/3), pow(3, 7/3), pow(3, 8/3), pow(3, 9/3));
Output for git.master, git.master_jit, rfc.property-hooks
float(1.4422495703074083) float(2.080083823051904) int(3) float(4.3267487109222245) float(6.240251469155713) int(9) float(12.980246132766677) float(18.720754407467133) int(27)

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:
47.15 ms | 401 KiB | 8 Q