Home
last modified time | relevance | path

Searched refs:forward_static_call_array (Results 1 – 5 of 5) sorted by relevance

/PHP-8.4/ext/standard/tests/
H A Dforward_static_call_array.phpt2 mixed forward_static_call_array ( callable $function , array $parameters );
30 forward_static_call_array(array('A', 'test'), array('more', 'args'));
31 forward_static_call_array('test', array('other', 'args'));
/PHP-8.4/Zend/tests/named_params/
H A Dgh17216.phpt14 forward_static_call_array($callback, $array);
/PHP-8.4/ext/standard/
H A Dbasic_functions.c1547 PHP_FUNCTION(forward_static_call_array) argument
H A Dbasic_functions.stub.php1993 function forward_static_call_array(callable $callback, array $args): mixed {} function
H A Dbasic_functions_arginfo.h2417 ZEND_FUNCTION(forward_static_call_array);
3011 ZEND_FE(forward_static_call_array, arginfo_forward_static_call_array)

Completed in 35 milliseconds