Searched refs:DSN (Results 1 – 12 of 12) sorted by relevance
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql___construct_uri.phpt | 24 // 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 D | pdo_mysql___construct.phpt | 2 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 D | README | 3 PDO_MYSQL_TEST_DSN - DSN
|
H A D | pdo_mysql_connect_charset.phpt | 2 PDO_MYSQL: Defining a connection charset in the DSN
|
H A D | pdo_mysql_class_constants.phpt | 58 MYSQLI_SET_CHARSET_NAME -> DSN/charset=<charset_name>
|
H A D | mysql_pdo_test.inc | 26 die("Could not create PDO object (DSN=$dsn, user=$user)\n");
|
/PHP-5.5/ext/soap/interop/ |
H A D | config.php.dist | 3 $interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
|
H A D | client_round2_interop.php | 31 var $DSN = ""; variable in Interop_Client 66 $this->DSN = $interopConfig['DSN']; 70 $this->dbc = DB::connect($this->DSN, true);
|
/PHP-5.5/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 6 // 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 D | common.phpt | 73 $CONNECTION = "odbc:DSN=$DBNAME;UID=$USER;PWD=$PASSWD;";
|
/PHP-5.5/ext/pdo/tests/ |
H A D | pdo_test.inc | 38 die("Could not create PDO object (DSN=$dsn, user=$user)\n");
|
/PHP-5.5/ |
H A D | NEWS | 4445 . Implemented FR #47802 (Support for setting character sets in DSN strings). 5319 - Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN).
|
Completed in 42 milliseconds