/PHP-5.5/build/ |
H A D | shtool | 551 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-5.5/ext/snmp/tests/ |
H A D | snmp3.phpt | 31 $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-5.5/ext/imap/tests/ |
H A D | skipif.inc | 6 $username = 'webmaster@something.com'; 11 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);
|
H A D | bug63126.phpt | 9 $in = imap_open($default_mailbox, $username, $password, OP_HALFOPEN, 1); 34 $in = imap_open($default_mailbox, $username, $password, OP_HALFOPEN, 1, $testparams);
|
H A D | imap_errors_basic.phpt | 19 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 3); 25 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 1);
|
H A D | clean.inc | 4 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | imap_close_variation4.phpt | 43 $imap_stream = imap_open($mailbox, $username, $password); 56 $stream_id = imap_open($mailbox, $username, $password);
|
/PHP-5.5/ext/pdo_sqlite/tests/ |
H A D | bug48773.phpt | 17 function __construct($dsn, $username, $password, $driver_options = array()) { 19 parent::__construct($dsn, $username, $password, $driver_options);
|
/PHP-5.5/ext/posix/tests/ |
H A D | posix_getgrgid.phpt | 27 foreach ($grp['members'] as $idx => $username) { 31 if (!is_string($username)) {
|
/PHP-5.5/ext/standard/tests/mail/ |
H A D | mail_skipif.inc | 16 $username = 'webmaster@example.com'; 21 $mbox = imap_open($mailbox, $username, $password, $options, $retries);
|
H A D | mail_include.inc | 7 $username = "$admin_user@$domain"; 21 global $server, $default_mailbox, $username, $password; 24 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_basic_alt1-win32.phpt | 31 $to = "$username"; 48 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_basic_alt2-win32.phpt | 27 $to = "$username"; 46 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_basic_alt3-win32.phpt | 27 $to = "$username"; 46 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_basic_alt4-win32.phpt | 27 $to = "$username"; 47 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_variation_alt1-win32.phpt | 30 $to = "$username"; 47 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_variation_alt2-win32.phpt | 30 $to = "$username"; 47 $imap_stream = imap_open($default_mailbox, $username, $password);
|
H A D | mail_variation_alt3-win32.phpt | 29 $to = "$username"; 46 $imap_stream = imap_open($default_mailbox, $username, $password);
|
/PHP-5.5/ext/curl/tests/ |
H A D | curl_multi_segfault.phpt | 14 $username = getenv('PHP_CURL_FTP_REMOTE_USER'); 19 $url = "ftp://$username:$password@$host/" ;
|
H A D | curl_ftp_pasv.phpt | 14 $username = getenv('PHP_CURL_FTP_REMOTE_USER'); 19 $url = "ftp://$username:$password@$host/test.phpt" ;
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_connect_oo_defaults.phpt | 115 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']);
|
H A D | bug38003.phpt | 10 private function __construct($hostname, $username, $password, $database) {
|
/PHP-5.5/ext/oci8/tests/ |
H A D | extauth_03.phpt | 113 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 D | extauth_01.phpt | 114 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 D | extauth_02.phpt | 113 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…
|