Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/oci8/tests/
H A Ddrcp_pconn_close1.phpt19 var_dump($conn1 = oci_pconnect($user,$password,$dbase));
25 var_dump($conn2 = oci_pconnect($user,$password,$dbase));
H A Dstatement_type_old.phpt11 var_dump($c = ocilogon($user, $password, $dbase));
14 var_dump($c = ocilogon($user, $password));
H A Dconnect_without_oracle_home_11.phpt29 var_dump(oci_connect($user, $password, $dbase));
32 var_dump(oci_connect($user, $password));
H A Dconnect_without_oracle_home_old_11.phpt29 var_dump(ocilogon($user, $password, $dbase));
32 var_dump(ocilogon($user, $password));
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 Dpassword.phpt9 if ($test_drcp) die("skip password change not supported in DRCP Mode");
25 // Connect and change the password
37 // Despite using the old password this connect should succeed and return the original resource
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 Ddetails.inc4 * Please change $user, $password and $dbase to match your configuration.
19 $password = getenv('PHP_OCI8_TEST_PASS'); // Password for $user
29 $password = "oracle";
H A Dclose.phpt12 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 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
/PHP-7.4/ext/ldap/tests/
H A Dldap_exop_passwd.phpt2 ldap_exop_passwd() - Changing password through EXOP
16 // and optionally returns the NEW password if none was passed.
/PHP-7.4/ext/imap/tests/
H A Dbug80226.phpt10 $stream = imap_open($default_mailbox, $username, $password);
H A DREADME.md14 is given below. The dovecot password file (dovecotpass) requires a password for
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_segfault.phpt14 $password = getenv('PHP_CURL_FTP_REMOTE_PASSWD');
18 $url = "ftp://$username:$password@$host/" ;
H A Dcurl_ftp_pasv.phpt14 $password = getenv('PHP_CURL_FTP_REMOTE_PASSWD');
18 $url = "ftp://$username:$password@$host/test.phpt" ;
/PHP-7.4/ext/snmp/tests/
H A Dsnmp3-error.phpt51 …ng a key for authentication pass phrase '': Generic error (The supplied password length is too sho…
54 … a key for authentication pass phrase 'te': Generic error (The supplied password length is too sho…
60 …enerating a key for privacy pass phrase '': Generic error (The supplied password length is too sho…
63 …erating a key for privacy pass phrase 'ty': Generic error (The supplied password length is too sho…
/PHP-7.4/ext/pdo/tests/
H A Dpdo_dsn_containing_credentials.phpt26 putenv("PDOTEST_DSN=$orgDsn;user=$orgUser;password=$orgPass");
35 putenv("PDOTEST_DSN=$orgDsn;user=incorrect;password=ignored");
/PHP-7.4/ext/openssl/tests/
H A Dbug74022_2.phpt2 Bug #74022 PHP Fast CGI crashes when reading from a pfx file with valid password, multiple extra ce…
9 function test($p12_contents, $password) {
10 openssl_pkcs12_read($p12_contents, $cert_data, $password);
H A Dbug74022.phpt2 Bug #74022 PHP Fast CGI crashes when reading from a pfx file with valid password
/PHP-7.4/ext/pdo_dblib/tests/
H A Dcommon.phpt14 'PDOTEST_PASS' => getenv('PDO_DBLIB_TEST_PASS') ?: 'password',
/PHP-7.4/ext/soap/tests/
H A Dbug46760.phpt11 'password' => "test",
/PHP-7.4/ext/soap/
H A Dphp_http.c37 zval *login, *password; in proxy_authentication() local
47 Z_TYPE_P(password) == IS_STRING) { in proxy_authentication()
48 smart_str_appendl(&auth, Z_STRVAL_P(password), Z_STRLEN_P(password)); in proxy_authentication()
65 zval *login, *password; in basic_authentication() local
76 Z_TYPE_P(password) == IS_STRING) { in basic_authentication()
77 smart_str_appendl(&auth, Z_STRVAL_P(password), Z_STRLEN_P(password)); in basic_authentication()
539 zval *cookies, *login, *password; in make_http_soap_request() local
701 PHP_MD5Update(&md5ctx, (unsigned char*)Z_STRVAL_P(password), Z_STRLEN_P(password)); in make_http_soap_request()
816 smart_str_appendl(&auth, Z_STRVAL_P(password), Z_STRLEN_P(password)); in make_http_soap_request()
1163 zval *digest, *login, *password; in make_http_soap_request() local
[all …]

Completed in 140 milliseconds

123456789