Home
last modified time | relevance | path

Searched defs:dsn (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/pdo/
H A Dpdo_dbh.stub.php167 …public function __construct(string $dsn, ?string $username = null, #[\SensitiveParameter] ?string … argument
H A Dpdo_dbh.c211 char *dsn = NULL; in dsn_from_uri() local
/php-src/ext/odbc/
H A Dodbc.stub.php376 …function odbc_connect(string $dsn, ?string $user = null, #[\SensitiveParameter] ?string $password … argument
378function odbc_pconnect(string $dsn, ?string $user = null, #[\SensitiveParameter] ?string $password…
/php-src/ext/pdo_odbc/
H A Dodbc_driver.c543 char *uid = NULL, *pwd = NULL, *dsn = NULL; in pdo_odbc_handle_factory() local

Completed in 48 milliseconds