3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); $fnc_array = get_defined_functions(); $fnc_array = $fnc_array['internal']; //foreach ($fnc_array as $fnc_name) { $ref_func = new ReflectionFunction('call_user_func'); foreach($ref_func->getParameters() as $parm) { var_dump($parm->isCallable()); if($parm->isCallable()) { echo "$fnc_name (" . $ref_func->getNumberOfParameters() .")\n"; break; } } //} //
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Method ReflectionParameter::isCallable() is deprecated in /in/u75SM on line 11 bool(true) Deprecated: Method ReflectionParameter::isCallable() is deprecated in /in/u75SM on line 12 Warning: Undefined variable $fnc_name in /in/u75SM on line 13 (2)

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