Home
last modified time | relevance | path

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

12345678910>>...34

/php-src/ext/ldap/tests/
H A Dldap_set_rebind_proc_basic.phpt15 global $user;
22 if (!ldap_bind($a, $user, $passwd)) {
27 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_bind_ext.phpt21 $result = ldap_bind_ext($link, $user, $passwd),
26 $result = ldap_bind_ext($link, $user, $passwd, [['oid' => LDAP_CONTROL_PASSWORDPOLICYREQUEST]]),
35 …$result = ldap_bind_ext($link, $user, "wrongPassword", [['oid' => LDAP_CONTROL_PASSWORDPOLICYREQUE…
40 …$result = ldap_bind_ext($link, "unexistingProperty=weirdValue,$user", $passwd, [['oid' => LDAP_CON…
/php-src/ext/mysqli/tests/
H A Dmysqli_get_server_version.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 Dbug36949.phpt17 global $user, $host, $passwd, $db, $port, $socket;
18 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
35 global $user, $host, $passwd, $db, $port, $socket;
36 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
54 if (!$link = my_mysqli_connect($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_pconn_kill.phpt17 if (!$plink = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
18 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
19 $host, $user, $db, $port, $socket);
69 if (!$plink = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
70 …printf("[011] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
71 $host, $user, $db, $port, $socket);
82 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
83 …printf("[013] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
84 $host, $user, $db, $port, $socket);
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_close.phpt13 if (!$link = my_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 Dmysqli_dump_debug_info.phpt13 if (!$link = my_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 Dmysqli_result_invalid_mode.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_stat.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_dump_debug_info_oo.phpt13 if (!$mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket))
14 …annot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n", …
H A Dmysqli_connect_oo_defaults.phpt19 ini_set('mysqli.default_user', 'user');
29 $mysqli->real_connect($host, $user, $passwd, $db, $port);
52 $mysqli->real_connect($host, $user, $passwd, $db);
69 $mysqli->real_connect($host, $user);
84 ini_set('mysqli.default_user', $user);
117 if ($tmp['username'] !== $user)
118 …printf("[011] Expecting string/%s, got %s/%s\n", $user, gettype($tmp['username']), $tmp['username'…
128 $link = mysqli_connect($host, $user, $passwd, null, ini_get('mysqli.default_port'));
141 $link = mysqli_connect($host, $user, $passwd, null);
/php-src/ext/pdo/tests/
H A Dpdo_039.phpt18 $user = getenv('PDOTEST_USER');
27 if ($user === false) $user = NULL;
30 $conn = new PDO($dsn, $user, $pass, $attr);
H A Dpdo_test.inc23 $user = getenv('PDOTEST_USER');
32 if ($user === false) $user = NULL;
35 $db = new $classname($dsn, $user, $pass, $attr);
38 die("Could not create PDO object (DSN=$dsn, user=$user)\n");
/php-src/ext/reflection/tests/
H A Dbug37964.phpt26 Class [ <user> class bar extends foo ] {
42 Method [ <user> private method foobar ] {
46 Method [ <user, inherits foo> protected method test3 ] {
H A DReflectionMethod_defaultArg.phpt24 Method [ <user> private method bar ] {
31 Method [ <user> private method bar ] {
38 Method [ <user> private method bar ] {
/php-src/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-src/Zend/tests/traits/bugs/
H A Dgh13177.phpt46 Method [ <user, ctor> final private method __construct ] {
50 Method [ <user, ctor> final private method __construct ] {
54 Method [ <user, ctor> final private method __construct ] {
58 Method [ <user, ctor> final private method __construct ] {
/php-src/ext/pcntl/tests/
H A Dpcntl_setpriority_error_linux.phpt28 … A process was located, but neither its effective nor real user ID matched the effective user ID o…
30 Warning: pcntl_setpriority(): Error 13: Only a super user may attempt to increase the process prior…
/php-src/ext/opcache/tests/
H A Dpreload_user_003.phpt2 preload_user has no effect when preload_user is the current user
16 if (posix_geteuid() !== 0) die('skip Test needs root user');
17 if (posix_getpwnam('root') === false) die('skip Root user does not exist');
/php-src/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";
28 *** Testing new DateTime() : with user space __construct magic method ***
/php-src/ext/curl/tests/
H A Dcurl_basic_005.phpt2 Test curl_opt() function with user agent
14 echo '*** Testing curl with user agent ***' . "\n";
30 *** Testing curl with user agent ***
/php-src/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 20 milliseconds

12345678910>>...34