Searched defs:type_spec (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend_API.c | 700 static int zend_parse_va_args(int num_args, const char *type_spec, va_list *va, int flags TSRMLS_DC) /* {{{ */ argument 714 for (spec_walk = type_spec; *spec_walk; spec_walk++) { 808 if (*type_spec == '|') { 809 type_spec++; 812 if (*type_spec == '*' || *type_spec == '+') { 818 type_spec++; 844 if (zend_parse_arg(i+1, arg, va, &type_spec, quiet TSRMLS_CC) == FAILURE) { 859 #define RETURN_IF_ZERO_ARGS(num_args, type_spec, quiet) { \ 862 if (0 == (type_spec)[ 872 zend_parse_parameters_ex(int flags, int num_args TSRMLS_DC, const char *type_spec, ...) argument 887 zend_parse_parameters(int num_args TSRMLS_DC, const char *type_spec, ...) argument 902 zend_parse_method_parameters(int num_args TSRMLS_DC, zval *this_ptr, const char *type_spec, ...) argument 938 zend_parse_method_parameters_ex(int flags, int num_args TSRMLS_DC, zval *this_ptr, const char *type_spec, ...) argument [all...] |
Completed in 9 milliseconds