Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 117) sorted by last modified time

12345

/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/reflection/
H A Dphp_reflection.stub.php135 public function invoke(mixed ...$args): mixed {}
138 public function invokeArgs(array $args): mixed {}
219 public function invoke(?object $object, mixed ...$args): mixed {}
222 public function invokeArgs(?object $object, array $args): mixed {}
363 public function newInstance(mixed ...$args): object {}
369 public function newInstanceArgs(array $args = []): ?object {}
H A Dphp_reflection.c5137 HashTable *args = NULL; in ZEND_METHOD() local
6732 zval *args, uint32_t argc, HashTable *named_params, zend_string *filename) in call_attribute_constructor()
6794 zval *obj, zval *args, uint32_t argc, HashTable *named_params) /* {{{ */ in attribute_ctor_cleanup()
6826 zval *args = NULL; in ZEND_METHOD() local
/php-src/ext/zend_test/
H A Dtest.stub.php72 public function __call(string $name, array $args): mixed {}
/php-src/ext/libxml/
H A Dlibxml.c821 va_list args; in php_libxml_pretend_ctx_error_ex() local
843 va_list args; in php_libxml_ctx_error() local
851 va_list args; in php_libxml_ctx_warning() local
868 va_list args; in php_libxml_error_handler() local
/php-src/ext/dom/
H A Ddocument.c2271 zval *args; in PHP_METHOD() local
/php-src/Zend/
H A Dzend_compile.c3657 zend_ast_list *args = zend_ast_get_list(ast); in zend_compile_args() local
3973 static inline bool zend_args_contain_unpack_or_named(zend_ast_list *args) /* {{{ */ in zend_args_contain_unpack_or_named()
3986 static zend_result zend_compile_func_strlen(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_strlen()
4061 static zend_result zend_compile_func_defined(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_defined()
4093 static zend_result zend_compile_func_chr(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_chr()
4111 static zend_result zend_compile_func_ord(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_ord()
4334 static zend_result zend_compile_func_in_array(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_in_array()
4465 static zend_result zend_compile_func_gettype(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_gettype()
4479 static zend_result zend_compile_func_num_args(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_num_args()
4490 static zend_result zend_compile_func_get_args(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_get_args()
[all …]
H A Dzend_builtin_functions.c1888 HashTable *args = zend_new_array(8); in zend_fetch_debug_backtrace() 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()
H A Dzend_alloc.c340 va_list args; in zend_debug_alloc_output() local
H A Dzend.c1558 const char *format, va_list args) in zend_error_va_list()
1609 va_list args; in zend_error_at() local
1642 va_list args; in zend_error_at_noreturn() local
1829 va_list args; in zend_output_debug_string() local
H A Dzend_closures.c46 zval *args; in ZEND_METHOD() local
/php-src/ext/pcntl/
H A Dpcntl.c554 zval *args = NULL, *envs = NULL; in PHP_FUNCTION() local
H A Dpcntl.stub.php975 function pcntl_exec(string $path, array $args = [], array $env_vars = []): bool {}
/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/opcache/jit/ir/
H A Dir.c2344 ir_ref _ir_CALL_N(ir_ctx *ctx, ir_type type, ir_ref func, uint32_t count, ir_ref *args)
2468 void _ir_TAILCALL_N(ir_ctx *ctx, ir_type type, ir_ref func, uint32_t count, ir_ref *args)
/php-src/ext/mbstring/
H A Dmbstring.c3788 zval *args; in PHP_FUNCTION() local
/php-src/main/
H A Dmain.c893 va_list args; in php_printf() local
911 va_list args; in php_printf_unchecked() local
945 …void php_verror(const char *docref, const char *params, int type, const char *format, va_list args) in php_verror()
1141 va_list args; in php_error_docref1() local
1154 va_list args; in php_error_docref2() 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/standard/
H A Duser_filters.c139 zval args[4]; in userfilter_filter() local
H A Dbasic_functions.stub.php1999 function call_user_func(callable $callback, mixed ...$args): mixed {}
2001 function call_user_func_array(callable $callback, array $args): mixed {}
2003 function forward_static_call(callable $callback, mixed ...$args): mixed {}
2005 function forward_static_call_array(callable $callback, array $args): mixed {}
2007 function register_shutdown_function(callable $callback, mixed ...$args): void {}
2071 function register_tick_function(callable $callback, mixed ...$args): bool {}
H A Dproc_open.c637 static zend_string *create_win_command_from_args(HashTable *args) in create_win_command_from_args()
/php-src/ext/mysqli/
H A Dmysqli_api.c79 int mysqli_stmt_bind_param_do_bind(MY_STMT *stmt, unsigned int num_vars, zval *args, const char * c… in mysqli_stmt_bind_param_do_bind()
131 zval *args; in PHP_FUNCTION() local
167 mysqli_stmt_bind_result_do_bind(MY_STMT *stmt, zval *args, unsigned int argc) in mysqli_stmt_bind_result_do_bind()
184 zval *args; in PHP_FUNCTION() local
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp372 zend_long args[6]; in PHP_FUNCTION() local
H A Dgregoriancalendar_methods.cpp86 *args = &args_a[0]; in _php_intlgregcal_constructor_body() local

Completed in 217 milliseconds

12345