Home
last modified time | relevance | path

Searched refs:password (Results 126 – 150 of 213) sorted by relevance

123456789

/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_47415.phpt11 $dbh = new PDO("firebird:dbname=$test_base",$user,$password) or die;
H A Dbug_48877.phpt11 $dbh = new PDO("firebird:dbname=$test_base",$user,$password) or die;
H A Dbug_64037.phpt11 $dbh = new PDO("firebird:dbname=$test_base",$user,$password) or die;
H A DrowCount.phpt11 $dbh = new PDO("firebird:dbname=$test_base",$user,$password) or die;
H A Dbug_53280.phpt11 $dbh = new PDO("firebird:dbname=$test_base",$user,$password) or die;
H A Dexecute.phpt13 $db = new PDO("firebird:dbname=$test_base",$user,$password) or die;
/PHP-5.5/ext/mysqli/tests/
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_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_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)
/PHP-5.5/ext/mysql/tests/
H A Dmysql_connect.phpt15 // mysql_connect ( [string server [, string username [, string password [, bool new_link [, int cli…
39 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
113 Warning: mysql_connect(): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d
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
/PHP-5.5/ext/imap/tests/
H A Dimap_list_basic.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_lsub_basic.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_mail_copy.phpt25 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_mail_move.phpt25 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_body.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_close_error.phpt27 $stream_id = imap_open($server, $username, $password);
H A Dimap_open_error.phpt24 imap_open($default_mailbox, $username, $password, NIL, -1);
H A Dimap_getsubscribed_basic.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_fetchheader_error.phpt24 $stream_id = imap_open($server, $username, $password);
/PHP-5.5/ext/standard/tests/password/
H A Dpassword_hash_error.phpt35 Warning: password_hash(): Unknown password hashing algorithm: 19 in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dcrypt_sha256.phpt40 b'we have a short salt string but not a short password',
H A Dcrypt_sha512.phpt35 b'we have a short salt string but not a short password',
/PHP-5.5/ext/oci8/tests/
H A Dlob_017.phpt13 $c = oci_pconnect($user, $password, $dbase);
/PHP-5.5/ext/standard/
H A Dconfig.w3222 user_filters.c uuencode.c filters.c proc_open.c password.c \

Completed in 27 milliseconds

123456789