/PHP-5.3/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.3/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);
|
/PHP-5.3/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.3/ext/posix/tests/ |
H A D | posix_getgrgid.phpt | 27 foreach ($grp['members'] as $idx => $username) { 31 if (!is_string($username)) {
|
/PHP-5.3/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_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);
|
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);
|
/PHP-5.3/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.3/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.3/ext/oci8/tests/ |
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_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_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…
|
/PHP-5.3/ext/mysqli/ |
H A D | mysqli_nonapi.c | 64 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL; local 88 hostname = username = dbname = passwd = socket = NULL; 91 …arameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ssssls", &hostname, &hostname_len, &username, &username_len, 110 …&hostname, &hostname_len, &username, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &p… 137 if (!username){ 138 username = MyG(default_user); 159 port, SAFE_STR(username), SAFE_STR(dbname), 177 if (!mysqli_change_user_silent(mysql->mysql, username, passwd, dbname)) { 239 …if (mysql_real_connect(mysql->mysql, hostname, username, passwd, dbname, port, socket, flags) == N… 241 if (mysqlnd_connect(mysql->mysql, hostname, username, passwd, passwd_len, dbname, dbname_len,
|
/PHP-5.3/ext/pdo/ |
H A D | pdo_dbh.c | 209 char *username=NULL, *password=NULL; in PHP_METHOD() local 217 &username, &usernamelen, &password, &passwordlen, &options)) { in PHP_METHOD() 286 username ? username : "", in PHP_METHOD() 294 username ? username : "", in PHP_METHOD() 362 dbh->username = username ? pestrdup(username, is_persistent) : NULL; in PHP_METHOD() 369 if (!dbh->data_source || (username && !dbh->username) || (password && !dbh->password)) { in PHP_METHOD() 1222 ZEND_ARG_INFO(0, username) 1517 if (dbh->username) { in dbh_free() 1518 pefree(dbh->username, dbh->is_persistent); in dbh_free()
|