Searched defs:arg_count (Results 1 – 14 of 14) sorted by relevance
/PHP-8.3/sapi/apache2handler/ |
H A D | php_functions.c | 257 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 291 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_64.c | 153 sljit_s32 arg_count = 0; in call_with_args() local
|
H A D | sljitNativePPC_64.c | 504 sljit_s32 arg_count = 0; in call_with_args() local
|
H A D | sljitNativeX86_64.c | 737 sljit_s32 arg_count = 0; in call_with_args() local
|
H A D | sljitNativePPC_common.c | 758 sljit_s32 arg_count = 0; in sljit_emit_enter() local
|
H A D | sljitNativeMIPS_common.c | 806 sljit_s32 arg_count, word_arg_count, float_arg_count; in sljit_emit_enter() local
|
/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
|
/PHP-8.3/Zend/ |
H A D | zend_builtin_functions.c | 183 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local 230 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local
|
H A D | zend_API.c | 51 uint32_t arg_count; in zend_get_parameters_array_ex() local 73 uint32_t arg_count; in zend_copy_parameters_array() local
|
H A D | zend_vm_def.h | 9459 uint32_t arg_count, result_size, skip; variable
|
H A D | zend_compile.c | 3639 uint32_t arg_count = 0; /* number of arguments not including unpacks */ in zend_compile_args() local 3884 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 | 3984 uint32_t arg_count = EX_NUM_ARGS(); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local 11030 uint32_t arg_count, result_size, skip; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER() local 37137 uint32_t arg_count, result_size, skip; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER() local
|
/PHP-8.3/ext/soap/ |
H A D | soap.c | 2164 int arg_count, 2403 int arg_count; local 3725 …unctionPtr function, char *function_name, char *uri, zval *arguments, int arg_count, int version, …
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 914 uint32_t arg_count; member 997 uint32_t arg_count; in zend_ffi_create_callback() local 2746 uint32_t n, arg_count; in ZEND_FUNCTION() local
|
Completed in 258 milliseconds