Home
last modified time | relevance | path

Searched refs:username (Results 51 – 69 of 69) sorted by relevance

123

/PHP-8.3/ext/pdo_mysql/
H A Dmysql_driver.c932 if (!dbh->username && vars[5].optval) {
933 dbh->username = pestrdup(vars[5].optval, dbh->is_persistent);
950 …if (mysqlnd_connect(H->server, host, dbh->username, dbh->password, password_len, dbname, dbname_le…
953 …if (mysql_real_connect(H->server, host, dbh->username, dbh->password, dbname, port, unix_socket, c…
/PHP-8.3/ext/ftp/
H A Dftp.stub.php68 …function ftp_login(FTP\Connection $ftp, string $username, #[\SensitiveParameter] string $password)… argument
H A Dftp_arginfo.h20 ZEND_ARG_TYPE_INFO(0, username, IS_STRING, 0)
/PHP-8.3/ext/pdo_firebird/
H A Dfirebird_driver.c1051 if (!dbh->username && vars[4].optval) { in pdo_firebird_handle_factory()
1052 dbh->username = pestrdup(vars[4].optval, dbh->is_persistent); in pdo_firebird_handle_factory()
1062 char const *dpb_values[] = { dbh->username, dbh->password, vars[1].optval, vars[2].optval }; in pdo_firebird_handle_factory()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_structs.h325 …te_com_handshake)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING username, const MYSQLND_CS…
429 …ct)(MYSQLND_CONN_DATA * conn, MYSQLND_CSTRING hostname, MYSQLND_CSTRING username, MYSQLND_CSTRING …
506 …nn, const MYSQLND_CSTRING * const scheme, const MYSQLND_CSTRING * const username, const MYSQLND_CS…
606 …)(MYSQLND * conn, const MYSQLND_CSTRING hostname, const MYSQLND_CSTRING username, const MYSQLND_CS…
894 MYSQLND_STRING username; member
H A Dmysqlnd_commands.c575 …mmand, handshake)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING username, const MYSQLND_CS… in MYSQLND_METHOD()
577 const char * const user = username.s; in MYSQLND_METHOD()
H A Dmysqlnd_auth.c490 ZEND_ASSERT(conn->username.s != user && conn->password.s != passwd); in mysqlnd_auth_change_user()
491 mysqlnd_set_persistent_string(&conn->username, user, user_len, conn->persistent); in mysqlnd_auth_change_user()
/PHP-8.3/ext/mysqli/
H A Dmysqli_arginfo.h21 ZEND_ARG_TYPE_INFO(0, username, IS_STRING, 0)
38 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, username, IS_STRING, 1, "null")
240 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, username, IS_STRING, 1, "null")
418 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, username, IS_STRING, 1, "null")
435 ZEND_ARG_TYPE_INFO(0, username, IS_STRING, 0)
450 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, username, IS_STRING, 1, "null")
517 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, username, IS_STRING, 1, "null")
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt15 …// ( mysqli link [, string hostname [, string username [, string passwd [, string dbname [, int p…
/PHP-8.3/ext/pdo/
H A Dphp_pdo_driver.h430 char *username, *password; member
H A Dpdo_dbh_arginfo.h6 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, username, IS_STRING, 1, "null")
/PHP-8.3/ext/oci8/
H A Doci8_arginfo.h255 ZEND_ARG_TYPE_INFO(0, username, IS_STRING, 0)
340 ZEND_ARG_TYPE_INFO(0, username, IS_STRING, 0)
H A Dphp_oci8_int.h432 php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char *password, int pas…
/PHP-8.3/
H A DCODING_STANDARDS.md59 Instead, use `"<git username here>_0"`. For example, `#if FOO_0`,
H A Dphp.ini-production771 ; The directory under which PHP opens the script using /~username used only
H A Dphp.ini-development769 ; The directory under which PHP opens the script using /~username used only
/PHP-8.3/sapi/fpm/
H A Dconfig.m4531 usually be set to match the fpm username (default: nobody)])],
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_driver.c1284 tmp_user = _pdo_pgsql_escape_credentials(dbh->username); in pdo_pgsql_handle_factory()
/PHP-8.3/docs/
H A Drelease-process.md945 repository. Add a `case` for your username to the `gpg_key_get()` function,
948 your username alongside your branch.

Completed in 62 milliseconds

123