Home
last modified time | relevance | path

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

/PHP-5.6/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",
49 printf("[003] URI=%s, DSN=%s, File=%s (%d bytes, '%s'), chr(0) test, %s\n",
72 [002] URI=uri:file:%spdomuri.tst, DSN=mysql%sdbname=%s, File=%spdomuri.tst (%d bytes, 'mysql%sdbnam…
75 [003] URI=uri:file:%spdomuri.tst, DSN=mysql%sdbname=%s, File=%spdomuri.tst (%d bytes, 'mysql%sdbnam…
H A Dpdo_mysql___construct.phpt2 MySQL PDO->__construct() - Generic + DSN
85 printf("[015] DSN=%s, %s\n", $dsn, $e->getMessage());
100 printf("[017] DSN=%s, %s\n", $dsn, $e->getMessage());
130 printf("[020] DSN=%s, %s\n", $dsn, $e->getMessage());
156 printf("[023] DSN=%s, %s\n", $dsn, $e->getMessage());
174 printf("[025] DSN=%s, %s\n", $dsn, $e->getMessage());
194 printf("[026] DSN=%s, %s\n", $dsn, $e->getMessage());
230 printf("[029] DSN=%s, %s\n", $dsn, $e->getMessage());
260 …printf("[031] DSN = %s, Character sets has not been set, @@character_set_connection reports '%s', …
273 …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.phpt58 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-5.6/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-5.6/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-5.6/ext/pdo/tests/
H A Dpdo_test.inc38 die("Could not create PDO object (DSN=$dsn, user=$user)\n");
/PHP-5.6/
H A DNEWS6023 . Implemented FR #47802 (Support for setting character sets in DSN strings).
6897 - Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN).

Completed in 53 milliseconds