Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_API.h729 #define ZEND_PARSE_PARAMETERS_START_EX(flags, min_num_args, max_num_args) do { \ argument
762 #define ZEND_PARSE_PARAMETERS_START(min_num_args, max_num_args) \ argument
H A Dzend_API.c235 …L zend_wrong_parameters_count_error(zend_bool throw_, int num_args, int min_num_args, int max_num_… in zend_wrong_parameters_count_error()
837 int min_num_args = -1; in zend_parse_va_args() local

Completed in 26 milliseconds