Searched defs:type_spec (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend_API.c | 729 static int zend_parse_va_args(int num_args, const char *type_spec, va_list *va, int flags TSRMLS_DC) /* {{{ */ argument 743 for (spec_walk = type_spec; *spec_walk; spec_walk++) { 837 if (*type_spec == '|') { 838 type_spec++; 841 if (*type_spec == '*' || *type_spec == '+') { 847 type_spec++; 873 if (zend_parse_arg(i+1, arg, va, &type_spec, quiet TSRMLS_CC) == FAILURE) { 888 #define RETURN_IF_ZERO_ARGS(num_args, type_spec, quiet) { \ 891 if (0 == (type_spec)[ 901 zend_parse_parameters_ex(int flags, int num_args TSRMLS_DC, const char *type_spec, ...) argument 916 zend_parse_parameters(int num_args TSRMLS_DC, const char *type_spec, ...) argument 931 zend_parse_method_parameters(int num_args TSRMLS_DC, zval *this_ptr, const char *type_spec, ...) argument 967 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