Home
last modified time | relevance | path

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

/PHP-5.4/sapi/apache2filter/
H A Dphp_functions.c229 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
231 …if (zend_parse_parameters(arg_count TSRMLS_CC, "ss|b", &variable, &variable_len, &string_val, &str… in PHP_FUNCTION()
237 if (arg_count == 3 && walk_to_top) { in PHP_FUNCTION()
257 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
260 …if (zend_parse_parameters(arg_count TSRMLS_CC, "s|b", &variable, &variable_len, &walk_to_top) == F… in PHP_FUNCTION()
266 if (arg_count == 2 && walk_to_top) { in PHP_FUNCTION()
/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_helpers.h21 void umsg_format_helper(UMessageFormat *fmt, int arg_count, zval **args,
H A Dmsgformat_helpers.cpp58 U_CFUNC void umsg_format_helper(UMessageFormat *fmt, int arg_count, zval **args, UChar **formatted,… in umsg_format_helper() argument
/PHP-5.4/sapi/apache2handler/
H A Dphp_functions.c259 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
262 …if (zend_parse_parameters(arg_count TSRMLS_CC, "ss|b", &variable, &variable_len, &string_val, &str… in PHP_FUNCTION()
269 if (arg_count == 3) { in PHP_FUNCTION()
294 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
298 …if (zend_parse_parameters(arg_count TSRMLS_CC, "s|b", &variable, &variable_len, &walk_to_top) == F… in PHP_FUNCTION()
305 if (arg_count == 2) { in PHP_FUNCTION()
/PHP-5.4/Zend/
H A Dzend_API.c48 int arg_count; in zend_get_parameters() local
56 if (param_count>arg_count) { in zend_get_parameters()
64 param_ptr = *(p-arg_count); in zend_get_parameters()
77 arg_count--; in zend_get_parameters()
88 int arg_count; in _zend_get_parameters_array() local
112 arg_count--; in _zend_get_parameters_array()
124 int arg_count; in zend_get_parameters_ex() local
150 int arg_count; in _zend_get_parameters_array_ex() local
163 arg_count--; in _zend_get_parameters_array_ex()
173 int arg_count; in zend_copy_parameters_array() local
[all …]
H A Dzend_builtin_functions.c410 int arg_count; in ZEND_FUNCTION() local
432 if (requested_offset >= arg_count) { in ZEND_FUNCTION()
437 arg = *(p-(arg_count-requested_offset)); in ZEND_FUNCTION()
450 int arg_count; in ZEND_FUNCTION() local
462 array_init_size(return_value, arg_count); in ZEND_FUNCTION()
463 for (i=0; i<arg_count; i++) { in ZEND_FUNCTION()
467 *element = **((zval **) (p-(arg_count-i))); in ZEND_FUNCTION()
2036 int arg_count = (int)(zend_uintptr_t) *p; in debug_backtrace_get_args() local
2039 array_init_size(arg_array, arg_count); in debug_backtrace_get_args()
2040 p -= arg_count; in debug_backtrace_get_args()
[all …]
H A Dzend_execute.h347 int arg_count = (int)(zend_uintptr_t) *p; in zend_vm_stack_get_arg() local
349 if (UNEXPECTED(requested_arg > arg_count)) { in zend_vm_stack_get_arg()
352 return (zval**)p - arg_count + requested_arg - 1; in zend_vm_stack_get_arg()
H A Dzend_vm_def.h2669 ulong arg_count = opline->extended_value; in ZEND_VM_HELPER() local
2671 while (arg_count>0) { in ZEND_VM_HELPER()
2672 zend_verify_arg_type(fbc, ++i, *(p-arg_count), 0 TSRMLS_CC); in ZEND_VM_HELPER()
2673 arg_count--; in ZEND_VM_HELPER()
H A Dzend_vm_execute.h627 ulong arg_count = opline->extended_value; in zend_do_fcall_common_helper_SPEC() local
629 while (arg_count>0) { in zend_do_fcall_common_helper_SPEC()
630 zend_verify_arg_type(fbc, ++i, *(p-arg_count), 0 TSRMLS_CC); in zend_do_fcall_common_helper_SPEC()
631 arg_count--; in zend_do_fcall_common_helper_SPEC()
/PHP-5.4/ext/standard/
H A Dbasic_functions.h257 int arg_count; member
H A Dbasic_functions.c123 int arg_count; member
4910 for (i = 0; i < shutdown_function_entry->arg_count; i++) {
4921 for (i = 0; i < tick_function_entry->arg_count; i++) {
4947 shutdown_function_entry->arg_count - 1,
4969 tick_fe->arg_count - 1,
5067 shutdown_function_entry.arg_count = ZEND_NUM_ARGS();
5069 if (shutdown_function_entry.arg_count < 1) {
5668 tick_fe.arg_count = ZEND_NUM_ARGS();
5670 if (tick_fe.arg_count < 1) {
5702 for (i = 0; i < tick_fe.arg_count; i++) {
[all …]
/PHP-5.4/ext/soap/
H A Dsoap.c2616 int arg_count, argument
2714 …request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve…
2752 …request = serialize_function_call(this_ptr, NULL, function, call_uri, real_args, arg_count, soap_v…
2846 int arg_count; local
2918 arg_count = zend_hash_num_elements(Z_ARRVAL_P(args));
2920 if (arg_count > 0) {
2921 real_args = safe_emalloc(sizeof(zval *), arg_count, 0);
2933 if (arg_count > 0) {
4288 for (i = 0;i < arg_count;i++) {
4309 if (n > arg_count) {
[all …]
/PHP-5.4/ext/spl/
H A Dspl_iterators.c1313 int arg_count; in spl_dual_it_call_method() local
1328 arg_count = (ulong) *p; in spl_dual_it_call_method()
1330 func_params = safe_emalloc(sizeof(zval **), arg_count, 0); in spl_dual_it_call_method()
1333 while (arg_count-- > 0) { in spl_dual_it_call_method()
1334 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method()
1337 arg_count = current; /* restore */ in spl_dual_it_call_method()
1339 …if (call_user_function_ex(EG(function_table), NULL, &func, &retval_ptr, arg_count, func_params, 0,… in spl_dual_it_call_method()
/PHP-5.4/ext/session/
H A Dsession.c1715 shutdown_function_entry.arg_count = 1;
2019 shutdown_function_entry.arg_count = 1;

Completed in 173 milliseconds