Home
last modified time | relevance | path

Searched refs:username (Results 1 – 25 of 81) sorted by relevance

1234

/PHP-7.4/ext/posix/tests/
H A Dposix_getpwnam_basic_01.phpt14 $username = $user['name'];
15 $info = posix_getpwnam($username);
17 var_dump($username == $info['name']);
H A Dposix_getgrgid.phpt27 foreach ($grp['members'] as $idx => $username) {
31 if (!is_string($username)) {
/PHP-7.4/build/
H A Dshtool551 username=''
553 username="`(id -un) 2>/dev/null`"
554 if [ ".$username" = . ]; then
559 if [ ".$username" = . ]; then
560 username="$LOGNAME"
561 if [ ".$username" = . ]; then
562 username="$USER"
563 if [ ".$username" = . ]; then
597 … userid=`(ypmatch "${username}" passwd; nismatch "${username}" passwd) 2>/dev/null | \
629 … groupid=`(ypmatch "${username}" passwd; nismatch "${username}" passwd) 2>/dev/null | \
[all …]
/PHP-7.4/ext/imap/tests/
H A Dskipif.inc6 $username = 'webmaster@something.com';
11 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);
H A Dbug63126.phpt9 $in = imap_open($default_mailbox, $username, $password, OP_HALFOPEN, 1);
34 $in = imap_open($default_mailbox, $username, $password, OP_HALFOPEN, 1, $testparams);
H A Dbug80226.phpt10 $stream = imap_open($default_mailbox, $username, $password);
H A Dimap_errors_basic.phpt19 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 3);
25 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 1);
H A Dclean.inc4 $imap_stream = imap_open($default_mailbox, $username, $password);
/PHP-7.4/ext/snmp/tests/
H A Dsnmp3.phpt31 $username = $user_auth_prefix . 'MD5';
33 var_dump(snmp3_get($hostname, $username, 'authNoPriv', 'MD5', $auth_pass, '', '', array('.1.3.6.1.2…
35 var_dump(snmp3_getnext($hostname, $username, 'authNoPriv', 'MD5', $auth_pass, '', '', '.1.3.6.1.2.1…
38 $z = snmp3_walk($hostname, $username, 'authNoPriv', 'MD5', $auth_pass, '', '', '.1.3.6.1.2.1.1.1.0'…
44 $z = snmp3_real_walk($hostname, $username, 'authNoPriv', 'MD5', $auth_pass, '', '', '.1.3.6.1.2.1.1…
50 $z = snmp3_walk($hostname, $username, 'authNoPriv', 'MD5', $auth_pass, '', '', '.1.3.6.1.2.1.1', $t…
57 $z = snmp3_real_walk($hostname, $username, 'authNoPriv', 'MD5', $auth_pass, 'AES', '', '.1.3.6.1.2.…
/PHP-7.4/ext/standard/tests/url/
H A Dbug74780.phpt8 parse_url('//username@php.net/path?query=1:2')
33 string(8) "username"
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_test.phpt18 $username = 'SYSDBA';
21 new PDO($dsn, $username, $password, [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
H A Dbug_76448.phpt16 $username = 'SYSDBA';
19 $dbh = new PDO($dsn, $username, $password, [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
H A Dbug_76452.phpt13 $username = 'SYSDBA';
16 $dbh = new PDO($dsn, $username, $password, [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
H A Dbug_76449.phpt16 $username = 'SYSDBA';
19 $dbh = new PDO($dsn, $username, $password, [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
H A Dbug_76450.phpt16 $username = 'SYSDBA';
19 $dbh = new PDO($dsn, $username, $password, [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug48773.phpt17 function __construct($dsn, $username, $password, $driver_options = array()) {
19 parent::__construct($dsn, $username, $password, $driver_options);
/PHP-7.4/ext/opcache/tests/opt/
H A Dsccp_026.phpt18 var_dump($username);
36 L6 (7): SEND_VAR CV1($username) 1
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_021.phpt18 Authorization: digest username="Mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f…
37 string(242) "username="Mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c0…
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_skipif.inc16 $username = 'webmaster@example.com';
21 $mbox = imap_open($mailbox, $username, $password, $options, $retries);
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_segfault.phpt13 $username = getenv('PHP_CURL_FTP_REMOTE_USER');
18 $url = "ftp://$username:$password@$host/" ;
H A Dcurl_ftp_pasv.phpt13 $username = getenv('PHP_CURL_FTP_REMOTE_USER');
18 $url = "ftp://$username:$password@$host/test.phpt" ;
/PHP-7.4/ext/oci8/tests/
H A Dextauth_03.phpt113 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
118 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
123 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
138 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
H A Dextauth_01.phpt114 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
119 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
124 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
139 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
H A Dextauth_02.phpt113 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor…
118 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor…
123 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor…
138 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor…
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_connect_oo_defaults.phpt115 if (!$res = $mysqli->query("SELECT SUBSTRING_INDEX(USER(),'@',1) AS username"))
120 if ($tmp['username'] !== $user)
121 …intf("[011] Expecting string/%s, got %s/%s\n", $user, gettype($tmp['username']), $tmp['username']);

Completed in 38 milliseconds

1234