Home
last modified time | relevance | path

Searched defs:nargs (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/sapi/fuzzer/
H A Dfuzzer-sapi.c293 void fuzzer_call_php_func_zval(const char *func_name, int nargs, zval *args) { in fuzzer_call_php_func_zval()
310 void fuzzer_call_php_func(const char *func_name, int nargs, char **params) { in fuzzer_call_php_func()
/PHP-8.2/ext/dom/
H A Dxpath.c35 static void dom_xpath_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int type) /* {{{ */ in dom_xpath_ext_function_php()
199 static void dom_xpath_ext_function_string_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in dom_xpath_ext_function_string_php()
205 static void dom_xpath_ext_function_object_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in dom_xpath_ext_function_object_php()
/PHP-8.2/ext/com_dotnet/
H A Dcom_com.c458 WORD flags, VARIANT *v, int nargs, zval *args) in php_com_do_invoke_byref()
586 WORD flags, VARIANT *v, int nargs, zval *args, bool silent, bool allow_noarg) in php_com_do_invoke_by_id()
633 WORD flags, VARIANT *v, int nargs, zval *args, bool allow_noarg) in php_com_do_invoke()
H A Dcom_handlers.c255 int nargs; in PHP_FUNCTION() local
/PHP-8.2/ext/xsl/
H A Dxsltprocessor.c94 static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int type) /* {{{ */ in xsl_ext_function_php()
295 void xsl_ext_function_string_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in xsl_ext_function_string_php()
301 void xsl_ext_function_object_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in xsl_ext_function_object_php()

Completed in 13 milliseconds