/PHP-8.0/ext/sodium/tests/ |
H A D | pwhash_argon2i.phpt | 8 $passwd = 'password'; 11 ($passwd, SODIUM_CRYPTO_PWHASH_OPSLIMIT_INTERACTIVE, 17 $c = sodium_crypto_pwhash_str_verify($testHash, $passwd); 21 $c = sodium_crypto_pwhash_str_verify($testHash, $passwd); 24 $c = sodium_crypto_pwhash_str_verify($hash, $passwd); 27 $c = sodium_crypto_pwhash_str_verify($hash, 'passwd'); 33 ($out_len, $passwd, $salt, 39 ($out_len, $passwd, $salt,
|
H A D | pwhash_scrypt.phpt | 8 $passwd = 'test'; 11 ($passwd, SODIUM_CRYPTO_PWHASH_SCRYPTSALSA208SHA256_OPSLIMIT_INTERACTIVE, 16 $c = sodium_crypto_pwhash_scryptsalsa208sha256_str_verify($hash, $passwd); 19 $c = sodium_crypto_pwhash_scryptsalsa208sha256_str_verify($hash, 'passwd'); 25 ($out_len, $passwd, $salt,
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_change_user_old.phpt | 8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 26 …if (false !== ($tmp = mysqli_change_user($link, $user . '_unknown_really', $passwd . 'non_empty', … 29 if (false !== ($tmp = mysqli_change_user($link, $user, $passwd . '_unknown_really', $db))) 32 if (false !== ($tmp = mysqli_change_user($link, $user, $passwd, $db . '_unknown_really'))) 39 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 53 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, $db))) 75 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 85 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 92 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, ""))) [all …]
|
H A D | 001.phpt | 15 $link = my_mysqli_connect($host, $user, $passwd, "", $port, $socket); 21 $test.= (my_mysqli_real_connect($link, $host, $user, $passwd, "", $port, $socket) ) 27 $test .= (my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) 33 $test .= (my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) 42 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) 51 …$test .= (my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, MYSQLI_CLIENT_…
|
H A D | mysqli_change_user.phpt | 12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 19 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 23 if (false !== ($tmp = @mysqli_change_user($link, $user, $passwd . '_unknown_really', $db))) 27 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 41 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, $db))) 59 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 69 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 76 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, ""))) 90 mysqli_change_user($link, $user, $passwd, $db); 95 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) [all …]
|
H A D | mysqli_pconn_twice.phpt | 18 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 19 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 22 if (true !== ($tmp = my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))) 36 if (!$link = new my_mysqli($host, $user, $passwd, $db, $port, $socket)) 37 …printf("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 41 if (true !== ($tmp = $link->real_connect($host, $user, $passwd, $db, $port, $socket))) 55 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket))) 58 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 59 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 62 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
|
H A D | bug29311.phpt | 15 global $host, $user, $passwd, $db, $port, $socket; 16 parent::__construct($host, $user, $passwd, $db, $port, $socket); 24 global $host, $user, $passwd, $db, $port, $socket; 25 $this->connect($host, $user, $passwd, $db, $port, $socket); 36 $foo[2] = new mysql3($host, $user, $passwd, $db, $port, $socket);
|
H A D | mysqli_pconn_conn_multiple.phpt | 18 if (!$link = my_mysqli_connect($phost, $user, $passwd, $db, $port, $socket)) 43 if (!$link = new my_mysqli($phost, $user, $passwd, $db, $port, $socket)) 50 if (true !== ($tmp = $link->real_connect($host, $user, $passwd, $db, $port, $socket))) 68 if (NULL !== ($tmp = $link->connect($phost, $user, $passwd, $db, $port, $socket))) 71 if (!$link = mysqli_connect($phost, $user, $passwd, $db, $port, $socket)) 75 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket))) 80 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 105 if (!$link = new my_mysqli($host, $user, $passwd, $db, $port, $socket)) 130 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket))) 133 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) [all …]
|
H A D | mysqli_connect_twice.phpt | 12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 13 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 19 if (true !== ($tmp = my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))) 37 if (!$link = new my_mysqli($host, $user, $passwd, $db, $port, $socket)) 38 …printf("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 44 if (true !== ($tmp = $link->real_connect($host, $user, $passwd, $db, $port, $socket))) 62 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket))) 65 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 66 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 69 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
|
H A D | mysqli_change_user_new.phpt | 8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 9 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port… 25 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 26 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 30 …if (false !== ($tmp = @mysqli_change_user($link, $user . '_unknown_really', $passwd . 'non_empty',…
|
H A D | mysqli_change_user_oo.phpt | 23 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket)) 24 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 27 …if (false !== ($tmp = $mysqli->change_user($user . '_unknown_really', $passwd . 'non_empty', $db))) 30 if (false !== ($tmp = $mysqli->change_user($user, $passwd . '_unknown_really', $db))) 33 if (false !== ($tmp = $mysqli->change_user($user, $passwd, $db . '_unknown_really'))) 37 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket)) 38 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 51 if (true !== ($tmp = $mysqli->change_user($user, $passwd, $db))) 73 if (false !== ($tmp = @$mysqli->change_user($user, $passwd, $db)))
|
H A D | bug74547.phpt | 14 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 15 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 18 var_dump(mysqli_change_user($link, $user, $passwd, NULL));
|
H A D | bug36949.phpt | 16 global $user, $host, $passwd, $db, $port, $socket; 17 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket); 34 global $user, $host, $passwd, $db, $port, $socket; 35 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket); 53 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
H A D | mysqli_pconnect.phpt | 13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 14 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 38 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 54 … if (!$connections[$index] = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
H A D | bug33263.phpt | 14 public function __construct($host, $user, $passwd, $db, $port, $socket) { 16 parent::real_connect($host, $user, $passwd, $db, $port, $socket); 20 $mysql = new test($host, $user, $passwd, $db, $port, $socket);
|
H A D | connect.inc | 14 $passwd = getenv("MYSQL_TEST_PASSWD") ?: ""; 58 … function my_mysqli_connect($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) { 64 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags)) 67 $link = mysqli_connect($host, $user, $passwd, $db, $port, $socket); 78 …function my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags = 0, $en… 84 return mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags); 88 …public function __construct($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) { 95 $this->real_connect($host, $user, $passwd, $db, $port, $socket, $flags); 97 parent::__construct($host, $user, $passwd, $db, $port, $socket);
|
H A D | mysqli_connect_error.phpt | 22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 23 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 31 …if ($link = @my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port,… 32 …printf("[003] Connect to the server should fail using host=%s, user=%s, passwd=***non_empty, dbnam…
|
H A D | mysqli_real_connect.phpt | 14 …// ( mysqli link [, string hostname [, string username [, string passwd [, string dbname [, int p… 18 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) 19 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 26 …if (false !== ($tmp = mysqli_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_e… 27 …olean/false got %s/%s. Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbna… 31 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) { 40 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) { 48 ini_set('mysqli.default_pw', $passwd); 76 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536)) 95 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128)) [all …]
|
H A D | mysqli_connect_errno.phpt | 22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 23 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 31 …$link = @my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, $so… 33 …printf("[004] Connect to the server should fail using host=%s, user=%s, passwd=***non_empty, dbnam…
|
H A D | mysqli_report_new.phpt | 8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 9 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port… 34 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 35 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_pconn_limits.phpt | 27 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 40 if (!$plink = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 41 …printf("[004] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p… 53 if (!$plink2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 54 …printf("[006] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p… 67 if (!my_mysqli_real_connect($plink3, $host, $user, $passwd, $db, $port, $socket)) 68 …printf("[008] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_auth.h | 23 const char * const passwd, 47 const char * const passwd, 70 const char * const passwd, 86 const char * const passwd,
|
/PHP-8.0/ext/standard/ |
H A D | php_crypt_r.c | 103 ZEND_TLS char passwd[MD5_HASH_MAX_LEN], *p; in php_md5_crypt_r() local 158 memcpy(passwd, MD5_MAGIC, MD5_MAGIC_LEN); in php_md5_crypt_r() 159 strlcpy(passwd + MD5_MAGIC_LEN, sp, sl + 1); in php_md5_crypt_r() 160 strcat(passwd, "$"); in php_md5_crypt_r() 191 p = passwd + sl + MD5_MAGIC_LEN + 1; in php_md5_crypt_r() 203 return (passwd); in php_md5_crypt_r()
|
/PHP-8.0/ext/ldap/tests/ |
H A D | ldap_set_rebind_proc_basic.phpt | 15 global $passwd; 21 if (!ldap_bind($a, $user, $passwd)) { 26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_unbind_variation.phpt | 15 global $passwd; 21 if (!ldap_bind($a, $user, $passwd)) { 26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|