Home
last modified time | relevance | path

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

123

/PHP-7.1/ext/imap/tests/
H A Dimap_close_variation2.phpt94 $imap_stream = imap_open($mailbox, $username, $password);
107 $stream_id = imap_open($mailbox, $username, $password);
/PHP-7.1/ext/oci8/tests/
H A Ddetails.inc18 $user = getenv('PHP_OCI8_TEST_USER'); // Database username for tests
/PHP-7.1/ext/pdo_dblib/
H A Ddblib_driver.c395 if (dbh->username) { in pdo_dblib_handle_factory()
396 if(FAIL == DBSETLUSER(H->login, dbh->username)) { in pdo_dblib_handle_factory()
/PHP-7.1/ext/pdo_oci/
H A Doci_driver.c667 if (dbh->username) { in pdo_oci_handle_factory()
669 dbh->username, (ub4) strlen(dbh->username), in pdo_oci_handle_factory()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_auth.c484 if (conn->username.s) { in mysqlnd_auth_change_user()
485 mnd_pefree(conn->username.s, conn->persistent); in mysqlnd_auth_change_user()
487 conn->username.s = tmp; in mysqlnd_auth_change_user()
H A Dmysqlnd_structs.h390 …ct)(MYSQLND_CONN_DATA * conn, MYSQLND_CSTRING hostname, MYSQLND_CSTRING username, MYSQLND_CSTRING …
469 …nn, const MYSQLND_CSTRING * const scheme, const MYSQLND_CSTRING * const username, const MYSQLND_CS…
573 …)(MYSQLND * conn, const MYSQLND_CSTRING hostname, const MYSQLND_CSTRING username, const MYSQLND_CS…
884 MYSQLND_STRING username; member
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_driver.c783 …if (mysqlnd_connect(H->server, host, dbh->username, dbh->password, password_len, dbname, dbname_le…
786 …if (mysql_real_connect(H->server, host, dbh->username, dbh->password, dbname, port, unix_socket, c…
/PHP-7.1/ext/pdo/
H A Dphp_pdo_driver.h434 char *username, *password; member
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt37 …// ( mysqli link [, string hostname [, string username [, string passwd [, string dbname [, int p…
/PHP-7.1/ext/oci8/
H A Dphp_oci8_int.h425 php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char *password, int pas…
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_driver.c676 char const *dpb_values[] = { dbh->username, dbh->password, vars[1].optval, vars[2].optval }; in pdo_firebird_handle_factory()
/PHP-7.1/ext/interbase/
H A Dinterbase.c58 ZEND_ARG_INFO(0, username)
68 ZEND_ARG_INFO(0, username)
/PHP-7.1/ext/posix/
H A Dposix.c193 ZEND_ARG_INFO(0, username)
/PHP-7.1/sapi/fpm/
H A Dconfig.m4581 … should usually be set to match the fpm username (default: nobody)], nobody, no)
/PHP-7.1/
H A DCODING_STANDARDS63 use "<git username here>_0". For example, #if FOO_0, where FOO is your
H A Dphp.ini-development729 ; The directory under which PHP opens the script using /~username used only
1138 ; Default username for ibase_connect().
H A Dphp.ini-production729 ; The directory under which PHP opens the script using /~username used only
1138 ; Default username for ibase_connect().
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_driver.c1215 tmp_user = _pdo_pgsql_escape_credentials(dbh->username); in pdo_pgsql_handle_factory()
/PHP-7.1/ext/ftp/
H A Dphp_ftp.c64 ZEND_ARG_INFO(0, username)

Completed in 73 milliseconds

123