Home
last modified time | relevance | path

Searched refs:login (Results 1 – 24 of 24) sorted by relevance

/php-src/ext/pdo_mysql/tests/
H A Dpecl_bug_5780.phpt15 $db->exec("CREATE TABLE test_pecl_bug_5780 (login varchar(32) NOT NULL, data varchar(64) NOT NULL)"…
16 $db->exec("CREATE TABLE test_pecl_bug_5780_2 (login varchar(32) NOT NULL, password varchar(64) NOT …
17 $db->exec("INSERT INTO test_pecl_bug_5780_2 (login, password) VALUES ('testing', 'testing')");
18 $db->exec("INSERT INTO test_pecl_bug_5780_2 (login, password) VALUES ('test2', 'testpw2')");
20 $logstmt = $db->prepare('INSERT INTO test_pecl_bug_5780 (login, data) VALUES (:var1, :var2)');
21 $authstmt = $db->prepare('SELECT * FROM test_pecl_bug_5780_2 WHERE login = :varlog AND password = :…
/php-src/ext/pdo_dblib/
H A Ddblib_driver.c85 if (H->login) { in dblib_handle_closer()
86 dbfreelogin(H->login); in dblib_handle_closer()
87 H->login = NULL; in dblib_handle_closer()
488 H->login = dblogin(); in pdo_dblib_handle_factory()
495 if (!H->login) { in pdo_dblib_handle_factory()
526 if(FAIL==dbsetlversion(H->login, tdsver[i].value)) { in pdo_dblib_handle_factory()
546 if(FAIL == DBSETLUSER(H->login, dbh->username)) { in pdo_dblib_handle_factory()
556 if(FAIL == DBSETLPWD(H->login, dbh->password)) { in pdo_dblib_handle_factory()
563 DBSETLCHARSET(H->login, vars[0].optval); in pdo_dblib_handle_factory()
567 DBSETLAPP(H->login, vars[1].optval); in pdo_dblib_handle_factory()
[all …]
H A Dphp_pdo_dblib_int.h119 LOGINREC *login; member
/php-src/.github/actions/setup-x64/
H A Daction.yml14 …ourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_policy=off; create …
15 …urStrong@Passw0rd>" -Q "create login odbc_test with password='password', check_policy=off; create …
/php-src/.github/workflows/
H A Dremove-needs-feedback.yml13 …ls.*.name, 'Status: Needs Feedback') && github.event.issue.user.login == github.event.sender.login"
/php-src/ext/pdo_dblib/tests/
H A DREADME.md7 …ourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_policy=off; create …
/php-src/ext/mysqli/tests/
H A Dbug32405.phpt19 …$link->query("CREATE TABLE test_users(user_id int(10) unsigned NOT NULL auto_increment, login varc…
23 if ($stmt = $link->prepare("SELECT SQL_NO_CACHE user_id, login FROM test_users")) {
H A Dmysqli_expire_password.phpt113 /* check login */
H A Dmysqli_connect.phpt16 /* we need to check, if the server allows anonymous login (empty user) */
/php-src/ext/standard/tests/mail/
H A Dbug80706.phpt37 $mailBox = MailBox::login($mailAddress);
55 $mailBox = MailBox::login($mailAddress);
H A Dbug72964.phpt38 $mailBox = MailBox::login($mailAddress);
53 $mailBox = MailBox::login($mailAddress);
H A Dbug80751.phpt43 $mailBox = MailBox::login($mailAddress);
65 $mailBox = MailBox::login($mailAddress);
H A Dmail_basic_win.phpt68 $mailBox = MailBox::login($to);
82 $mailBox = MailBox::login(MailBox::USERS[$i]);
H A Dmail_variation_win.phpt61 $mailBox = MailBox::login($to);
75 $mailBox = MailBox::login(MailBox::USERS[$i]);
H A Dmail_util.inc119 public static function login(string $user): self
124 $self->mailConnecter->fail('login failed');
/php-src/ext/opcache/tests/
H A Dphi_remove_002.phpt12 if (! is_object( $user ) || ( is_object($user) && ( $user->login != $blogname )) ) {
/php-src/ext/soap/tests/
H A Dbug46760.phpt10 'login' => "user",
/php-src/ext/ftp/tests/
H A Dftp_site_basic.phpt15 ftp_login($ftp, 'user', 'pass') or die("Couldn't login into the server");
H A D001.phpt2 FTP login
H A D002.phpt2 FTP login (SSL)
/php-src/ext/soap/
H A Dphp_http.c36 zval *login = Z_CLIENT_PROXY_LOGIN_P(this_ptr); in proxy_authentication() local
37 if (Z_TYPE_P(login) == IS_STRING) { in proxy_authentication()
39 smart_str_append(&auth, Z_STR_P(login)); in proxy_authentication()
61 zval *login = Z_CLIENT_LOGIN_P(this_ptr); in basic_authentication() local
65 smart_str_append(&auth, Z_STR_P(login)); in basic_authentication()
538 zval *cookies, *login, *password; in make_http_soap_request() local
662 login = Z_CLIENT_LOGIN_P(this_ptr); in make_http_soap_request()
663 if (Z_TYPE_P(login) == IS_STRING) { in make_http_soap_request()
697 PHP_MD5Update(&md5ctx, (unsigned char*)Z_STRVAL_P(login), Z_STRLEN_P(login)); in make_http_soap_request()
765 smart_str_appendl(&soap_headers, Z_STRVAL_P(login), Z_STRLEN_P(login)); in make_http_soap_request()
[all …]
/php-src/ext/pgsql/tests/
H A DREADME.md9 For instance, if your login name is `testuser`, you should have PostgreSQL user
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます40423 >>9 byte 12 Corel Async gateway login msg
H A Dmagic40423 >>9 byte 12 Corel Async gateway login msg

Completed in 156 milliseconds