Searched defs:nargs (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/sapi/fuzzer/ |
H A D | fuzzer-sapi.c | 296 void fuzzer_call_php_func_zval(const char *func_name, int nargs, zval *args) { in fuzzer_call_php_func_zval() 313 void fuzzer_call_php_func(const char *func_name, int nargs, char **params) { in fuzzer_call_php_func()
|
/PHP-8.3/ext/dom/ |
H A D | xpath.c | 35 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.3/ext/com_dotnet/ |
H A D | com_com.c | 457 WORD flags, VARIANT *v, int nargs, zval *args) in php_com_do_invoke_byref() 585 WORD flags, VARIANT *v, int nargs, zval *args, bool silent, bool allow_noarg) in php_com_do_invoke_by_id() 632 WORD flags, VARIANT *v, int nargs, zval *args, bool allow_noarg) in php_com_do_invoke()
|
H A D | com_handlers.c | 255 int nargs; in PHP_FUNCTION() local
|
/PHP-8.3/ext/xsl/ |
H A D | xsltprocessor.c | 94 static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int type) /* {{{ */ in xsl_ext_function_php() 307 void xsl_ext_function_string_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in xsl_ext_function_string_php() 313 void xsl_ext_function_object_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in xsl_ext_function_object_php()
|
Completed in 25 milliseconds