Home
last modified time | relevance | path

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

12345678910>>...37

/PHP-5.5/ext/ldap/tests/
H A Dldap_search_basic.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
29 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
89 string(6) "user A"
141 string(6) "user B"
H A Dldap_parse_result_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
20 $result = ldap_search($link, "cn=userref,dc=my-domain,dc=com", "(cn=user*)");
32 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_count_entries_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
23 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_free_result_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
23 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_first_attribute_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_get_entries_variation.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
28 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic.phpt23 $to = 'user@example.com';
48 To: user@example.com
56 To: user@example.com
/PHP-5.5/ext/mysqli/tests/
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_errno.phpt22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
23 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
24 $host, $user, $db, $port, $socket);
H A Dmysqli_errno_oo.phpt20 if (!$mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket))
21 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
22 $host, $user, $db, $port, $socket);
H A Dmysqli_warning_unclonable.phpt16 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
17 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
18 $host, $user, $db, $port, $socket);
H A Dmysqli_error_unicode.phpt22 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
23 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
24 $host, $user, $db, $port, $socket);
H A Dmysqli_pconn_max_links.phpt15 printf("skip Cannot create second DB user [%d] %s", mysqli_errno($link), mysqli_error($link));
23 …printf("skip Cannot GRANT SELECT to second DB user [%d] %s", mysqli_errno($link), mysqli_error($li…
38 die("skip CONNECT using new user failed");
62 printf("[001] Cannot connect using the second DB user created during SKIPIF, [%d] %s\n",
76 printf("[003] Cannot run query on persistent connection of second DB user, [%d] %s\n",
85 // change the password for the second DB user and kill the persistent connection
88 …printf("[005] Cannot change PW of second DB user, [%d] %s\n", mysqli_errno($link), mysqli_error($l…
90 // change the password for the second DB user and kill the persistent connection
93 …printf("[006] Cannot change PW of second DB user, [%d] %s\n", mysqli_errno($link), mysqli_error($l…
135 printf("[013] Cannot run query on persistent connection of second DB user, [%d] %s\n",
[all …]
H A Dmysqli_fork.phpt16 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
59 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
60 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
61 $host, $user, $db, $port, $socket);
88 …if (!($plink = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) || !mysqli_autocommi…
132 if (!$plink = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
134 $host, $user, $db, $port, $socket);
212 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
213 …printf("[018] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
214 $host, $user, $db, $port, $socket);
[all …]
H A Dmysqli_real_escape_string_eucjpms.phpt13 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
25 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
27 printf("[001] Cannot connect to the server using host=%s, user=%s,
28 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_euckr.phpt13 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
24 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
26 printf("[001] Cannot connect to the server using host=%s, user=%s,
27 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_gb2312.phpt13 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
25 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
27 printf("[001] Cannot connect to the server using host=%s, user=%s,
28 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_gbk.phpt14 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
27 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
29 printf("[001] Cannot connect to the server using host=%s, user=%s,
30 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A D016.phpt2 mysqli fetch user variable
13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
/PHP-5.5/ext/mysql/tests/
H A Dmysql_close.phpt21 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
22 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
23 $host, $user, $db, $port, $socket);
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dcommon.phpt15 # user set them from their shell
21 $config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=root password=';
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_getDeclaringFunction_basic.phpt19 Function [ <user> function ReflectionParameterTest ] {
28 Function [ <user> function ReflectionParameterTest ] {
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_worker_pool.c26 if (wp->user) { in fpm_worker_pool_free()
27 free(wp->user); in fpm_worker_pool_free()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c34 const char * const user, in mysqlnd_auth_handshake() argument
94 auth_packet->user = user; in mysqlnd_auth_handshake()
156 const char * const user, in mysqlnd_auth_change_user() argument
212 auth_packet->user = user; in mysqlnd_auth_change_user()
276 tmp = mnd_pestrndup(user, user_len, conn->persistent); in mysqlnd_auth_change_user()
277 if (conn->user) { in mysqlnd_auth_change_user()
278 mnd_pefree(conn->user, conn->persistent); in mysqlnd_auth_change_user()
280 conn->user = tmp; in mysqlnd_auth_change_user()
360 MYSQLND_CONN_DATA * conn, const char * const user, const char * const passwd, in mysqlnd_native_auth_get_auth_data() argument
420 MYSQLND_CONN_DATA * conn, const char * const user, const char * const passwd, in mysqlnd_pam_auth_get_auth_data() argument
[all …]
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_connect1.phpt23 var_dump($conn1 = oci_connect($user,$password,$dbase));
37 var_dump($conn2 = oci_connect($user,$password,$dbase));
45 var_dump($conn3 = oci_connect($user,$password,$dbase));
56 var_dump($pconn1 = oci_pconnect($user,$password,$dbase));
65 var_dump($pconn2 = oci_pconnect($user,$password,$dbase));

Completed in 37 milliseconds

12345678910>>...37