/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_64.c | 153 sljit_s32 arg_count = 0; in call_with_args() local 170 arg_count++; in call_with_args() 174 arg_count++; in call_with_args() 185 if (arg_count != float_arg_count) in call_with_args() 187 else if (arg_count == 1) in call_with_args() 189 arg_count--; in call_with_args() 195 else if (arg_count == 1) in call_with_args() 197 arg_count--; in call_with_args() 201 if (arg_count != word_arg_count) in call_with_args() 203 else if (arg_count == 1) in call_with_args() [all …]
|
H A D | sljitNativeX86_64.c | 737 sljit_s32 arg_count = 0; in call_with_args() local 755 arg_count++; in call_with_args() 758 if (arg_count != float_arg_count) in call_with_args() 762 arg_count++; in call_with_args() 765 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) { in call_with_args() 785 if (arg_count != float_arg_count) in call_with_args() 787 arg_count--; in call_with_args() 791 if (arg_count != float_arg_count) in call_with_args() 793 arg_count--; in call_with_args() 797 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) in call_with_args() [all …]
|
H A D | sljitNativePPC_64.c | 504 sljit_s32 arg_count = 0; in call_with_args() local 520 arg_count++; in call_with_args() 523 arg_count++; in call_with_args() 526 if (arg_count != word_arg_count && arg_count == reg) { in call_with_args() 540 arg_count--; in call_with_args() 543 if (arg_count != word_arg_count) in call_with_args() 544 FAIL_IF(push_inst(compiler, OR | S(word_arg_count) | A(arg_count) | B(word_arg_count))); in call_with_args() 546 arg_count--; in call_with_args()
|
H A D | sljitNativeMIPS_common.c | 832 arg_count = 0; in sljit_emit_enter() 838 arg_count++; in sljit_emit_enter() 839 arg_count++; in sljit_emit_enter() 842 arg_count++; in sljit_emit_enter() 901 arg_count = 0; in sljit_emit_enter() 917 arg_count++; in sljit_emit_enter() 927 arg_count++; in sljit_emit_enter() 946 } else if (word_arg_count != arg_count + 1 || arg_count == 0) in sljit_emit_enter() 951 if (arg_count < 4) in sljit_emit_enter() 957 arg_count++; in sljit_emit_enter() [all …]
|
H A D | sljitNativePPC_common.c | 758 sljit_s32 arg_count = 0; in sljit_emit_enter() local 842 } else if (arg_count != word_arg_count) in sljit_emit_enter() 847 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R0 + arg_count) | A(tmp) | B(SLJIT_R0 + arg_count))); in sljit_emit_enter() 859 arg_count++; in sljit_emit_enter()
|
/PHP-8.3/sapi/apache2handler/ |
H A D | php_functions.c | 257 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 260 …if (zend_parse_parameters(arg_count, "ss|b", &variable, &variable_len, &string_val, &string_val_le… in PHP_FUNCTION() 267 if (arg_count == 3) { in PHP_FUNCTION() 291 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 295 if (zend_parse_parameters(arg_count, "s|b", &variable, &variable_len, &walk_to_top) == FAILURE) { in PHP_FUNCTION() 302 if (arg_count == 2) { in PHP_FUNCTION()
|
/PHP-8.3/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 369 int arg_count = zend_hash_num_elements(args); in umsg_format_helper() local 384 fargs.resize(arg_count); in umsg_format_helper() 385 farg_names.resize(arg_count); in umsg_format_helper() 601 fargs.empty() ? NULL : &fargs[0], arg_count, resultStr, err.code); in umsg_format_helper()
|
/PHP-8.3/Zend/ |
H A D | zend_builtin_functions.c | 183 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local 207 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION() 209 if ((zend_ulong)requested_offset >= arg_count) { in ZEND_FUNCTION() 230 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local 245 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION() 247 if (arg_count) { in ZEND_FUNCTION() 248 array_init_size(return_value, arg_count); in ZEND_FUNCTION() 254 if (arg_count > first_extra_arg) { in ZEND_FUNCTION() 272 while (i < arg_count) { in ZEND_FUNCTION() 288 Z_ARRVAL_P(return_value)->nNumOfElements = arg_count; in ZEND_FUNCTION()
|
H A D | zend_vm_def.h | 5599 uint32_t arg_count = EX_NUM_ARGS(); 5606 if (arg_num <= arg_count) { 5626 } while (++arg_num <= arg_count); in ZEND_HASH_FILL_PACKED() 5632 } while (++arg_num <= arg_count); in ZEND_HASH_FILL_PACKED() 9459 uint32_t arg_count, result_size, skip; variable 9461 arg_count = EX_NUM_ARGS(); 9464 if (arg_count < skip) { 9467 result_size = arg_count - skip; 9471 result_size = arg_count; 9485 if (arg_count > first_extra_arg) { in ZEND_HASH_FILL_PACKED() [all …]
|
H A D | zend_API.c | 51 uint32_t arg_count; in zend_get_parameters_array_ex() local 54 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_get_parameters_array_ex() 56 if (param_count>arg_count) { in zend_get_parameters_array_ex() 73 uint32_t arg_count; in zend_copy_parameters_array() local 76 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_copy_parameters_array() 78 if (param_count>arg_count) { in zend_copy_parameters_array()
|
H A D | zend_compile.c | 3639 uint32_t arg_count = 0; /* number of arguments not including unpacks */ in zend_compile_args() local 3669 opline->op2.num = arg_count; in zend_compile_args() 3670 opline->result.var = EX_NUM_TO_VAR(arg_count - 1); in zend_compile_args() 3687 if (arg_num == arg_count + 1 && !may_have_undef) { in zend_compile_args() 3690 arg_count++; in zend_compile_args() 3714 arg_count++; in zend_compile_args() 3831 return arg_count; in zend_compile_args() 3884 uint32_t arg_count = zend_compile_args(args_ast, fbc, &may_have_extra_named_args); in zend_compile_call_common() local 3889 opline->extended_value = arg_count; in zend_compile_call_common() 3892 opline->op1.num = zend_vm_calc_used_stack(arg_count, fbc); in zend_compile_call_common()
|
H A D | zend_vm_execute.h | 3984 uint32_t arg_count = EX_NUM_ARGS(); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local 3991 if (arg_num <= arg_count) { in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() 11032 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER() 11035 if (arg_count < skip) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER() 11038 result_size = arg_count - skip; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER() 11042 result_size = arg_count; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER() 11079 while (i < arg_count) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER() 37139 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER() 37142 if (arg_count < skip) { in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER() 37149 result_size = arg_count; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER() [all …]
|
/PHP-8.3/ext/soap/ |
H A D | soap.c | 2164 int arg_count, argument 2267 …request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve… 2304 …request = serialize_function_call(this_ptr, NULL, function, call_uri, real_args, arg_count, soap_v… 2403 int arg_count; local 2475 arg_count = zend_hash_num_elements(Z_ARRVAL_P(args)); 2477 if (arg_count > 0) { 2478 real_args = safe_emalloc(sizeof(zval), arg_count, 0); 2496 if (arg_count > 0) { 3808 for (i = 0;i < arg_count;i++) { 3829 if (n > arg_count) { [all …]
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 914 uint32_t arg_count; member 927 for (int i = 0; i < callback_data->arg_count; ++i) { in zend_ffi_callback_hash_dtor() 952 fci.param_count = callback_data->arg_count; in zend_ffi_callback_trampoline() 971 if (callback_data->arg_count) { in zend_ffi_callback_trampoline() 974 for (n = 0; n < callback_data->arg_count; n++) { in zend_ffi_callback_trampoline() 997 uint32_t arg_count; in zend_ffi_create_callback() local 1029 callback_data->arg_count = arg_count; in zend_ffi_create_callback() 2746 uint32_t n, arg_count; in ZEND_FUNCTION() local 2756 if (arg_count > EX_NUM_ARGS()) { in ZEND_FUNCTION() 2801 if (arg_count != EX_NUM_ARGS()) { in ZEND_FUNCTION() [all …]
|