Home
last modified time | relevance | path

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

12345

/php-src/ext/pdo/
H A Dpdo_stmt.c1696 zval *args, uint32_t variadic_num_args) in pdo_stmt_setup_fetch_mode()
1851 zval *args = NULL; in PHP_METHOD() local
H A Dpdo_dbh.c1156 zval *args = NULL; in PHP_METHOD() local
/php-src/build/
H A Dgen_stub.php1228 public array $args; variable in FuncInfo
1254 array $args,
3079 public array $args; variable in AttributeInfo
3082 public function __construct(string $class, array $args) {
/php-src/Zend/
H A Dzend_closures.c46 zval *args; in ZEND_METHOD() local
H A Dzend_vm_def.h5113 zval *args; variable
5326 zval *args; variable
8796 zend_array *args = NULL; variable
8811 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.c4270 ZEND_API zend_result zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args)… in zend_fcall_info_args_ex()
4303 ZEND_API zend_result zend_fcall_info_args(zend_fcall_info *fci, zval *args) /* {{{ */ in zend_fcall_info_args()
4351 …info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *retval_ptr, zval *args) /* {{{ */ in zend_fcall_info_call()
/php-src/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()
6402 void zend_ffi_make_func_type(zend_ffi_dcl *dcl, HashTable *args, zend_ffi_dcl *nested_dcl) /* {{{ */
6540 void zend_ffi_add_arg(HashTable **args, const char *name, size_t name_len, zend_ffi_dcl *arg_dcl) /…
/php-src/ext/curl/
H A Dinterface.c649 zval args[5]; in curl_progress() local
725 zval args[4]; in curl_ssh_hostkeyfunction() local
/php-src/ext/gd/libgd/
H A Dgd.c69 void gd_stderr_error(int priority, const char *format, va_list args) in gd_stderr_error()
96 static void _gd_error_ex(int priority, const char *format, va_list args) in _gd_error_ex()
105 va_list args; in gd_error() local
113 va_list args; in gd_error_ex() local
/php-src/ext/openssl/
H A Dopenssl.c2582 zval *zpkey = NULL, *args = NULL; in PHP_FUNCTION() local
2680 zval *zout = NULL, *zpkey, *args = NULL; in PHP_FUNCTION() local
3209 zval *zpkey, *args = NULL; in PHP_FUNCTION() local
3381 zval *args = NULL, *dn, *attribs = NULL; in PHP_FUNCTION() local
4681 zval * args = NULL; in PHP_FUNCTION() local
4750 zval * zpkey, * args = NULL; in PHP_FUNCTION() local
4821 zval * zpkey, * args = NULL, *out; in PHP_FUNCTION() local
/php-src/ext/pcntl/
H A Dpcntl.stub.php975 function pcntl_exec(string $path, array $args = [], array $env_vars = []): bool {}
H A Dpcntl.c554 zval *args = NULL, *envs = NULL; in PHP_FUNCTION() local
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c1062 char *const *args; in uncompressbuf() local
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp372 zend_long args[6]; in PHP_FUNCTION() local
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c426 va_list args; in fpm_fcgi_log() local
/php-src/ext/standard/
H A Dproc_open.c637 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-src/ext/ftp/
H A Dftp.c1281 ftp_putcmd(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len, const char *args, const size_t arg… in ftp_putcmd()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c711 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_emit_enter()
729 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_set_context()
/php-src/main/streams/
H A Dstreams.c243 va_list args; in php_stream_wrapper_log_error() local

Completed in 318 milliseconds

12345