Home
last modified time | relevance | path

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

123456

/php-src/ext/ldap/tests/
H A Dldap_sasl_bind_error.phpt28 // Invalid password
H A Dconnect.inc4 Default values are "localhost", "cn=Manager,dc=my-domain,dc=com", and password "secret".
/php-src/.github/actions/configure-alpine/
H A Daction.yml63 --with-password-argon2 \
/php-src/ext/sodium/
H A Dlibsodium_arginfo.h254 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
262 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
269 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
275 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
284 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
291 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
298 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/pdo_pgsql/tests/
H A Dbug69362.phpt2 PDO PgSQL Bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
/php-src/.github/actions/configure-x64/
H A Daction.yml66 --with-password-argon2 \
/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.phpt63 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
144 Warning: mysqli_connect(): (%s/%d): Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,…
H A Dmysqli_kill.phpt57 …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.phpt18 ini_set('mysqli.default_pw', 'password');
/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/hash/
H A Dhash_arginfo.h72 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
104 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
/php-src/ext/standard/
H A Dconfig.m4346 PHP_ARG_WITH([password-argon2],
348 [AS_HELP_STRING([--with-password-argon2],
433 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.c3582 if (password == NULL || password->key == NULL) { in php_openssl_pem_password_cb()
3586 size = (password->len > size) ? size : password->len; in php_openssl_pem_password_cb()
3587 memcpy(buf, password->key, size); in php_openssl_pem_password_cb()
3722 password.key = passphrase; in php_openssl_pkey_from_zval()
3723 password.len = passphrase_len; in php_openssl_pkey_from_zval()
5524 char *password; in PHP_FUNCTION() local
5535 &password, &password_len, in PHP_FUNCTION()
7841 const char *password, size_t password_len, argument
7919 efree((void *) password);
7954 const char *password, size_t password_len, argument
[all …]
H A Dopenssl_arginfo.h155 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
394 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
400 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
/php-src/ext/zip/
H A Dphp_zip.c1531 char *password; local
1534 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &password, &password_len) == FAILURE) {
1544 int res = zip_set_default_password(intern, (const char *)password);
2355 char *name, *password = NULL; local
2359 &name, &name_len, &method, &password, &password_len) == FAILURE) {
2376 if (zip_file_set_encryption(intern, idx, (zip_uint16_t)method, password)) {
2389 char *password = NULL; local
2393 &index, &method, &password, &password_len) == FAILURE) {
2399 if (zip_file_set_encryption(intern, index, (zip_uint16_t)method, password)) {
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c1344 if (!dbh->password && vars[5].optval) { in pdo_firebird_handle_factory()
1345 dbh->password = pestrdup(vars[5].optval, dbh->is_persistent); in pdo_firebird_handle_factory()
1365 char const *dpb_values[] = { dbh->username, dbh->password, vars[1].optval, vars[2].optval }; in pdo_firebird_handle_factory()
/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")

Completed in 109 milliseconds

123456