Home
last modified time | relevance | path

Searched refs:password (Results 101 – 125 of 142) sorted by relevance

123456

/php-src/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt32 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
150 Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' %r(\(using password: \w+\…
H A Dmysqli_real_connect.phpt30 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
150 Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' %r(\(using password: \w+\…
H A Dmysqli_connect.phpt65 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
146 Warning: mysqli_connect(): (%s/%d): Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,…
H A Dmysqli_kill.phpt59 …change_user($link, "This might work if you accept anonymous users in your setup", "password", $db);
H A Dconnect.inc4 database "test" and empty password.
H A Dmysqli_select_db.phpt69 …E: 28000 (ER_ACCESS_DENIED_ERROR) Message: Access denied for user '%s'@'%s' (using password: %s) */
H A Dmysqli_connect_oo_defaults.phpt21 ini_set('mysqli.default_pw', 'password');
H A Dmysqli_report.phpt340 [013] Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,1}%r
341 [016] Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,1}%r
/php-src/ext/ldap/
H A Dldap_arginfo.h9 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
18 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
39 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, password, IS_STRING, 1, "null")
45 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, password, IS_STRING, 1, "null")
53 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, password, IS_STRING, 1, "null")
/php-src/ext/ldap/tests/
H A Dconnect.inc4 Default values are "localhost", "cn=Manager,dc=my-domain,dc=com", and password "secret".
/php-src/ext/sodium/
H A Dlibsodium_arginfo.h294 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
304 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
313 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
319 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
328 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
337 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
346 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
H A Dlibsodium.stub.php688 function sodium_crypto_pwhash_str_needs_rehash(string $password, int $opslimit, int $memlimit): boo…
/php-src/ext/standard/
H A Dconfig.m4394 PHP_ARG_WITH([password-argon2],
396 [AS_HELP_STRING([[--with-password-argon2]],
448 filters.c proc_open.c streamsfuncs.c http.c password.c \
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h285 zend_uchar * password; member
H A Dmysqlnd_commands.c575 …ATA * const conn, const MYSQLND_CSTRING username, const MYSQLND_CSTRING password, const MYSQLND_CS… in MYSQLND_METHOD()
579 const char * const passwd = password.s; in MYSQLND_METHOD()
580 const size_t passwd_len = password.l; in MYSQLND_METHOD()
H A Dmysqlnd_structs.h326 …ATA * const conn, const MYSQLND_CSTRING username, const MYSQLND_CSTRING password, const MYSQLND_CS…
430 …nn, MYSQLND_CSTRING hostname, MYSQLND_CSTRING username, MYSQLND_CSTRING password, MYSQLND_CSTRING …
507 …, const MYSQLND_CSTRING * const username, const MYSQLND_CSTRING * const password, const MYSQLND_CS…
607 …CSTRING hostname, const MYSQLND_CSTRING username, const MYSQLND_CSTRING password, const MYSQLND_CS…
896 MYSQLND_STRING password; member
/php-src/ext/openssl/
H A Dopenssl.c3554 if (password == NULL || password->key == NULL) { in php_openssl_pem_password_cb()
3558 size = (password->len > size) ? size : password->len; in php_openssl_pem_password_cb()
3559 memcpy(buf, password->key, size); in php_openssl_pem_password_cb()
3694 password.key = passphrase; in php_openssl_pkey_from_zval()
3695 password.len = passphrase_len; in php_openssl_pkey_from_zval()
5351 char *password; in PHP_FUNCTION() local
5362 &password, &password_len, in PHP_FUNCTION()
7654 const char *password, size_t password_len, in php_openssl_encrypt() argument
7732 efree((void *) password); in php_openssl_encrypt()
7767 const char *password, size_t password_len, in php_openssl_decrypt() argument
[all …]
/php-src/ext/zip/
H A Dphp_zip.c1525 char *password; local
1528 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &password, &password_len) == FAILURE) {
1538 int res = zip_set_default_password(intern, (const char *)password);
2349 char *name, *password = NULL; local
2353 &name, &name_len, &method, &password, &password_len) == FAILURE) {
2370 if (zip_file_set_encryption(intern, idx, (zip_uint16_t)method, password)) {
2383 char *password = NULL; local
2387 &index, &method, &password, &password_len) == FAILURE) {
2393 if (zip_file_set_encryption(intern, index, (zip_uint16_t)method, password)) {
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h22 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
39 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, password, IS_STRING, 1, "null")
241 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, password, IS_STRING, 1, "null")
419 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, password, IS_STRING, 1, "null")
436 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
451 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, password, IS_STRING, 1, "null")
519 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, password, IS_STRING, 1, "null")
H A Dmysqli_api.c211 char *user, *password, *dbname; in PHP_FUNCTION() local
215 …is(), "Osss!", &mysql_link, mysqli_link_class_entry, &user, &user_len, &password, &password_len, &… in PHP_FUNCTION()
220 rc = mysqlnd_change_user_ex(mysql->mysql, user, password, dbname, false, (size_t) password_len); in PHP_FUNCTION()
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c1303 if (!dbh->password && vars[5].optval) { in pdo_firebird_handle_factory()
1304 dbh->password = pestrdup(vars[5].optval, dbh->is_persistent); in pdo_firebird_handle_factory()
1324 char const *dpb_values[] = { dbh->username, dbh->password, vars[1].optval, vars[2].optval }; in pdo_firebird_handle_factory()
/php-src/ext/pdo/
H A Dphp_pdo_driver.h430 char *username, *password; member
H A Dpdo_dbh_arginfo.h7 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, password, IS_STRING, 1, "null")
14 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, password, IS_STRING, 1, "null")
/php-src/ext/ftp/
H A Dftp_arginfo.h21 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
/php-src/ext/hash/
H A Dhash.c1289 char *password, *salt; in PHP_FUNCTION() local
1293 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "lssl", &algorithm, &password, &password_len, &salt, &s… in PHP_FUNCTION()
1341 ops->hash_update(context, (unsigned char *)password, password_len); in PHP_FUNCTION()

Completed in 87 milliseconds

123456