Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c153 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 DsljitNativeX86_64.c737 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 DsljitNativePPC_64.c504 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 DsljitNativeMIPS_common.c832 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 DsljitNativePPC_common.c758 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 Dphp_functions.c257 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 Dmsgformat_helpers.cpp369 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 Dzend_builtin_functions.c183 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 Dzend_vm_def.h5599 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 Dzend_API.c51 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 Dzend_compile.c3639 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 Dzend_vm_execute.h3984 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 Dsoap.c2150 int arg_count, argument
2253 …request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve…
2290 …request = serialize_function_call(this_ptr, NULL, function, call_uri, real_args, arg_count, soap_v…
2389 int arg_count; local
2461 arg_count = zend_hash_num_elements(Z_ARRVAL_P(args));
2463 if (arg_count > 0) {
2464 real_args = safe_emalloc(sizeof(zval), arg_count, 0);
2482 if (arg_count > 0) {
3794 for (i = 0;i < arg_count;i++) {
3815 if (n > arg_count) {
[all …]
/PHP-8.3/ext/ffi/
H A Dffi.c914 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 …]

Completed in 321 milliseconds