Searched defs:arg_count (Results 1 – 12 of 12) sorted by relevance
/PHP-5.4/sapi/apache2filter/ |
H A D | php_functions.c | 229 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 257 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
|
/PHP-5.4/sapi/apache2handler/ |
H A D | php_functions.c | 259 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 294 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
|
/PHP-5.4/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 58 U_CFUNC void umsg_format_helper(UMessageFormat *fmt, int arg_count, zval **args, UChar **formatted,… in umsg_format_helper()
|
/PHP-5.4/Zend/ |
H A D | zend_builtin_functions.c | 410 int arg_count; in ZEND_FUNCTION() local 450 int arg_count; in ZEND_FUNCTION() local 2036 int arg_count = (int)(zend_uintptr_t) *p; in debug_backtrace_get_args() local
|
H A D | zend_API.c | 48 int arg_count; in zend_get_parameters() local 88 int arg_count; in _zend_get_parameters_array() local 124 int arg_count; in zend_get_parameters_ex() local 150 int arg_count; in _zend_get_parameters_array_ex() local 173 int arg_count; in zend_copy_parameters_array() local 708 int arg_count; in zend_parse_va_args() local
|
H A D | zend_execute.h | 347 int arg_count = (int)(zend_uintptr_t) *p; in zend_vm_stack_get_arg() local
|
H A D | zend_vm_def.h | 2669 ulong arg_count = opline->extended_value; in ZEND_VM_HELPER() local
|
H A D | zend_vm_execute.h | 627 ulong arg_count = opline->extended_value; in zend_do_fcall_common_helper_SPEC() local
|
/PHP-5.4/ext/standard/ |
H A D | basic_functions.h | 257 int arg_count; member
|
H A D | basic_functions.c | 123 int arg_count; member
|
/PHP-5.4/ext/soap/ |
H A D | soap.c | 2616 int arg_count, 2846 int arg_count; local 4207 …nctionPtr function, char *function_name, char *uri, zval **arguments, int arg_count, int version, …
|
/PHP-5.4/ext/spl/ |
H A D | spl_iterators.c | 1313 int arg_count; in spl_dual_it_call_method() local
|
Completed in 180 milliseconds