3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(1024 >> 20); var_dump(524288 >> 20); var_dump(1048576 >> 20); var_dump(2097152 >> 20); var_dump(5767168 >> 20); echo PHP_EOL; var_dump(round(1024 / 1024 / 1024, 0)); var_dump(round(524288 / 1024 / 1024, 0)); var_dump(round(1048576 / 1024 / 1024, 0)); var_dump(round(2097152 / 1024 / 1024, 0)); var_dump(round(5767168 / 1024 / 1024, 0));
Output for git.master, git.master_jit, rfc.property-hooks
int(0) int(0) int(1) int(2) int(5) float(0) float(1) float(1) float(2) float(6)

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