/PHP-8.2/ext/posix/tests/ |
H A D | posix_getpwnam_basic_01.phpt | 12 $username = $user['name']; 13 $info = posix_getpwnam($username); 15 var_dump($username == $info['name']);
|
H A D | posix_getgrgid.phpt | 23 foreach ($grp['members'] as $idx => $username) { 27 if (!is_string($username)) {
|
/PHP-8.2/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-8.2/ext/pdo/tests/ |
H A D | sensitive_parameter.phpt | 8 new PDO('dsn', 'username', 'password'); 16 #0 %s(%d): PDO->__construct('dsn', 'username', Object(SensitiveParameterValue))
|
/PHP-8.2/ext/pdo_firebird/tests/ |
H A D | payload_test.phpt | 16 $username = 'SYSDBA'; 19 new PDO($dsn, $username, $password, [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
|
H A D | bug_76448.phpt | 16 $username = 'SYSDBA'; 19 $dbh = new PDO($dsn, $username, $password, [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
|
H A D | bug_76449.phpt | 16 $username = 'SYSDBA'; 19 $dbh = new PDO($dsn, $username, $password, [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
|
H A D | bug_76450.phpt | 16 $username = 'SYSDBA'; 19 $dbh = new PDO($dsn, $username, $password, [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
|
H A D | bug_76452.phpt | 15 $username = 'SYSDBA'; 18 $dbh = new PDO($dsn, $username, $password, [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
|
/PHP-8.2/ext/snmp/tests/ |
H A D | snmp3.phpt | 33 $username = $user_auth_prefix . 'MD5'; 35 var_dump(snmp3_get($hostname, $username, 'authNoPriv', 'MD5', $auth_pass, '', '', array('.1.3.6.1.2… 37 var_dump(snmp3_getnext($hostname, $username, 'authNoPriv', 'MD5', $auth_pass, '', '', '.1.3.6.1.2.1… 40 $z = snmp3_walk($hostname, $username, 'authNoPriv', 'MD5', $auth_pass, '', '', '.1.3.6.1.2.1.1.1.0'… 46 $z = snmp3_real_walk($hostname, $username, 'authNoPriv', 'MD5', $auth_pass, '', '', '.1.3.6.1.2.1.1… 52 $z = snmp3_walk($hostname, $username, 'authNoPriv', 'MD5', $auth_pass, '', '', '.1.3.6.1.2.1.1', $t… 59 $z = snmp3_real_walk($hostname, $username, 'authNoPriv', 'MD5', $auth_pass, 'AES', '', '.1.3.6.1.2.…
|
/PHP-8.2/ext/standard/tests/url/ |
H A D | bug74780.phpt | 8 parse_url('//username@php.net/path?query=1:2') 33 string(8) "username"
|
/PHP-8.2/ext/pdo_sqlite/tests/ |
H A D | bug48773.phpt | 15 function __construct($dsn, $username, $password, $driver_options = array()) { 17 parent::__construct($dsn, $username, $password, $driver_options);
|
/PHP-8.2/ext/opcache/tests/opt/ |
H A D | sccp_026.phpt | 19 var_dump($username); 39 0006 SEND_VAR CV1($username) 1
|
/PHP-8.2/sapi/cli/tests/ |
H A D | php_cli_server_021.phpt | 18 Authorization: digest username="Mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f… 37 string(242) "username="Mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c0…
|
/PHP-8.2/ext/standard/tests/mail/ |
H A D | mail_skipif.inc | 15 $username = 'webmaster@example.com'; 20 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);
|
/PHP-8.2/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-8.2/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_02.phpt | 114 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor… 119 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor… 124 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor… 139 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor…
|
H A D | extauth_03.phpt | 114 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i… 119 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i… 124 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i… 139 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
|
/PHP-8.2/ext/pdo_odbc/ |
H A D | odbc_driver.c | 530 bool is_uid_set = dbh->username && *dbh->username in pdo_odbc_handle_factory() 538 …ld_quote_uid = !php_odbc_connstr_is_quoted(dbh->username) && php_odbc_connstr_should_quote(dbh->us… in pdo_odbc_handle_factory() 541 size_t estimated_length = php_odbc_connstr_estimate_quote_length(dbh->username); in pdo_odbc_handle_factory() 543 php_odbc_connstr_quote(uid, dbh->username, estimated_length); in pdo_odbc_handle_factory() 545 uid = dbh->username; in pdo_odbc_handle_factory() 573 …rc = SQLConnect(H->dbc, (SQLCHAR *) dbh->data_source, SQL_NTS, (SQLCHAR *) dbh->username, SQL_NTS,… in pdo_odbc_handle_factory()
|
/PHP-8.2/ext/posix/ |
H A D | posix.stub.php | 300 function posix_getpwnam(string $username): array|false {} argument 328 function posix_initgroups(string $username, int $group_id): bool {} argument
|
/PHP-8.2/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']);
|
/PHP-8.2/ext/oci8/ |
H A D | oci8.stub.php | 697 function oci_new_connect(string $username, #[\SensitiveParameter] string $password, ?string $connec… argument 704 function ocinlogon(string $username, #[\SensitiveParameter] string $password, ?string $connection_s… argument 709 function oci_connect(string $username, #[\SensitiveParameter] string $password, ?string $connection… argument 716 function ocilogon(string $username, #[\SensitiveParameter] string $password, ?string $connection_st… argument 721 function oci_pconnect(string $username, #[\SensitiveParameter] string $password, ?string $connectio… 728 function ociplogon(string $username, #[\SensitiveParameter] string $password, ?string $connection_s… 814 function oci_password_change($connection, string $username, string $old_password, string $new_passw… 822 function ocipasswordchange($connection, string $username, string $old_password, string $new_passwor…
|
H A D | oci8.c | 126 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw… 748 char *username, *password; in php_oci_do_connect() local 756 Z_PARAM_STRING(username, username_len) in php_oci_do_connect() 766 DTRACE_OCI8_CONNECT_ENTRY(username, dbname, charset, session_mode, persistent, exclusive); in php_oci_do_connect() 828 if (username_len != 1 || username[0] != '/' || password_len != 0) { in php_oci_do_connect_ex() 863 smart_str_appendl_ex(&hashed_details, username, username_len, 0); in php_oci_do_connect_ex() 1974 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw… in php_oci_get_spool() argument 1984 smart_str_appendl_ex(&spool_hashed_details, username, username_len, 0); in php_oci_get_spool() 2018 …session_pool = php_oci_create_spool(username, username_len, password, password_len, dbname, dbname… in php_oci_get_spool() 2143 if (username) { in php_oci_old_create_session() [all …]
|