Searched defs:nargs (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/dom/ |
H A D | xpath.c | 75 static void dom_xpath_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int type) /* {{{ */ in dom_xpath_ext_function_php() 241 static void dom_xpath_ext_function_string_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in dom_xpath_ext_function_string_php() 247 static void dom_xpath_ext_function_object_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in dom_xpath_ext_function_object_php()
|
/PHP-7.0/ext/com_dotnet/ |
H A D | com_com.c | 473 WORD flags, VARIANT *v, int nargs, zval *args) in php_com_do_invoke_byref() 600 WORD flags, VARIANT *v, int nargs, zval *args, int silent, int allow_noarg) in php_com_do_invoke_by_id() 647 WORD flags, VARIANT *v, int nargs, zval *args, int allow_noarg) in php_com_do_invoke()
|
H A D | com_handlers.c | 363 int nargs; in com_call_method() local
|
/PHP-7.0/ext/xsl/ |
H A D | xsltprocessor.c | 177 static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int type) /* {{{ */ in xsl_ext_function_php() 380 void xsl_ext_function_string_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in xsl_ext_function_string_php() 386 void xsl_ext_function_object_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in xsl_ext_function_object_php()
|
Completed in 29 milliseconds