Home
last modified time | relevance | path

Searched defs:args (Results 76 – 100 of 115) sorted by relevance

12345

/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c1701 zval *args, uint32_t variadic_num_args) in pdo_stmt_setup_fetch_mode()
1856 zval *args = NULL; in PHP_METHOD() local
H A Dpdo_dbh.c1158 zval *args = NULL; in PHP_METHOD() local
/PHP-8.2/ext/fileinfo/libmagic/
H A Dcompress.c886 char *const *args; in uncompressbuf() local
/PHP-8.2/Zend/
H A Dzend_closures.c46 zval *args; in ZEND_METHOD() local
H A Dzend_vm_def.h5095 zval *args; variable
5308 zval *args; variable
8778 zend_array *args = NULL; variable
8793 ZEND_HASH_FILL_PACKED(args) { in ZEND_HASH_FILL_PACKED() argument
H A Dzend_exceptions.c883 va_list args; in zend_error_va() local
H A Dzend_object_handlers.c202 zval args[2]; in zend_std_call_setter() local
H A Dzend_builtin_functions.c1888 HashTable *args = zend_new_array(8); in zend_fetch_debug_backtrace() local
H A Dzend_ast.c887 HashTable *args = zend_new_array(args_ast->children); in zend_ast_evaluate_inner() local
H A Dzend_API.c4218 ZEND_API zend_result zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args)… in zend_fcall_info_args_ex()
4251 ZEND_API zend_result zend_fcall_info_args(zend_fcall_info *fci, zval *args) /* {{{ */ in zend_fcall_info_args()
4299 …info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *retval_ptr, zval *args) /* {{{ */ in zend_fcall_info_call()
/PHP-8.2/ext/ffi/
H A Dffi_parser.c2678 HashTable *args = NULL; in parse_array_or_function_declarators() local
2863 static int parse_parameter_declaration(int sym, HashTable **args) { in parse_parameter_declaration()
H A Dffi.c132 HashTable *args; member
939 static void zend_ffi_callback_trampoline(ffi_cif* cif, void* ret, void** args, void* data) /* {{{ */ in zend_ffi_callback_trampoline()
6400 void zend_ffi_make_func_type(zend_ffi_dcl *dcl, HashTable *args, zend_ffi_dcl *nested_dcl) /* {{{ */
6538 void zend_ffi_add_arg(HashTable **args, const char *name, size_t name_len, zend_ffi_dcl *arg_dcl) /…
/PHP-8.2/ext/gd/libgd/
H A Dgd.c99 void gd_stderr_error(int priority, const char *format, va_list args) in gd_stderr_error()
126 static void _gd_error_ex(int priority, const char *format, va_list args) in _gd_error_ex()
135 va_list args; in gd_error() local
143 va_list args; in gd_error_ex() local
/PHP-8.2/ext/openssl/
H A Dopenssl.c2581 zval *zpkey = NULL, *args = NULL; in PHP_FUNCTION() local
2679 zval *zout = NULL, *zpkey, *args = NULL; in PHP_FUNCTION() local
3208 zval *zpkey, *args = NULL; in PHP_FUNCTION() local
3380 zval *args = NULL, *dn, *attribs = NULL; in PHP_FUNCTION() local
4680 zval * args = NULL; in PHP_FUNCTION() local
4749 zval * zpkey, * args = NULL; in PHP_FUNCTION() local
4820 zval * zpkey, * args = NULL, *out; in PHP_FUNCTION() local
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php961 function pcntl_exec(string $path, array $args = [], array $env_vars = []): bool {}
H A Dpcntl.c490 zval *args = NULL, *envs = NULL; in PHP_FUNCTION() local
/PHP-8.2/ext/intl/calendar/
H A Dcalendar_methods.cpp372 zend_long args[6]; in PHP_FUNCTION() local
/PHP-8.2/ext/standard/
H A Dproc_open.c564 static zend_string *create_win_command_from_args(HashTable *args) in create_win_command_from_args()
H A Dfile.c961 zval *args = NULL; in PHP_FUNCTION() local
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_main.c426 va_list args; in fpm_fcgi_log() local
/PHP-8.2/ext/ftp/
H A Dftp.c1256 ftp_putcmd(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len, const char *args, const size_t arg… in ftp_putcmd()
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c665 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_emit_enter()
683 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_set_context()
/PHP-8.2/main/streams/
H A Dstreams.c243 va_list args; in php_stream_wrapper_log_error() local
/PHP-8.2/ext/opcache/jit/ir/
H A Dir.c2110 ir_ref _ir_CALL_N(ir_ctx *ctx, ir_type type, ir_ref func, uint32_t count, ir_ref *args) in _ir_CALL_N()
2234 void _ir_TAILCALL_N(ir_ctx *ctx, ir_type type, ir_ref func, uint32_t count, ir_ref *args) in _ir_TAILCALL_N()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c5075 HashTable *args = NULL; in ZEND_METHOD() local
6670 zval *args, uint32_t argc, HashTable *named_params, zend_string *filename) in call_attribute_constructor()
6732 zval *obj, zval *args, uint32_t argc, HashTable *named_params) /* {{{ */ in attribute_ctor_cleanup()
6764 zval *args = NULL; in ZEND_METHOD() local

Completed in 235 milliseconds

12345