Home
last modified time | relevance | path

Searched defs:args (Results 51 – 75 of 117) sorted by relevance

12345

/php-src/ext/hash/
H A Dhash.c360 …, zend_string *algo, char *data, size_t data_len, bool raw_output, bool isfilename, HashTable *args in php_hash_do_hash()
429 HashTable *args = NULL; in PHP_FUNCTION() local
451 HashTable *args = NULL; in PHP_FUNCTION() local
620 HashTable *args = NULL; in PHP_FUNCTION() local
1000 HashTable *args = NULL; in PHP_FUNCTION() local
H A Dhash_whirlpool.c266 …_HASH_API void PHP_WHIRLPOOLInit(PHP_WHIRLPOOL_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_WHIRLPOOLInit()
H A Dhash_snefru.c131 PHP_HASH_API void PHP_SNEFRUInit(PHP_SNEFRU_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_SNEFRUInit()
/php-src/ext/soap/
H A Dsoap.stub.php494 public function setClass(string $class, mixed ...$args): void {}
560 public function __call(string $name, array $args): mixed {}
567 …public function __soapCall(string $name, array $args, ?array $options = null, $inputHeaders = null…
/php-src/ext/standard/
H A Dassert.c206 zval args[4]; in PHP_FUNCTION() local
H A Dmd5.c293 PHPAPI void PHP_MD5InitArgs(PHP_MD5_CTX *ctx, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_MD5InitArgs()
H A Dscanf.c575 int argCount, zval *args, in php_sscanf_internal()
H A Dsha1.c155 PHPAPI void PHP_SHA1InitArgs(PHP_SHA1_CTX * context, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_SHA1InitArgs()
H A Duser_filters.c139 zval args[4]; in userfilter_filter() local
H A Dvar.c220 zval *args; in PHP_FUNCTION() local
412 zval *args; in PHP_FUNCTION() 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 {}
/php-src/sapi/phpdbg/
H A Dphpdbg_frame.c172 zval *funcname, *class, class_zv, *args, *argstmp; in phpdbg_dump_prototype() local
/php-src/ext/intl/uchar/
H A Duchar.c168 zval args[3]; in enumCharType_callback() local
272 zval args[3]; in enumCharNames_callback() local
/php-src/ext/com_dotnet/
H A Dcom_saproxy.c96 zval *args; in saproxy_read_dimension() local
218 zval *args = safe_emalloc(proxy->dimensions + 2, sizeof(zval), 0); in saproxy_write_dimension() local
/php-src/Zend/
H A Dzend_attributes.h61 zend_attribute_arg args[1]; member
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_extensions.c237 …void zend_extension_message_dispatcher(const zend_extension *extension, int num_args, va_list args) in zend_extension_message_dispatcher()
H A Dzend_llist.c244 va_list args; in zend_llist_apply_with_arguments() local
/php-src/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp86 *args = &args_a[0]; in _php_intlgregcal_constructor_body() local
/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/sockets/
H A Dconversions.c217 void (*func)(zval *elem, unsigned i, void **args, ser_context *ctx), in from_array_iterate()
1089 static void from_zval_write_iov_array_aux(zval *elem, unsigned i, void **args, ser_context *ctx) in from_zval_write_iov_array_aux()
1377 static void from_zval_write_fd_array_aux(zval *elem, unsigned i, void **args, ser_context *ctx) in from_zval_write_fd_array_aux()
/php-src/ext/snmp/
H A Dsnmp.c56 #define __P(args) args argument
58 #define __P(args) () argument
200 va_list args; in php_snmp_error() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_debug.c150 va_list args; in MYSQLND_METHOD() local
/php-src/ext/zend_test/
H A Dtest.stub.php72 public function __call(string $name, array $args): mixed {}
H A Dtest.c831 zval *args = NULL; in ZEND_METHOD() local
1353 va_list args; in bug_gh9090_void_int_char_var() local

Completed in 89 milliseconds

12345