Home
last modified time | relevance | path

Searched refs:user (Results 76 – 100 of 960) sorted by relevance

12345678910>>...39

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.h24 const char * const user,
47 const char * const user,
71 const char * const user,
87 const char * const user,
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_datatype_change.phpt12 if (!$c1 = 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);
17 if (!$c2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
18 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
19 $host, $user, $db, $port, $socket);
60 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug36949.phpt16 global $user, $host, $passwd, $db, $port, $socket;
17 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
34 global $user, $host, $passwd, $db, $port, $socket;
35 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
53 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dconnect.inc13 $user = getenv("MYSQL_TEST_USER") ?: "root";
58 … function my_mysqli_connect($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) {
64 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags))
67 $link = mysqli_connect($host, $user, $passwd, $db, $port, $socket);
78 …function my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags = 0, $en…
84 return mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags);
88 …public function __construct($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) {
95 $this->real_connect($host, $user, $passwd, $db, $port, $socket, $flags);
97 parent::__construct($host, $user, $passwd, $db, $port, $socket);
H A Dbug33263.phpt15 public function __construct($host, $user, $passwd, $db, $port, $socket) {
17 parent::real_connect($host, $user, $passwd, $db, $port, $socket);
21 $mysql = new test($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_report_wo_ps.phpt9 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
10 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
11 $host, $user, $db, $port, $socket));
76 …if ($link = my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, …
77 …printf("[010] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
78 $host, $user . 'unknown_really', $db, $port, $socket);
89 …if ($link = my_mysqli_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_empty', …
91 $host, $user . 'unknown_really', $db, $port, $socket);
108 Warning: mysqli_change_user(): (%d/%d): Access denied for user '%s'@'%s' (using password: %s) in %s…
115 [011] Access denied for user '%s'@'%s' (using password: YES)
[all …]
H A Dmysqli_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_pconn_kill.phpt19 if (!$plink = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
21 $host, $user, $db, $port, $socket);
67 if (!$plink = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
68 …printf("[011] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
69 $host, $user, $db, $port, $socket);
80 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
81 …printf("[013] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
82 $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_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_connect_oo_defaults.phpt22 ini_set('mysqli.default_user', 'user');
32 $mysqli->real_connect($host, $user, $passwd, $db, $port);
55 $mysqli->real_connect($host, $user, $passwd, $db);
72 $mysqli->real_connect($host, $user);
87 ini_set('mysqli.default_user', $user);
120 if ($tmp['username'] !== $user)
121 …printf("[011] Expecting string/%s, got %s/%s\n", $user, gettype($tmp['username']), $tmp['username'…
131 $link = mysqli_connect($host, $user, $passwd, null, ini_get('mysqli.default_port'));
144 $link = mysqli_connect($host, $user, $passwd, null);
/PHP-7.4/ext/session/tests/
H A Dbug73100.phpt14 session_module_name("user");
17 session_module_name("user");
26 Recoverable fatal error: session_module_name(): Cannot set 'user' save handler by ini_set() or sess…
/PHP-7.4/ext/oci8/tests/
H A Dbug42134.phpt16 $c = oci_connect($user,$password,$dbase);
19 $c = oci_connect($user,$password);
32 $c = oci_new_connect($user,$password,$dbase);
35 $c = oci_new_connect($user,$password);
48 $c = oci_pconnect($user,$password,$dbase);
51 $c = oci_pconnect($user,$password);
H A Dpassword.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
17 "drop user testuser_pw cascade",
18 "create user testuser_pw identified by testuserpwd",
70 "drop user testuser_pw cascade"
H A Dpassword_2.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
17 "drop user testuser_pw2 cascade",
18 "create user testuser_pw2 identified by testuserpwd",
69 "drop user testuser_pw2 cascade"
H A Ddebug.phpt13 oci_connect($user, $password, $dbase);
16 oci_connect($user, $password);
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_defaultArg.phpt24 Method [ <user> private method bar ] {
31 Method [ <user> private method bar ] {
38 Method [ <user> private method bar ] {
H A Dbug37964.phpt26 Class [ <user> class bar extends foo ] {
42 Method [ <user> private method foobar ] {
46 Method [ <user, inherits foo> protected method test3 ] {
/PHP-7.4/Zend/tests/
H A Dbug43200.phpt26 Class [ <user> class x extends c implements a, b ] {
42 Method [ <user, prototype b> public method foo ] {
46 Method [ <user, inherits c, prototype a> public method bar ] {
/PHP-7.4/ext/ldap/tests/
H A Dldap_set_rebind_proc_basic.phpt14 global $user;
21 if (!ldap_bind($a, $user, $passwd)) {
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_unbind_variation.phpt14 global $user;
21 if (!ldap_bind($a, $user, $passwd)) {
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_bind_ext.phpt20 $result = ldap_bind_ext($link, $user, $passwd),
25 $result = ldap_bind_ext($link, $user, $passwd, [['oid' => LDAP_CONTROL_PASSWORDPOLICYREQUEST]]),
34 …$result = ldap_bind_ext($link, $user, "wrongPassword", [['oid' => LDAP_CONTROL_PASSWORDPOLICYREQUE…
39 …$result = ldap_bind_ext($link, "unexistingProperty=weirdValue,$user", $passwd, [['oid' => LDAP_CON…
/PHP-7.4/ext/date/tests/
H A DDateTime_extends_basic2.phpt2 Test DateTime class inheritance : with user space __construct magic method
9 echo "*** Testing new DateTime() : with user space __construct magic method ***\n";
29 *** Testing new DateTime() : with user space __construct magic method ***
/PHP-7.4/sapi/fpm/tests/
H A Dproc-user-ignored.phpt2 FPM: Process user setting ignored when FPM is not running as root
18 user = foo
31 "'user' directive is ignored when FPM is not running as root",
H A Dsocket-uds-numeric-ugid-nonroot.phpt21 user = {{USER}}
35 "'user' directive is ignored when FPM is not running as root",
44 $user = $pw ? $pw['name'] : 'UNKNOWN';
46 echo "{$st['uid']}/{$user},{$st['gid']}/{$group}\n";

Completed in 33 milliseconds

12345678910>>...39