Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-7.4/ext/oci8/tests/
H A Derror_parse.phpt18 $c1 = oci_connect($user,$password,$dbase);
21 $c1 = oci_connect($user,$password);
34 $c2 = oci_new_connect($user,$password,$dbase);
37 $c2 = oci_new_connect($user,$password);
50 $c3 = oci_pconnect($user,$password,$dbase);
53 $c3 = oci_pconnect($user,$password);
H A Dcalltimeout1.phpt9 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) {
10 die("skip needs to be run as a user with access to DBMS_LOCK");
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_call_user_func.phpt59 print "Call user func, procedural, using references for everything\n";
87 print "Call user func, object oriented, using references for everything\n";
115 …print "Call user func, object oriented, using variable for types. using references for bound param…
171 …print "Call user func, procedural, using references for everything but using variable for types\n";
335 Call user func, procedural, using references for everything
338 Call user func, object oriented, using references for everything
341 Call user func, object oriented, using variable for types. using references for bound parameter
344 Call user func, object oriented, using constant for types. using references for bound parameter
347 Call user func, procedural, using references for everything but using variable for types
350 Call user func, procedural, using references for bound parameter, using variables for resource and …
[all …]
H A D016.phpt2 mysqli fetch user variable
13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_real_connect_compression_error.phpt8 $link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
27 $result = my_mysqli_real_connect($mysqli, $host, $user, $passwd, $db, $port, $socket);
40 $result = my_mysqli_real_connect($mysqli, $host, $user, $passwd, $db, $port, $socket, MYSQLI_CLIENT…
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 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_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_fetch_lengths.phpt13 if (!$mysqli = 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_real_escape_string_eucjpms.phpt11 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
23 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
25 printf("[001] Cannot connect to the server using host=%s, user=%s,
26 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_euckr.phpt11 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
24 printf("[001] Cannot connect to the server using host=%s, user=%s,
25 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_unix.c269 if (wp->config->user && *wp->config->user) { in fpm_unix_conf_wp()
270 if (strlen(wp->config->user) == strspn(wp->config->user, "0123456789")) { in fpm_unix_conf_wp()
271 wp->set_uid = strtoul(wp->config->user, 0, 10); in fpm_unix_conf_wp()
275 pwd = getpwnam(wp->config->user); in fpm_unix_conf_wp()
277 zlog(ZLOG_ERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, wp->config->user); in fpm_unix_conf_wp()
284 wp->user = strdup(pwd->pw_name); in fpm_unix_conf_wp()
311 if (wp->config->user && *wp->config->user) { in fpm_unix_conf_wp()
327 wp->user = strdup(pwd->pw_name); in fpm_unix_conf_wp()
395 if (0 > initgroups(wp->config->user, wp->set_gid)) { in fpm_unix_init_child()
396 …SERROR, "[pool %s] failed to initgroups(%s, %d)", wp->config->name, wp->config->user, wp->set_gid); in fpm_unix_init_child()
/PHP-7.4/ext/reflection/tests/
H A DReflectionParameter_getDeclaringFunction_basic.phpt19 Function [ <user> function ReflectionParameterTest ] {
28 Function [ <user> function ReflectionParameterTest ] {
/PHP-7.4/ext/posix/tests/
H A Dposix_getpwnam_basic_01.phpt13 $user = posix_getpwuid($uid);
14 $username = $user['name'];
/PHP-7.4/ext/ldap/tests/
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_dn_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);
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_sasl_bind_error.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
27 // Invalid user
36 var_dump(ldap_sasl_bind($link, "unexistingProperty=weirdValue,$user", $sasl_passwd));
43 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_005.phpt16 * Description : Sets user-level session storage functions
49 Warning: session_start(): Failed to read session data: user (%s) in %ssession_set_save_handler_clas…
52 string(4) "user"
/PHP-7.4/ext/pdo/tests/
H A Dpdo_dsn_containing_credentials.phpt26 putenv("PDOTEST_DSN=$orgDsn;user=$orgUser;password=$orgPass");
34 // test b/c - credentials in DSN are ignored when user/pass passed as separate params
35 putenv("PDOTEST_DSN=$orgDsn;user=incorrect;password=ignored");
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic.phpt23 $to = 'user@example.com';
48 To: user@example.com
56 To: user@example.com
/PHP-7.4/ext/pdo_dblib/tests/
H A Dtimeout.phpt22 $db = new PDO($dsn, $user, $pass);
35 $db = new PDO($dsn, $user, $pass);
48 $db = new PDO($dsn, $user, $pass, [PDO::ATTR_TIMEOUT => 1]);
60 $db = new PDO($dsn, $user, $pass, [PDO::DBLIB_ATTR_QUERY_TIMEOUT => 1]);

Completed in 30 milliseconds

12345678910>>...39