Home
last modified time | relevance | path

Searched refs:user (Results 176 – 200 of 844) sorted by relevance

12345678910>>...34

/PHP-8.0/ext/oci8/tests/
H A Derror_parse.phpt18 $c1 = oci_connect($user,$password,$dbase);
21 $c1 = oci_connect($user,$password);
34 $c2 = oci_new_connect($user,$password,$dbase);
37 $c2 = oci_new_connect($user,$password);
50 $c3 = oci_pconnect($user,$password,$dbase);
53 $c3 = oci_pconnect($user,$password);
H A Dcalltimeout1.phpt9 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) {
10 die("skip needs to be run as a user with access to DBMS_LOCK");
/PHP-8.0/ext/ftp/tests/
H A D004.phpt21 var_dump(ftp_login($ftp, 'user', 'pass'));
22 var_dump(ftp_login($ftp, 'user', 'bogus'));
/PHP-8.0/ext/ldap/tests/
H A Dldap_first_attribute_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
25 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_get_values_len_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
25 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_search_basic.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
28 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
88 string(6) "user A"
140 string(6) "user B"
H A Dldap_compare_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
24 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-8.0/ext/mysqli/tests/
H A D016.phpt2 mysqli fetch user variable
13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_stmt_bind_param_call_user_func.phpt58 print "Call user func, procedural, using references for everything\n";
86 print "Call user func, object oriented, using references for everything\n";
114 …print "Call user func, object oriented, using variable for types. using references for bound param…
170 …print "Call user func, procedural, using references for everything but using variable for types\n";
334 Call user func, procedural, using references for everything
337 Call user func, object oriented, using references for everything
340 Call user func, object oriented, using variable for types. using references for bound parameter
343 Call user func, object oriented, using constant for types. using references for bound parameter
346 Call user func, procedural, using references for everything but using variable for types
349 Call user func, procedural, using references for bound parameter, using variables for resource and …
[all …]
H A Dbug48909.phpt12 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,…
14 $host, $user, $db, $port, $socket);
H A Dmysqli_error.phpt12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
13 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
14 $host, $user, $db, $port, $socket);
H A Dmysqli_real_connect_compression_error.phpt7 $link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
26 $result = my_mysqli_real_connect($mysqli, $host, $user, $passwd, $db, $port, $socket);
39 $result = my_mysqli_real_connect($mysqli, $host, $user, $passwd, $db, $port, $socket, MYSQLI_CLIENT…
H A Dmysqli_warning_unclonable.phpt15 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
16 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
17 $host, $user, $db, $port, $socket);
H A Dmysqli_real_escape_string_eucjpms.phpt10 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
24 printf("[001] Cannot connect to the server using host=%s, user=%s,
25 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_euckr.phpt10 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
21 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
23 printf("[001] Cannot connect to the server using host=%s, user=%s,
24 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_gb2312.phpt10 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
24 printf("[001] Cannot connect to the server using host=%s, user=%s,
25 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_gbk.phpt9 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
24 printf("[001] Cannot connect to the server using host=%s, user=%s,
25 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_stmt_execute_stored_proc_out.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
24 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
25 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
26 $host, $user, $db, $port, $socket);
73 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_insert_id_variation.phpt12 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,…
14 $host, $user, $db, $port, $socket);
63 $link->change_user ($user, $passwd, $db);
94 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug73800.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
19 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
/PHP-8.0/ext/standard/tests/mail/
H A Dbug69874.phpt11 $to = 'user@company.com';
26 To: user@company.com
H A Dbug51604.phpt9 $to = 'user@example.com';
24 To: user@example.com
/PHP-8.0/ext/posix/tests/
H A Dposix_getpwnam_basic_01.phpt13 $user = posix_getpwuid($uid);
14 $username = $user['name'];
/PHP-8.0/ext/pdo/tests/
H A Dpdo_dsn_containing_credentials.phpt26 putenv("PDOTEST_DSN=$orgDsn;user=$orgUser;password=$orgPass");
34 // test b/c - credentials in DSN are ignored when user/pass passed as separate params
35 putenv("PDOTEST_DSN=$orgDsn;user=incorrect;password=ignored");
/PHP-8.0/ext/odbc/tests/
H A Dbug80147.phpt9 $conn = odbc_connect($dsn, $user, $pass);
23 $conn = odbc_connect($dsn, $user, $pass);

Completed in 40 milliseconds

12345678910>>...34