3v4l.org

run code in 300+ PHP versions simultaneously
<?php $list = []; for ($i = 0; $i < 100000; $i++) { $list[] = $i; } var_dump(memory_get_peak_usage() / 1024 / 1024);
Output for git.master
float(2.373077392578125)
Output for git.master_jit
float(2.3342971801757812)
Output for rfc.property-hooks
float(2.373046875)

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