Home
last modified time | relevance | path

Searched refs:dest_num (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_API.h2086 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument
2090 dest_num = _num_varargs; \
2095 dest_num = 0; \
2103 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
2104 Z_PARAM_VARIADIC_EX(spec, dest, dest_num, 0)
2106 #define Z_PARAM_VARIADIC_WITH_NAMED(dest, dest_num, dest_named) do { \ argument
2110 dest_num = _num_varargs; \
2113 dest_num = 0; \

Completed in 16 milliseconds