Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_API.c787 if (*type_spec == '|') { in zend_parse_va_args()
788 type_spec++; in zend_parse_va_args()
791 if (*type_spec == '*' || *type_spec == '+') { in zend_parse_va_args()
797 type_spec++; in zend_parse_va_args()
858 va_start(va, type_spec); in zend_parse_parameters_ex()
873 va_start(va, type_spec); in zend_parse_parameters()
885 char *p = type_spec; in zend_parse_method_parameters()
892 va_start(va, type_spec); in zend_parse_method_parameters()
899 va_start(va, type_spec); in zend_parse_method_parameters()
921 char *p = type_spec; in zend_parse_method_parameters_ex()
[all …]
H A Dzend_API.h245 ZEND_API int zend_parse_parameters(int num_args TSRMLS_DC, char *type_spec, ...);
246 ZEND_API int zend_parse_parameters_ex(int flags, int num_args TSRMLS_DC, char *type_spec, ...);
249 ZEND_API int zend_parse_method_parameters(int num_args TSRMLS_DC, zval *this_ptr, char *type_spec, …
250 …arse_method_parameters_ex(int flags, int num_args TSRMLS_DC, zval *this_ptr, char *type_spec, ...);
/PHP-5.3/
H A DREADME.PARAMETER_PARSING_API16 int zend_parse_parameters(int num_args TSRMLS_DC, char *type_spec, ...);
17 int zend_parse_parameters_ex(int flags, int num_args TSRMLS_DC, char *type_spec, ...);

Completed in 35 milliseconds