Searched refs:login (Results 1 – 19 of 19) sorted by relevance
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | pecl_bug_5780.phpt | 17 $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.3/ext/pdo_dblib/ |
H A D | dblib_driver.c | 85 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 D | php_pdo_dblib_int.h | 119 LOGINREC *login; member
|
/PHP-8.3/.github/actions/setup-x64/ |
H A D | action.yml | 10 …ourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_policy=off; create … 11 …urStrong@Passw0rd>" -Q "create login odbc_test with password='password', check_policy=off; create …
|
/PHP-8.3/.github/workflows/ |
H A D | remove-needs-feedback.yml | 13 …ls.*.name, 'Status: Needs Feedback') && github.event.issue.user.login == github.event.sender.login"
|
/PHP-8.3/ext/pdo_dblib/tests/ |
H A D | README.md | 7 …ourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_policy=off; create …
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | bug32405.phpt | 19 …$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 D | mysqli_expire_password.phpt | 113 /* check login */
|
H A D | mysqli_connect.phpt | 16 /* we need to check, if the server allows anonymous login (empty user) */
|
/PHP-8.3/ext/opcache/tests/ |
H A D | phi_remove_002.phpt | 12 if (! is_object( $user ) || ( is_object($user) && ( $user->login != $blogname )) ) {
|
/PHP-8.3/ext/soap/tests/ |
H A D | bug46760.phpt | 10 'login' => "user",
|
/PHP-8.3/ext/ftp/tests/ |
H A D | 001.phpt | 2 FTP login
|
H A D | ftp_site_basic.phpt | 15 ftp_login($ftp, 'user', 'pass') or die("Couldn't login into the server");
|
H A D | 002.phpt | 2 FTP login (SSL)
|
/PHP-8.3/ext/soap/ |
H A D | php_http.c | 36 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() 554 zval *cookies, *login, *password; in make_http_soap_request() local 672 login = Z_CLIENT_LOGIN_P(this_ptr); in make_http_soap_request() 673 if (Z_TYPE_P(login) == IS_STRING) { in make_http_soap_request() 708 PHP_MD5Update(&md5ctx, (unsigned char*)Z_STRVAL_P(login), Z_STRLEN_P(login)); in make_http_soap_request() 776 smart_str_appendl(&soap_headers, Z_STRVAL_P(login), Z_STRLEN_P(login)); in make_http_soap_request() [all …]
|
/PHP-8.3/ext/pgsql/tests/ |
H A D | README.md | 9 For instance, if your login name is `testuser`, you should have PostgreSQL user
|
/PHP-8.3/ext/soap/tests/bugs/ |
H A D | bug55639.phpt | 39 'login' => 'user',
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 40423 >>9 byte 12 Corel Async gateway login msg
|
H A D | magic私はガラスを食べられます | 40423 >>9 byte 12 Corel Async gateway login msg
|
Completed in 208 milliseconds