Home
last modified time | relevance | path

Searched defs:args (Results 26 – 50 of 117) sorted by relevance

12345

/php-src/Zend/
H A Dzend_closures.stub.php21 public function call(object $newThis, mixed ...$args): mixed {}
H A Dzend_fibers.stub.php13 public function start(mixed ...$args): mixed {}
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 …]
/php-src/ext/hash/
H A Dhash_ripemd.c87 …HASH_API void PHP_RIPEMD128Init(PHP_RIPEMD128_CTX * context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_RIPEMD128Init()
102 …HASH_API void PHP_RIPEMD256Init(PHP_RIPEMD256_CTX * context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_RIPEMD256Init()
121 …HASH_API void PHP_RIPEMD160Init(PHP_RIPEMD160_CTX * context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_RIPEMD160Init()
137 …HASH_API void PHP_RIPEMD320Init(PHP_RIPEMD320_CTX * context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_RIPEMD320Init()
H A Dhash_adler32.c21 PHP_HASH_API void PHP_ADLER32Init(PHP_ADLER32_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_ADLER32Init()
H A Dhash_joaat.c39 PHP_HASH_API void PHP_JOAATInit(PHP_JOAAT_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_JOAATInit()
H A Dhash_gost.c238 PHP_HASH_API void PHP_GOSTInit(PHP_GOST_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_GOSTInit()
244 PHP_HASH_API void PHP_GOSTInitCrypto(PHP_GOST_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_GOSTInitCrypto()
H A Dhash_md.c188 PHP_HASH_API void PHP_MD4InitArgs(PHP_MD4_CTX * context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_MD4InitArgs()
291 PHP_HASH_API void PHP_MD2InitArgs(PHP_MD2_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_MD2InitArgs()
H A Dhash_crc32.c23 PHP_HASH_API void PHP_CRC32Init(PHP_CRC32_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_CRC32Init()
/php-src/ext/gd/libgd/
H A Dgdkanji.c60 va_list args; in debug() local
73 va_list args; in error() local
H A Dgd_xbm.c166 va_list args; in gdCtxPrintf() local
/php-src/ext/standard/
H A Darray.c818 zval args[2]; in php_array_user_compare_unstable() local
936 zval args[2]; in php_array_user_key_compare_unstable() local
1207 zval *args = NULL; in PHP_FUNCTION() local
1334 zval *args = NULL; in PHP_FUNCTION() local
5042 zval args[2]; local
5065 zval *args; local
5466 zval *args; local
5808 zval *args; local
6007 zval* args; local
6441 zval args[2]; local
[all …]
/php-src/ext/mbstring/
H A Dphp_mbregex.c682 mb_regex_groups_iter_args *args = (mb_regex_groups_iter_args *) parg; in mb_regex_groups_iter() local
954 mb_regex_groups_iter_args args = {array, string, string_len, regs}; in _php_mb_regex_ereg_exec() local
1083 zval args[1]; in _php_mb_regex_ereg_replace_exec() local
1092 mb_regex_groups_iter_args args = {&subpats, string, string_len, regs}; in _php_mb_regex_ereg_replace_exec() local
1408 mb_regex_groups_iter_args args = { in _php_mb_regex_ereg_search_exec() local
1539 mb_regex_groups_iter_args args = { in PHP_FUNCTION() local
/php-src/ext/com_dotnet/
H A Dcom_com.c457 WORD flags, VARIANT *v, int nargs, zval *args) in php_com_do_invoke_byref()
585 WORD flags, VARIANT *v, int nargs, zval *args, bool silent, bool allow_noarg) in php_com_do_invoke_by_id()
632 WORD flags, VARIANT *v, int nargs, zval *args, bool allow_noarg) in php_com_do_invoke()
H A Dcom_handlers.c119 zval args[2]; in com_write_dimension() local
253 zval *args = NULL; in PHP_FUNCTION() 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 {}
/php-src/TSRM/
H A DTSRM.c78 #define TSRM_ERROR(args) tsrm_error args argument
96 #define TSRM_ERROR(args) argument
731 va_list args; in tsrm_error() local
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp365 HashTable *args, in umsg_format_helper()
621 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()
/php-src/ext/spl/
H A Dphp_spl.stub.php49 function iterator_apply(Traversable $iterator, callable $callback, ?array $args = null): int {}
/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/Zend/Optimizer/
H A Dsccp.c758 …ool can_ct_eval_func_call(zend_function *func, zend_string *name, uint32_t num_args, zval **args) { in can_ct_eval_func_call()
793 zend_op_array *op_array, zval *result, zend_function *func, uint32_t num_args, zval **args) { in ct_eval_func_call_ex()
855 zend_op_array *op_array, zval *result, zend_string *name, uint32_t num_args, zval **args) { in ct_eval_func_call()
1650 zval *name, *args[3] = {NULL}; in sccp_visit_instr() local
1725 zval *args[3] = {NULL}; in sccp_visit_instr() 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/sapi/fuzzer/
H A Dfuzzer-execute-common.h126 zval retval, func, args[2]; in opcache_invalidate() local
/php-src/ext/intl/converter/
H A Dconverter.c149 static void php_converter_append_toUnicode_target(zval *val, UConverterToUnicodeArgs *args, php_con… in php_converter_append_toUnicode_target()
207 UConverterToUnicodeArgs *args, in php_converter_to_u_callback()
254 static void php_converter_append_fromUnicode_target(zval *val, UConverterFromUnicodeArgs *args, php… in php_converter_append_fromUnicode_target()
289 UConverterFromUnicodeArgs *args, in php_converter_from_u_callback()
/php-src/ext/dom/
H A Delement.c1416 zval *args; in PHP_METHOD() local
1431 zval *args; in PHP_METHOD() local
1449 zval *args; in PHP_METHOD() local
1468 zval *args; in PHP_METHOD() local
1487 zval *args; in PHP_METHOD() local
1506 zval *args; in PHP_METHOD() local

Completed in 125 milliseconds

12345