Home
last modified time | relevance | path

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

/PHP-8.1/ext/pdo_mysql/tests/
H A Dpecl_bug_5780.phpt17 $db->exec("CREATE TABLE test (login varchar(32) NOT NULL, data varchar(64) NOT NULL)");
18 $db->exec("CREATE TABLE test2 (login varchar(32) NOT NULL, password varchar(64) NOT NULL)");
19 $db->exec("INSERT INTO test2 (login, password) VALUES ('testing', 'testing')");
20 $db->exec("INSERT INTO test2 (login, password) VALUES ('test2', 'testpw2')");
22 $logstmt = $db->prepare('INSERT INTO test (login, data) VALUES (:var1, :var2)');
23 $authstmt = $db->prepare('SELECT * FROM test2 WHERE login = :varlog AND password = :varpass');
/PHP-8.1/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-8.1/ext/pdo_dblib/tests/
H A DREADME.md7 …ourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_policy=off; create …
/PHP-8.1/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.phpt117 /* check login */
H A Dmysqli_connect.phpt16 /* we need to check, if the server allows anonymous login (empty user) */
/PHP-8.1/.github/actions/setup-x64/
H A Daction.yml17 …ourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_policy=off; create …
/PHP-8.1/ext/opcache/tests/
H A Dphi_remove_002.phpt12 if (! is_object( $user ) || ( is_object($user) && ( $user->login != $blogname )) ) {
/PHP-8.1/ext/soap/tests/
H A Dbug46760.phpt10 'login' => "user",
/PHP-8.1/ext/ftp/tests/
H A D001.phpt2 FTP login
H A Dftp_site_basic.phpt15 ftp_login($ftp, 'user', 'pass') or die("Couldn't login into the server");
H A D002.phpt2 FTP login (SSL)
/PHP-8.1/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()
536 zval *cookies, *login, *password; in make_http_soap_request() local
654 login = Z_CLIENT_LOGIN_P(this_ptr); in make_http_soap_request()
655 if (Z_TYPE_P(login) == IS_STRING) { in make_http_soap_request()
689 PHP_MD5Update(&md5ctx, (unsigned char*)Z_STRVAL_P(login), Z_STRLEN_P(login)); in make_http_soap_request()
757 smart_str_appendl(&soap_headers, Z_STRVAL_P(login), Z_STRLEN_P(login)); in make_http_soap_request()
[all …]
/PHP-8.1/ext/pgsql/tests/
H A DREADME.md9 For instance, if your login name is `testuser`, you should have PostgreSQL user
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic34792 >>9 byte 12 Corel Async gateway login msg
H A Dmagic私はガラスを食べられます34792 >>9 byte 12 Corel Async gateway login msg

Completed in 191 milliseconds