3v4l.org

run code in 300+ PHP versions simultaneously
<?php function printArray($array) { if (is_array($array)) { foreach ($array as $key => $value) { if ($key != 'GLOBALS') { if (is_array($value)) { printArray($value); } else { echo $value."<br>"; } } } } } printArray($GLOBALS);
Output for git.master, git.master_jit, rfc.property-hooks
/in/aG9Bj<br>1<br>xterm<br>/usr/bin:/bin<br>C<br>/bin/sh<br>/var/mail/nobody<br>nobody<br>nobody<br>/tmp<br>/in/aG9Bj<br>/in/aG9Bj<br>/in/aG9Bj<br>/in/aG9Bj<br><br>1445110190.0001<br>1445110190<br>/in/aG9Bj<br>1<br>

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