3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lxc_info = "Name: wightcrm State: RUNNING PID: 18416 IP: 10.0.3.48 CPU use: 2464710238833 BlkIO use: 4607229952 Memory use: 389132288 KMem use: 0 Link: veth6KBEER TX bytes: 920260588 RX bytes: 166798199 Total bytes: 1087058787"; $info = explode("\n", $lxc_info); foreach ($info as $item) { $item = array_map('trim', explode(':', $item)); $item = array($item[0] => $item[1]); $c = $item; } print_r($c);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [Total bytes] => 1087058787 )

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