Home
last modified time | relevance | path

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

12345

/php-src/ext/standard/
H A Dbasic_functions.stub.php2007 function call_user_func(callable $callback, mixed ...$args): mixed {}
2009 function call_user_func_array(callable $callback, array $args): mixed {}
2011 function forward_static_call(callable $callback, mixed ...$args): mixed {}
2013 function forward_static_call_array(callable $callback, array $args): mixed {}
2015 function register_shutdown_function(callable $callback, mixed ...$args): void {}
2079 function register_tick_function(callable $callback, mixed ...$args): bool {}
H A Dproc_open.c624 static zend_string *create_win_command_from_args(HashTable *args) in create_win_command_from_args()
H A Dfile.c953 zval *args = NULL; in PHP_FUNCTION() local
/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.php1232 public array $args; variable in FuncInfo
1258 array $args,
3095 public array $args; variable in AttributeInfo
3098 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.h5114 zval *args; variable
5327 zval *args; variable
8798 zend_array *args = NULL; variable
8813 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
/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()
6406 void zend_ffi_make_func_type(zend_ffi_dcl *dcl, HashTable *args, zend_ffi_dcl *nested_dcl) /* {{{ */
6544 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.c2592 zval *zpkey = NULL, *args = NULL; in PHP_FUNCTION() local
2690 zval *zout = NULL, *zpkey, *args = NULL; in PHP_FUNCTION() local
3219 zval *zpkey, *args = NULL; in PHP_FUNCTION() local
3391 zval *args = NULL, *dn, *attribs = NULL; in PHP_FUNCTION() local
4775 zval * args = NULL; in PHP_FUNCTION() local
4862 zval * zpkey, * args = NULL; in PHP_FUNCTION() local
4933 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.c583 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.cpp370 zend_long args[6]; in PHP_FUNCTION() local
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c423 va_list args; in fpm_fcgi_log() 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.c756 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_emit_enter()
774 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 230 milliseconds

12345