Home
last modified time | relevance | path

Searched refs:password (Results 76 – 100 of 213) sorted by relevance

123456789

/PHP-5.5/ext/oci8/tests/
H A Dpassword_2.phpt9 if ($test_drcp) die("skip password change not supported in DRCP Mode");
24 // Connect (persistent) and change the password
36 // Despite using the old password this connect should succeed and return the original resource
H A Ddrcp_conn_close2.phpt22 var_dump($conn1 = oci_connect($user,$password,$dbase));
27 var_dump($conn2 = oci_connect($user,$password,$dbase));
H A Ddrcp_pconn_close2.phpt21 var_dump($conn1 = oci_pconnect($user,$password,$dbase));
27 var_dump($conn2 = oci_pconnect($user,$password,$dbase));
H A Dclose.phpt12 oci_connect($user, $password, $dbase);
H A Dconn_attr.inc72 $password = 'testuser';
77 return(oci_connect($user,$password,$dbase));
81 return(oci_pconnect($user,$password,$dbase));
85 return(oci_new_connect($user,$password,$dbase));
H A Dextauth_03.phpt113 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
118 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
123 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
138 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
H A Dextauth_01.phpt114 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
119 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
124 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
139 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
H A Dextauth_02.phpt113 …onnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
118 …onnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
123 …onnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
138 …onnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
H A Dselect_null.phpt10 $pc = oci_pconnect($user, $password, $dbase);
H A Dexecute_mode.phpt10 $pc = oci_pconnect($user, $password, $dbase);
H A Ddrcp_cclass1.phpt38 $c = oci_pconnect($user, $password, $dbase);
47 $c = oci_pconnect($user, $password, $dbase);
H A Ddriver_name.phpt28 $pc1=oci_pconnect($user,$password,$dbase);
33 $nc1=oci_new_connect($user,$password,$dbase);
/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_segfault.phpt15 $password = getenv('PHP_CURL_FTP_REMOTE_PASSWD');
19 $url = "ftp://$username:$password@$host/" ;
H A Dcurl_ftp_pasv.phpt15 $password = getenv('PHP_CURL_FTP_REMOTE_PASSWD');
19 $url = "ftp://$username:$password@$host/test.phpt" ;
/PHP-5.5/ext/mysqli/tests/
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 Dbug66043.phpt18 $stmt->prepare("SELECT User FROM user WHERE password=\"\"");
H A Dbug38003.phpt10 private function __construct($hostname, $username, $password, $database) {
/PHP-5.5/ext/mysql/tests/
H A Dmysql_max_links.phpt23 printf("[%03d] Cannot connect using host '%s', user '%s', password '****', [%d] %s\n",
64 [030] Cannot connect using host '%s', user '%s', password '****', [0] 0
71 [060] Cannot connect using host '%s', user '%s', password '****', [0] 0
/PHP-5.5/ext/pdo_firebird/tests/
H A Dconnect.phpt11 $db = new PDO("firebird:dbname=$test_base",$user,$password) or die;
/PHP-5.5/ext/imap/tests/
H A DREADME9 … the tests is given below (after -----). The dovecot password file (dovecotpass) requires a passwo…
/PHP-5.5/ext/soap/tests/
H A Dbug46760.phpt11 'password' => "test",
/PHP-5.5/sapi/pi3web/
H A DREADME17 The required password is phpfi
25 The required password is zend
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dconfig.inc9 $config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=root password=';
/PHP-5.5/ext/pdo_dblib/tests/
H A Dconfig.inc17 $pass = 'password';
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_include.inc8 $password = 'p4ssw0rd';
21 global $server, $default_mailbox, $username, $password;
24 $imap_stream = imap_open($default_mailbox, $username, $password);

Completed in 49 milliseconds

123456789