Searched defs:arg_count (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_64.c | 221 sljit_s32 arg_count = 0; in call_with_args() local
|
H A D | sljitNativePPC_64.c | 509 sljit_s32 arg_count = 0; in call_with_args() local
|
H A D | sljitNativeX86_64.c | 805 sljit_s32 arg_count = 0; in call_with_args() local
|
H A D | sljitNativePPC_common.c | 855 sljit_s32 arg_count = 0; in sljit_emit_enter() local
|
H A D | sljitNativeMIPS_common.c | 936 sljit_s32 arg_count, word_arg_count, float_arg_count; in sljit_emit_enter() local
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 369 int arg_count = zend_hash_num_elements(args); in umsg_format_helper() local
|
/php-src/Zend/ |
H A D | zend_builtin_functions.c | 214 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local 261 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local
|
H A D | zend_API.c | 52 uint32_t arg_count; in zend_get_parameters_array_ex() local 74 uint32_t arg_count; in zend_copy_parameters_array() local
|
H A D | zend_vm_def.h | 9546 uint32_t arg_count, result_size, skip; variable
|
H A D | zend_compile.c | 3727 uint32_t arg_count = 0; /* number of arguments not including unpacks */ in zend_compile_args() local 3976 uint32_t arg_count = zend_compile_args(args_ast, fbc, &may_have_extra_named_args); in zend_compile_call_common() local
|
H A D | zend_vm_execute.h | 4196 uint32_t arg_count = EX_NUM_ARGS(); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local 11431 uint32_t arg_count, result_size, skip; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER() local 38216 uint32_t arg_count, result_size, skip; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER() local
|
/php-src/ext/soap/ |
H A D | soap.c | 2280 uint32_t arg_count, in do_soap_call() 2549 uint32_t arg_count = zend_hash_num_elements(args); in soap_client_call_common() local 3921 …tion, const char *function_name, const char *uri, zval *arguments, uint32_t arg_count, int version… in serialize_function_call()
|
/php-src/ext/ffi/ |
H A D | ffi.c | 915 uint32_t arg_count; member 998 uint32_t arg_count; in zend_ffi_create_callback() local 2747 uint32_t n, arg_count; in ZEND_FUNCTION() local
|
Completed in 280 milliseconds