Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c706 sljit_s32 arg_count = 0; in call_with_args() local
724 arg_count++; in call_with_args()
727 if (arg_count != float_arg_count) in call_with_args()
731 arg_count++; in call_with_args()
734 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) { in call_with_args()
754 if (arg_count != float_arg_count) in call_with_args()
756 arg_count--; in call_with_args()
760 if (arg_count != float_arg_count) in call_with_args()
762 arg_count--; in call_with_args()
766 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) in call_with_args()
[all …]
H A DsljitNativeMIPS_64.c568 sljit_s32 arg_count = 0; in call_with_args() local
585 arg_count++; in call_with_args()
589 arg_count++; in call_with_args()
600 if (arg_count != float_arg_count) in call_with_args()
602 else if (arg_count == 1) in call_with_args()
604 arg_count--; in call_with_args()
610 else if (arg_count == 1) in call_with_args()
612 arg_count--; in call_with_args()
616 if (arg_count != word_arg_count) in call_with_args()
618 else if (arg_count == 1) in call_with_args()
[all …]
H A DsljitNativeMIPS_common.c796 arg_count = 0; in sljit_emit_enter()
800 offset = arg_count; in sljit_emit_enter()
803 arg_count++; in sljit_emit_enter()
804 arg_count++; in sljit_emit_enter()
807 arg_count++; in sljit_emit_enter()
864 arg_count = 0; in sljit_emit_enter()
881 arg_count++; in sljit_emit_enter()
891 arg_count++; in sljit_emit_enter()
910 } else if (word_arg_count != arg_count + 1 || arg_count == 0) in sljit_emit_enter()
921 arg_count++; in sljit_emit_enter()
[all …]
H A DsljitNativePPC_64.c429 sljit_s32 arg_count = 0; in call_with_args() local
445 arg_count++; in call_with_args()
448 arg_count++; in call_with_args()
451 if (arg_count != word_arg_count && arg_count == reg) { in call_with_args()
465 arg_count--; in call_with_args()
468 if (arg_count != word_arg_count) in call_with_args()
469 FAIL_IF(push_inst(compiler, OR | S(word_arg_count) | A(arg_count) | B(word_arg_count))); in call_with_args()
471 arg_count--; in call_with_args()
H A DsljitNativePPC_common.c726 sljit_s32 arg_count = 0; in sljit_emit_enter() local
799 } else if (arg_count != word_arg_count) in sljit_emit_enter()
804 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R0 + arg_count) | A(tmp) | B(SLJIT_R0 + arg_count))); in sljit_emit_enter()
816 arg_count++; in sljit_emit_enter()
/PHP-8.2/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.2/Zend/
H A Dzend_builtin_functions.c173 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local
197 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
199 if ((zend_ulong)requested_offset >= arg_count) { in ZEND_FUNCTION()
220 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local
235 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
237 if (arg_count) { in ZEND_FUNCTION()
238 array_init_size(return_value, arg_count); in ZEND_FUNCTION()
244 if (arg_count > first_extra_arg) { in ZEND_FUNCTION()
262 while (i < arg_count) { in ZEND_FUNCTION()
278 Z_ARRVAL_P(return_value)->nNumOfElements = arg_count; in ZEND_FUNCTION()
H A Dzend_vm_def.h5555 uint32_t arg_count = EX_NUM_ARGS();
5562 if (arg_num <= arg_count) {
5582 } while (++arg_num <= arg_count); in ZEND_HASH_FILL_PACKED()
5588 } while (++arg_num <= arg_count); in ZEND_HASH_FILL_PACKED()
9305 uint32_t arg_count, result_size, skip; variable
9307 arg_count = EX_NUM_ARGS();
9310 if (arg_count < skip) {
9313 result_size = arg_count - skip;
9317 result_size = arg_count;
9331 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.c3517 uint32_t arg_count = 0; /* number of arguments not including unpacks */ in zend_compile_args() local
3547 opline->op2.num = arg_count; in zend_compile_args()
3548 opline->result.var = EX_NUM_TO_VAR(arg_count - 1); in zend_compile_args()
3565 if (arg_num == arg_count + 1 && !may_have_undef) { in zend_compile_args()
3568 arg_count++; in zend_compile_args()
3592 arg_count++; in zend_compile_args()
3709 return arg_count; in zend_compile_args()
3762 uint32_t arg_count = zend_compile_args(args_ast, fbc, &may_have_extra_named_args); in zend_compile_call_common() local
3767 opline->extended_value = arg_count; in zend_compile_call_common()
3770 opline->op1.num = zend_vm_calc_used_stack(arg_count, fbc); in zend_compile_call_common()
H A Dzend_vm_execute.h3936 uint32_t arg_count = EX_NUM_ARGS(); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local
3943 if (arg_num <= arg_count) { in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
10800 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
10803 if (arg_count < skip) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
10806 result_size = arg_count - skip; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
10810 result_size = arg_count; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
10847 while (i < arg_count) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
36299 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
36302 if (arg_count < skip) { in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
36309 result_size = arg_count; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
[all …]
/PHP-8.2/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.2/ext/soap/
H A Dsoap.c2157 int arg_count, argument
2260 …request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve…
2297 …request = serialize_function_call(this_ptr, NULL, function, call_uri, real_args, arg_count, soap_v…
2396 int arg_count; local
2468 arg_count = zend_hash_num_elements(Z_ARRVAL_P(args));
2470 if (arg_count > 0) {
2471 real_args = safe_emalloc(sizeof(zval), arg_count, 0);
2489 if (arg_count > 0) {
3801 for (i = 0;i < arg_count;i++) {
3822 if (n > arg_count) {
[all …]
/PHP-8.2/ext/ffi/
H A Dffi.c901 uint32_t arg_count; member
914 for (int i = 0; i < callback_data->arg_count; ++i) { in zend_ffi_callback_hash_dtor()
939 fci.param_count = callback_data->arg_count; in zend_ffi_callback_trampoline()
958 if (callback_data->arg_count) { in zend_ffi_callback_trampoline()
961 for (n = 0; n < callback_data->arg_count; n++) { in zend_ffi_callback_trampoline()
984 uint32_t arg_count; in zend_ffi_create_callback() local
1016 callback_data->arg_count = arg_count; in zend_ffi_create_callback()
2736 uint32_t n, arg_count; in ZEND_FUNCTION() local
2746 if (arg_count > EX_NUM_ARGS()) { in ZEND_FUNCTION()
2791 if (arg_count != EX_NUM_ARGS()) { in ZEND_FUNCTION()
[all …]

Completed in 242 milliseconds