Home
last modified time | relevance | path

Searched refs:user (Results 101 – 125 of 844) sorted by relevance

12345678910>>...34

/PHP-8.0/ext/ldap/tests/
H A Dskipifcontrol.inc6 global $host, $port, $user, $passwd, $protocol_version, $base;
7 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_exop_refresh.phpt9 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
20 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
36 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_list_basic.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
27 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
87 string(6) "user A"
139 string(6) "user B"
H A Dldap_parse_result_controls.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
20 $filter = "(cn=user*)";
35 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_connect_oo_defaults.phpt21 ini_set('mysqli.default_user', 'user');
31 $mysqli->real_connect($host, $user, $passwd, $db, $port);
54 $mysqli->real_connect($host, $user, $passwd, $db);
71 $mysqli->real_connect($host, $user);
86 ini_set('mysqli.default_user', $user);
119 if ($tmp['username'] !== $user)
120 …printf("[011] Expecting string/%s, got %s/%s\n", $user, gettype($tmp['username']), $tmp['username'…
130 $link = mysqli_connect($host, $user, $passwd, null, ini_get('mysqli.default_port'));
143 $link = mysqli_connect($host, $user, $passwd, null);
H A Dmysqli_close_oo.phpt15 if (!$mysqli = new my_mysqli($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 Dbug53503.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
24 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
54 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
55 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
56 $host, $user, $db, $port, $socket);
H A Dbug39457.phpt13 $mysql->connect($host, $user, $passwd, $db, $port, $socket);
15 $mysql->connect($host, $user, $passwd, $db, $port, $socket);
H A Dbug51605.phpt18 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) {
25 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) {
32 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) {
H A Dbug79084_collision.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
23 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
31 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_error_unicode.phpt12 if (!$link = 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 Dbug79084.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
23 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
31 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
/PHP-8.0/ext/reflection/tests/
H A Dbug41061.phpt18 Function [ <user> function foo ] {
22 Method [ <user> private method foo ] {
H A Dtraits002.phpt18 Class [ <user> abstract class foo ] {
37 Trait [ <user> trait bar ] {
H A Dgh9409.phpt19 Method [ <user> private method privateMethod ] {
22 Method [ <user> private method privateMethod ] {
H A DReflectionClass_export_basic1.phpt23 Class [ <user> class C extends A ] {
39 Method [ <user, inherits A> public method privf ] {
47 Method [ <user, inherits A> public method pubf ] {
/PHP-8.0/ext/oci8/tests/
H A Dconnect.phpt11 var_dump(oci_connect($user, $password, $dbase));
14 var_dump(oci_connect($user, $password));
H A Dtestping.phpt14 $c = oci_pconnect($user,$password,$dbase);
17 $c = oci_pconnect($user,$password);
H A Ddriver_name_11gR2.phpt7 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
31 $pc1=oci_pconnect($user,$password,$dbase);
36 $nc1=oci_new_connect($user,$password,$dbase);
H A Ddriver_name.phpt7 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
34 $pc1=oci_pconnect($user,$password,$dbase);
39 $nc1=oci_new_connect($user,$password,$dbase);
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_15_open_error-win.phpt14 $user = get_current_user();
18 $cmd = $icacls . ' ' . $unreadable . ' /inheritance:r /deny ' . $user . ':(F,M,R,RX,W)';
28 $cmd = $icacls . ' ' . $unreadable . ' /grant ' . $user . ':(F,M,R,RX,W)';
/PHP-8.0/Zend/tests/return_types/
H A Dreflection001.phpt15 Class [ <user> class A ] {
31 Method [ <user> public method foo ] {
/PHP-8.0/ext/filter/tests/
H A Dbug81122.phpt11 "https://user:\\epass@test.com",
12 "https://user:\\@test.com",
/PHP-8.0/ext/standard/tests/file/
H A Duserstreams_002.phpt57 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
62 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
69 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
76 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
83 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
85 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
/PHP-8.0/ext/standard/tests/mail/
H A Dmail_basic.phpt12 $to = 'user@example.com';
36 To: user@example.com
44 To: user@example.com

Completed in 26 milliseconds

12345678910>>...34