Home
last modified time | relevance | path

Searched refs:password (Results 51 – 75 of 213) sorted by path

123456789

/PHP-5.5/ext/mysql/tests/
H A Dmysql_max_persistent.phpt43 printf("[%03d] Cannot connect using host '%s', user '%s', password '****', [%d] %s\n",
98 [020] Cannot connect using host '%s', user '%s', password '****', [0] 0
H A Dmysql_pconn_max_links.phpt100 // change the password for the second DB user and kill the persistent connection
132 printf("[011] Can connect using the old password, [%d] %s\n",
H A Dmysql_pconnect.phpt18 …// mysql_pconnect ( [string server [, string username [, string password [, bool new_link [, int c…
36 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
88 Warning: mysql_pconnect(): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d
H A Dmysql_query_load_data_openbasedir.phpt50 printf("[001] Cannot connect using host '%s', user '%s', password '****', [%d] %s\n",
H A Dmysql_reflection_functions.phpt62 Parameter #2 [ <optional> $password ]
313 Parameter #2 [ <optional> $password ]
H A Dmysql_sql_safe_mode.phpt33 Notice: mysql_connect(): SQL safe mode in effect - ignoring host/user/password information in %s on…
35 Warning: mysql_connect(): Access denied for user '%s'@'%s' (using password: NO) in %s on line %d
37 Notice: mysql_pconnect(): SQL safe mode in effect - ignoring host/user/password information in %s o…
39 Warning: mysql_pconnect(): Access denied for user '%s'@'%s' (using password: NO) in %s on line %d
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c639 char *user, *password, *dbname; in PHP_FUNCTION() local
646 …his(), "Osss", &mysql_link, mysqli_link_class_entry, &user, &user_len, &password, &password_len, &… in PHP_FUNCTION()
656 rc = mysqlnd_change_user_ex(mysql->mysql, user, password, dbname, FALSE, (size_t) password_len); in PHP_FUNCTION()
658 rc = mysql_change_user(mysql->mysql, user, password, dbname); in PHP_FUNCTION()
H A Dmysqli_fe.c143 ZEND_ARG_INFO(0, password)
149 ZEND_ARG_INFO(0, password)
157 ZEND_ARG_INFO(0, password)
167 ZEND_ARG_INFO(0, password)
177 ZEND_ARG_INFO(0, password)
/PHP-5.5/ext/mysqli/tests/
H A Dbug38003.phpt10 private function __construct($hostname, $username, $password, $database) {
H A Dbug66043.phpt18 $stmt->prepare("SELECT User FROM user WHERE password=\"\"");
H A Dconnect.inc4 database "stest" and empty password.
H A Dmysqli_class_mysqli_reflection.phpt70 Inspecting parameter 'password' of method 'mysqli'
174 Inspecting parameter 'password' of method 'change_user'
280 Inspecting parameter 'password' of method 'connect'
558 Inspecting parameter 'password' of method 'mysqli'
775 Inspecting parameter 'password' of method 'real_connect'
H A Dmysqli_connect.phpt69 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
152 Warning: mysqli_connect(): (%s/%d): Access denied for user '%s'@'%s' (using password: YES) in %s on…
H A Dmysqli_connect_oo.phpt25 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
150 Warning: mysqli::mysqli(): (%s/%d): Access denied for user '%sunknown%s'@'%s' (using password: %s) …
152 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_get_client_stats.phpt728 …$sql = sprintf("CREATE SERVER myself FOREIGN DATA WRAPPER mysql OPTIONS (user '%s', password '%s',…
H A Dmysqli_kill.phpt73 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password
H A Dmysqli_pconn_max_links.phpt85 // change the password for the second DB user and kill the persistent connection
90 // change the password for the second DB user and kill the persistent connection
115 printf("[010] Can connect using the old password, [%d] %s\n",
131 printf("[012] Cannot connect using the new password, [%d] %s\n",
H A Dmysqli_real_connect.phpt55 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
178 Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' (using password: YES) in …
H A Dmysqli_real_connect_pconn.phpt34 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
154 Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' (using password: YES) in …
H A Dmysqli_report.phpt47 …20-456789-30-456789-40-456789-50-456789-60-456789-70-456789-80-456789-90-456789", "password", $db);
64 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password
294 Warning: mysqli_change_user(): (%d/%d): Access denied for user '%s'@'%s' (using password: %s) in %s…
305 [013] Access denied for user '%s'@'%s' (using password: YES)
306 [016] Access denied for user '%s'@'%s' (using password: YES)
H A Dmysqli_report_wo_ps.phpt46 …20-456789-30-456789-40-456789-50-456789-60-456789-70-456789-80-456789-90-456789", "password", $db);
62 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password
104 Warning: mysqli_change_user(): (%d/%d): Access denied for user '%s'@'%s' (using password: %s) in %s…
111 [011] Access denied for user '%s'@'%s' (using password: YES)
112 [014] Access denied for user '%s'@'%s' (using password: YES)
H A Dmysqli_select_db.phpt81 …E: 28000 (ER_ACCESS_DENIED_ERROR) Message: Access denied for user '%s'@'%s' (using password: %s) */
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c328 …nst buffer, const zend_uchar * const scramble, const zend_uchar * const password, size_t password_… in php_mysqlnd_scramble() argument
336 PHP_SHA1Update(&context, password, password_len); in php_mysqlnd_scramble()
/PHP-5.5/ext/oci8/
H A Doci8.c149 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw…
393 ZEND_ARG_INFO(0, password)
401 ZEND_ARG_INFO(0, password)
409 ZEND_ARG_INFO(0, password)
1730 char *username, *password; in php_oci_do_connect() local
1849 password_hash = zend_inline_hash_func(password, password_len); in php_oci_do_connect_ex()
2082 …if ((session_pool = php_oci_get_spool(username, username_len, password, password_len, dbname, dbna… in php_oci_do_connect_ex()
2836 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw… in php_oci_get_spool() argument
2855 password_hash = zend_inline_hash_func(password, password_len); in php_oci_get_spool()
3008 if (password) { in php_oci_old_create_session()
[all …]

Completed in 46 milliseconds

123456789