Home
last modified time | relevance | path

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

/PHP-8.1/sapi/fuzzer/
H A Dfuzzer-sapi.c276 void fuzzer_call_php_func_zval(const char *func_name, int nargs, zval *args) { in fuzzer_call_php_func_zval()
293 void fuzzer_call_php_func(const char *func_name, int nargs, char **params) { in fuzzer_call_php_func()
/PHP-8.1/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()
196 static void dom_xpath_ext_function_string_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in dom_xpath_ext_function_string_php()
202 static void dom_xpath_ext_function_object_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in dom_xpath_ext_function_object_php()
/PHP-8.1/ext/com_dotnet/
H A Dcom_com.c462 WORD flags, VARIANT *v, int nargs, zval *args) in php_com_do_invoke_byref()
590 WORD flags, VARIANT *v, int nargs, zval *args, int silent, int allow_noarg) in php_com_do_invoke_by_id()
637 WORD flags, VARIANT *v, int nargs, zval *args, int allow_noarg) in php_com_do_invoke()
H A Dcom_handlers.c255 int nargs; in PHP_FUNCTION() local
/PHP-8.1/ext/xsl/
H A Dxsltprocessor.c94 static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int type) /* {{{ */ in xsl_ext_function_php()
302 void xsl_ext_function_string_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in xsl_ext_function_string_php()
308 void xsl_ext_function_object_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in xsl_ext_function_object_php()

Completed in 14 milliseconds