Home
last modified time | relevance | path

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

/PHP-8.1/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.1/ext/standard/
H A Dbasic_functions.stub.php409 function forward_static_call_array(callable $callback, array $args): mixed {} function
H A Dbasic_functions_arginfo.h2349 ZEND_FUNCTION(forward_static_call_array);
2978 ZEND_FE(forward_static_call_array, arginfo_forward_static_call_array)
H A Dbasic_functions.c1631 PHP_FUNCTION(forward_static_call_array) argument

Completed in 29 milliseconds