Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c471 offsets[arg_count] = 254 + arg_count; in call_with_args()
474 arg_count++; in call_with_args()
483 offsets[arg_count] = 254 + arg_count; in call_with_args()
486 arg_count++; in call_with_args()
492 arg_count++; in call_with_args()
510 arg_count--; in call_with_args()
516 arg_count--; in call_with_args()
529 arg_count--; in call_with_args()
550 arg_count--; in call_with_args()
557 arg_count--; in call_with_args()
[all …]
H A DsljitNativeX86_64.c651 sljit_s32 arg_count = 0; in call_with_args() local
669 arg_count++; in call_with_args()
672 if (arg_count != float_arg_count) in call_with_args()
676 arg_count++; in call_with_args()
679 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) { in call_with_args()
705 if (arg_count != float_arg_count) in call_with_args()
707 arg_count--; in call_with_args()
711 if (arg_count != float_arg_count) in call_with_args()
713 arg_count--; in call_with_args()
717 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) in call_with_args()
[all …]
H A DsljitNativeMIPS_64.c551 sljit_s32 arg_count = 0; in call_with_args() local
568 arg_count++; in call_with_args()
572 arg_count++; in call_with_args()
583 if (arg_count != float_arg_count) in call_with_args()
585 else if (arg_count == 1) in call_with_args()
587 arg_count--; in call_with_args()
593 else if (arg_count == 1) in call_with_args()
595 arg_count--; in call_with_args()
599 if (arg_count != word_arg_count) in call_with_args()
601 else if (arg_count == 1) in call_with_args()
[all …]
H A DsljitNativePPC_64.c415 sljit_s32 arg_count = 0; in call_with_args() local
431 arg_count++; in call_with_args()
434 arg_count++; in call_with_args()
437 if (arg_count != word_arg_count && arg_count == reg) { in call_with_args()
451 arg_count--; in call_with_args()
454 if (arg_count != word_arg_count) in call_with_args()
455 FAIL_IF(push_inst(compiler, OR | S(word_arg_count) | A(arg_count) | B(word_arg_count))); in call_with_args()
457 arg_count--; in call_with_args()
H A DsljitLir.c619 sljit_s32 arg_count = 0; in get_arg_count() local
623 arg_count++; in get_arg_count()
627 return arg_count; in get_arg_count()
1022 sljit_s32 types, arg_count, curr_type; in check_sljit_emit_enter() local
1039 arg_count = 0; in check_sljit_emit_enter()
1040 while (types != 0 && arg_count < 3) { in check_sljit_emit_enter()
1043 arg_count++; in check_sljit_emit_enter()
1074 sljit_s32 types, arg_count, curr_type; in check_sljit_set_context() local
1090 arg_count = 0; in check_sljit_set_context()
1091 while (types != 0 && arg_count < 3) { in check_sljit_set_context()
[all …]
H A DsljitNativeARM_T2_32.c1869 sljit_s32 arg_count = 0; in softfloat_call_with_args() local
1886 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
1888 arg_count++; in softfloat_call_with_args()
1896 arg_count++; in softfloat_call_with_args()
1902 arg_count++; in softfloat_call_with_args()
1919 arg_count--; in softfloat_call_with_args()
1921 stack_offset = offsets[arg_count]; in softfloat_call_with_args()
1933 arg_count--; in softfloat_call_with_args()
1935 stack_offset = offsets[arg_count]; in softfloat_call_with_args()
1949 arg_count--; in softfloat_call_with_args()
[all …]
H A DsljitNativeARM_32.c2200 sljit_s32 arg_count = 0; in softfloat_call_with_args() local
2217 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
2219 arg_count++; in softfloat_call_with_args()
2227 arg_count++; in softfloat_call_with_args()
2233 arg_count++; in softfloat_call_with_args()
2248 arg_count--; in softfloat_call_with_args()
2250 stack_offset = offsets[arg_count]; in softfloat_call_with_args()
2262 arg_count--; in softfloat_call_with_args()
2264 stack_offset = offsets[arg_count]; in softfloat_call_with_args()
2278 arg_count--; in softfloat_call_with_args()
[all …]
/PHP-7.4/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()
292 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
296 if (zend_parse_parameters(arg_count, "s|b", &variable, &variable_len, &walk_to_top) == FAILURE) { in PHP_FUNCTION()
303 if (arg_count == 2) { in PHP_FUNCTION()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp372 int arg_count = zend_hash_num_elements(args); in umsg_format_helper() local
387 fargs.resize(arg_count); in umsg_format_helper()
388 farg_names.resize(arg_count); in umsg_format_helper()
603 fargs.empty() ? NULL : &fargs[0], arg_count, resultStr, err.code); in umsg_format_helper()
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c471 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local
495 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
497 if ((zend_ulong)requested_offset >= arg_count) { in ZEND_FUNCTION()
519 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local
532 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
534 if (arg_count) { in ZEND_FUNCTION()
535 array_init_size(return_value, arg_count); in ZEND_FUNCTION()
541 if (arg_count > first_extra_arg) { in ZEND_FUNCTION()
559 while (i < arg_count) { in ZEND_FUNCTION()
575 Z_ARRVAL_P(return_value)->nNumOfElements = arg_count; in ZEND_FUNCTION()
H A Dzend_API.c48 int arg_count; in _zend_get_parameters_array_ex() local
51 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in _zend_get_parameters_array_ex()
53 if (param_count>arg_count) { in _zend_get_parameters_array_ex()
70 int arg_count; in zend_copy_parameters_array() local
73 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_copy_parameters_array()
75 if (param_count>arg_count) { in zend_copy_parameters_array()
920 int arg_count; in zend_parse_va_args() local
999 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_parse_va_args()
1001 if (num_args > arg_count) { in zend_parse_va_args()
H A Dzend_vm_def.h5289 uint32_t arg_count = EX_NUM_ARGS();
5296 if (arg_num <= arg_count) {
5310 } while (++arg_num <= arg_count); in ZEND_HASH_FILL_PACKED()
5316 } while (++arg_num <= arg_count); in ZEND_HASH_FILL_PACKED()
8797 uint32_t arg_count, result_size, skip; variable
8799 arg_count = EX_NUM_ARGS();
8802 if (arg_count < skip) {
8805 result_size = arg_count - skip;
8809 result_size = arg_count;
8822 if (arg_count > first_extra_arg) { in ZEND_HASH_FILL_PACKED()
[all …]
H A Dzend_compile.c2983 uint32_t arg_count = 0; /* number of arguments not including unpacks */ in zend_compile_args() local
2999 opline->op2.num = arg_count; in zend_compile_args()
3000 opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_ARG(NULL, arg_count); in zend_compile_args()
3009 arg_count++; in zend_compile_args()
3103 return arg_count; in zend_compile_args()
3137 uint32_t arg_count; in zend_compile_call_common() local
3139 arg_count = zend_compile_args(args_ast, fbc); in zend_compile_call_common()
3144 opline->extended_value = arg_count; in zend_compile_call_common()
3147 opline->op1.num = zend_vm_calc_used_stack(arg_count, fbc); in zend_compile_call_common()
H A Dzend_vm_execute.h3180 uint32_t arg_count = EX_NUM_ARGS(); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local
3187 if (arg_num <= arg_count) { in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
9819 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
9822 if (arg_count < skip) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
9825 result_size = arg_count - skip; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
9829 result_size = arg_count; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
9865 while (i < arg_count) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
34669 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
34672 if (arg_count < skip) { in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
34679 result_size = arg_count; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
[all …]
/PHP-7.4/ext/standard/
H A Dbasic_functions.h263 int arg_count; member
H A Dbasic_functions.c115 int arg_count; member
5047 for (i = 0; i < shutdown_function_entry->arg_count; i++) {
5059 for (i = 0; i < tick_function_entry->arg_count; i++) {
5082 shutdown_function_entry->arg_count - 1,
5103 tick_fe->arg_count - 1,
5192 shutdown_function_entry.arg_count = ZEND_NUM_ARGS();
5194 if (shutdown_function_entry.arg_count < 1) {
5832 tick_fe.arg_count = ZEND_NUM_ARGS();
5834 if (tick_fe.arg_count < 1) {
5866 for (i = 0; i < tick_fe.arg_count; i++) {
[all …]
/PHP-7.4/ext/soap/
H A Dsoap.c2591 int arg_count, argument
2692 …request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve…
2730 …request = serialize_function_call(this_ptr, NULL, function, call_uri, real_args, arg_count, soap_v…
2832 int arg_count; local
2897 arg_count = zend_hash_num_elements(Z_ARRVAL_P(args));
2899 if (arg_count > 0) {
2900 real_args = safe_emalloc(sizeof(zval), arg_count, 0);
2918 if (arg_count > 0) {
4278 for (i = 0;i < arg_count;i++) {
4299 if (n > arg_count) {
[all …]
/PHP-7.4/ext/ffi/
H A Dffi.c831 uint32_t arg_count; member
862 fci.param_count = callback_data->arg_count; in zend_ffi_callback_trampoline()
880 if (callback_data->arg_count) { in zend_ffi_callback_trampoline()
883 for (n = 0; n < callback_data->arg_count; n++) { in zend_ffi_callback_trampoline()
904 uint32_t arg_count; in zend_ffi_create_callback() local
920 if (arg_count < fcc.function_handler->common.required_num_args) { in zend_ffi_create_callback()
936 callback_data->arg_count = arg_count; in zend_ffi_create_callback()
2646 uint32_t n, arg_count; in ZEND_FUNCTION() local
2656 if (arg_count > EX_NUM_ARGS()) { in ZEND_FUNCTION()
2701 if (arg_count != EX_NUM_ARGS()) { in ZEND_FUNCTION()
[all …]
/PHP-7.4/ext/spl/
H A Dspl_iterators.c1371 int arg_count; in spl_dual_it_call_method() local
1382 arg_count = (zend_ulong) *p; in spl_dual_it_call_method()
1384 func_params = safe_emalloc(sizeof(zval **), arg_count, 0); in spl_dual_it_call_method()
1387 while (arg_count-- > 0) { in spl_dual_it_call_method()
1388 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method()
1391 arg_count = current; /* restore */ in spl_dual_it_call_method()
1393 …if (call_user_function_ex(EG(function_table), NULL, &func, &retval, arg_count, func_params, 0, NUL… in spl_dual_it_call_method()
/PHP-7.4/ext/session/
H A Dsession.c2028 shutdown_function_entry.arg_count = 1; in PHP_FUNCTION()
2653 shutdown_function_entry.arg_count = 1; in PHP_FUNCTION()

Completed in 346 milliseconds