Home
last modified time | relevance | path

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

12345678910>>...34

/php-src/ext/sqlite3/tests/
H A Dsqlite3_15_open_error-win.phpt15 $user = get_current_user();
19 $cmd = $icacls . ' ' . $unreadable . ' /inheritance:r /deny ' . $user . ':(F,M,R,RX,W)';
29 $cmd = $icacls . ' ' . $unreadable . ' /grant ' . $user . ':(F,M,R,RX,W)';
/php-src/ext/ldap/tests/
H A Dldap_exop_refresh.phpt10 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
21 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
37 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dskipifcontrol.inc6 global $uri, $user, $passwd, $protocol_version, $base;
7 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_parse_result_controls.phpt17 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
21 $filter = "(cn=user*)";
36 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_list_basic.phpt17 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
28 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
89 string(6) "user A"
141 string(6) "user B"
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_unclonable.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
15 $host, $user, $db, $port, $socket);
H A Dmysqli_result_unclonable.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
15 $host, $user, $db, $port, $socket);
H A Dmysqli_get_info_deprecations.phpt13 if (!$mysqli = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
14 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
15 $host, $user, $db, $port, $socket);
H A Dmysqli_local_infile_directory_access_denied.phpt9 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
27 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
53 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
54 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
55 $host, $user, $db, $port, $socket);
H A Dbug79084_collision.phpt15 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
24 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
32 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dbug53503.phpt9 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
25 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
55 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
56 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
57 $host, $user, $db, $port, $socket);
H A Dmysqli_allow_local_infile_overrides_local_infile_directory.phpt9 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
27 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
64 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
65 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
66 $host, $user, $db, $port, $socket);
H A Dmysqli_local_infile_directory_vs_open_basedir.phpt9 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
27 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
52 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
53 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
54 $host, $user, $db, $port, $socket);
H A Dmysqli_error_unicode.phpt13 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
14 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
15 $host, $user, $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 Dgracefull_fail_on_empty_result_set.phpt12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
13 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
14 $host, $user, $db, $port, $socket);
H A Dmysqli_get_host_info.phpt12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
13 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
14 $host, $user, $db, $port, $socket);
H A Dbug45289.phpt16 if (!($link->real_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 Dbug39457.phpt14 $mysql->connect($host, $user, $passwd, $db, $port, $socket);
16 $mysql->connect($host, $user, $passwd, $db, $port, $socket);
H A Dbug79375.phpt15 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
16 $mysqli2 = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
100 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
101 $mysqli2 = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
111 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
112 $mysqli2 = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
122 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
123 $mysqli2 = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
133 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
134 $mysqli2 = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
/php-src/.github/
H A Dsetup_hmailserver.php19 foreach (IMAP_USERS as $user) {
21 $account->Address = "$user@" . IMAP_MAIL_DOMAIN;
/php-src/ext/filter/tests/
H A Dbug81122.phpt9 "https://user:\\epass@test.com",
10 "https://user:\\@test.com",
/php-src/ext/standard/tests/file/
H A Duserstreams_002.phpt58 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
63 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
70 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
77 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
84 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
86 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
/php-src/ext/reflection/tests/
H A Dbug41061.phpt18 Function [ <user> function foo ] {
22 Method [ <user> private method foo ] {
/php-src/Zend/tests/
H A Dgh11735_1.phpt2 GH-11735: Use-after-free when unregistering user stream wrapper from user stream wrapper

Completed in 31 milliseconds

12345678910>>...34