/PHP-8.0/ext/posix/tests/ |
H A D | posix_getpwnam_basic_01.phpt | 14 $username = $user['name']; 15 $info = posix_getpwnam($username); 17 var_dump($username == $info['name']);
|
H A D | posix_getgrgid.phpt | 27 foreach ($grp['members'] as $idx => $username) { 31 if (!is_string($username)) {
|
/PHP-8.0/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.0/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-8.0/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.0/ext/pdo_firebird/tests/ |
H A D | payload_test.phpt | 18 $username = 'SYSDBA'; 21 new PDO($dsn, $username, $password, [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
|
H A D | bug_76452.phpt | 13 $username = 'SYSDBA'; 16 $dbh = 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]);
|
/PHP-8.0/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-8.0/ext/opcache/tests/opt/ |
H A D | sccp_026.phpt | 18 var_dump($username); 38 0006 SEND_VAR CV1($username) 1
|
/PHP-8.0/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.0/ext/standard/tests/mail/ |
H A D | mail_skipif.inc | 16 $username = 'webmaster@example.com'; 21 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);
|
/PHP-8.0/ext/posix/ |
H A D | posix.stub.php | 86 function posix_getpwnam(string $username): array|false {} argument 106 function posix_initgroups(string $username, int $group_id): bool {} argument
|
/PHP-8.0/ext/curl/tests/ |
H A D | curl_multi_segfault.phpt | 13 $username = getenv('PHP_CURL_FTP_REMOTE_USER'); 18 $url = "ftp://$username:$password@$host/" ;
|
H A D | curl_ftp_pasv.phpt | 13 $username = getenv('PHP_CURL_FTP_REMOTE_USER'); 18 $url = "ftp://$username:$password@$host/test.phpt" ;
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli.stub.php | 13 ?string $username = null, argument 36 public function change_user(string $username, string $password, ?string $database) {} argument 63 ?string $username = null, argument 176 ?string $username = null, argument 530 function mysqli_change_user(mysqli $mysql, string $username, string $password, ?string $database): … argument 540 ?string $username = null, argument 662 ?string $username = null, argument
|
/PHP-8.0/ext/oci8/ |
H A D | oci8.stub.php | 298 function oci_new_connect(string $username, string $password, ?string $connection_string = null, str… argument 305 function ocinlogon(string $username, string $password, ?string $connection_string = null, string $e… argument 310 function oci_connect(string $username, string $password, ?string $connection_string = null, string … argument 317 function ocilogon(string $username, string $password, ?string $connection_string = null, string $en… argument 320 function oci_pconnect(string $username, string $password, ?string $connection_string = null, string… argument 327 function ociplogon(string $username, string $password, ?string $connection_string = null, string $e… argument 405 function oci_password_change($connection, string $username, string $old_password, string $new_passw… argument 413 function ocipasswordchange($connection, string $username, string $old_password, string $new_passwor… argument
|
/PHP-8.0/ext/oci8/tests/ |
H A D | extauth_02.phpt | 109 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor… 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… 134 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 | 109 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i… 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… 134 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 | 109 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in… 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… 134 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_dbh.stub.php | 7 …public function __construct(string $dsn, ?string $username = null, ?string $password = null, ?arra… argument
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_connect_oo_defaults.phpt | 114 if (!$res = $mysqli->query("SELECT SUBSTRING_INDEX(USER(),'@',1) AS username")) 119 if ($tmp['username'] !== $user) 120 …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) {
|