Home
last modified time | relevance | path

Searched refs:DSN (Results 1 – 13 of 13) sorted by relevance

/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt24 // ok, great we can create a file with a DSN in it
32 printf("[002] URI=%s, DSN=%s, File=%s (%d bytes, '%s'), %s\n",
53 printf("[003] URI=%s, DSN=%s, File=%s (%d bytes, '%s'), chr(0) test, %s\n",
75 [003] URI=uri:file://%spdomuri.tst, DSN=mysql%sdbname=%s, File=%spdomuri.tst (%d bytes, 'mysql%sdbn…
H A Dpdo_mysql___construct.phpt2 MySQL PDO->__construct() - Generic + DSN
88 printf("[015] DSN=%s, %s\n", $dsn, $e->getMessage());
103 printf("[017] DSN=%s, %s\n", $dsn, $e->getMessage());
133 printf("[020] DSN=%s, %s\n", $dsn, $e->getMessage());
159 printf("[023] DSN=%s, %s\n", $dsn, $e->getMessage());
177 printf("[025] DSN=%s, %s\n", $dsn, $e->getMessage());
197 printf("[026] DSN=%s, %s\n", $dsn, $e->getMessage());
233 printf("[029] DSN=%s, %s\n", $dsn, $e->getMessage());
263 …printf("[031] DSN = %s, Character sets has not been set, @@character_set_connection reports '%s', …
276 …printf("[033] DSN = %s, character sets has not been set, @@character_set_connection reports '%s', …
[all …]
H A DREADME3 PDO_MYSQL_TEST_DSN - DSN
H A Dpdo_mysql_connect_charset.phpt2 PDO_MYSQL: Defining a connection charset in the DSN
H A Dpdo_mysql_class_constants.phpt59 MYSQLI_SET_CHARSET_NAME -> DSN/charset=<charset_name>
H A Dmysql_pdo_test.inc26 die("Could not create PDO object (DSN=$dsn, user=$user)\n");
/PHP-7.2/ext/pdo_dblib/
H A DREADME14 - PDO_DBLIB_TEST_DSN - DSN (e.g., dblib:host=localhost;dbname=test)
21 parameter in the DSN. See dblib_driver.c:pdo_dblib_handle_factory() for valid
23 it's best to use the DSN (rather than freetds.conf, etc.) to set the version.
/PHP-7.2/ext/soap/interop/
H A Dconfig.php.dist3 $interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
H A Dclient_round2_interop.php31 var $DSN = ""; variable in Interop_Client
66 $this->DSN = $interopConfig['DSN'];
70 $this->dbc = DB::connect($this->DSN, true);
/PHP-7.2/ext/pdo_odbc/tests/
H A Dlong_columns.phpt6 // make sure there is an ODBC driver and a DSN, or the test will fail
21 // -may have to specify connection info in connection string without using a DSN (DSN-less connec…
31 // 3. click on System DSN tab
33 // 5. enter a DSN, ex: accdb12
35 …ll have to open MS Access, create a database, then load that file in this Window to map it to a DSN
H A Dcommon.phpt73 $CONNECTION = "odbc:DSN=$DBNAME;UID=$USER;PWD=$PASSWD;";
/PHP-7.2/ext/pdo_oci/tests/
H A Dbug54379.phpt9 die('skip not UTF8 DSN');
/PHP-7.2/ext/pdo/tests/
H A Dpdo_test.inc38 die("Could not create PDO object (DSN=$dsn, user=$user)\n");

Completed in 32 milliseconds