Home
last modified time | relevance | path

Searched defs:max_num_args (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_API.h705 #define ZEND_PARSE_PARAMETERS_START_EX(flags, min_num_args, max_num_args) do { \ argument
738 #define ZEND_PARSE_PARAMETERS_START(min_num_args, max_num_args) \ argument
H A Dzend_API.c200 …ASTCALL zend_wrong_paramers_count_error(int num_args, int min_num_args, int max_num_args) /* {{{ */ in zend_wrong_paramers_count_error()
807 int max_num_args = 0; in zend_parse_va_args() local

Completed in 87 milliseconds