Home
last modified time | relevance | path

Searched defs:min_num_args (Results 1 – 2 of 2) sorted by last modified time

/php-src/Zend/
H A Dzend_API.h1583 #define ZEND_PARSE_PARAMETERS_START_EX(flags, min_num_args, max_num_args) do { \ argument
1614 #define ZEND_PARSE_PARAMETERS_START(min_num_args, max_num_args) \ argument
H A Dzend_API.c223 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameters_count_error(uint32_t min_num_args, uint… in zend_wrong_parameters_count_error()
1142 uint32_t min_num_args = 0; in zend_parse_va_args() local

Completed in 32 milliseconds