3v4l.org

run code in 300+ PHP versions simultaneously
<?php $closure = function(...$args) use(&$closure){ array_walk($args, function($arg) use($closure){ if(is_array($arg)){ $closure($arg); }else{ echo $arg; } }); }; $closure([1,2,3],4,5,[6,7]);
Output for git.master

Process exited with code 139.
Output for git.master_jit
Fatal error: Out of memory (allocated 12582912 bytes) (tried to allocate 131072 bytes) in /in/C5ouU on line 3 mmap() failed: [12] Cannot allocate memory mmap() failed: [12] Cannot allocate memory
Process exited with code 255.
Output for rfc.property-hooks
Fatal error: Out of memory (allocated 27262976 bytes) (tried to allocate 4096 bytes) in /in/C5ouU on line 3 mmap() failed: [12] Cannot allocate memory mmap() failed: [12] Cannot allocate memory
Process exited with code 255.

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