3v4l.org

run code in 300+ PHP versions simultaneously
<?php function callbackTest($param){ foreach($param as $p){ echo "number ".$p." called in callback \n"; } } call_user_func("callbackTest", array(1,2,3,4,5));
Output for git.master, git.master_jit, rfc.property-hooks
number 1 called in callback number 2 called in callback number 3 called in callback number 4 called in callback number 5 called in callback

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.21 ms | 401 KiB | 8 Q