Searched refs:DSN (Results 1 – 14 of 14) sorted by relevance
/PHP-7.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql___construct_uri-win32.phpt | 27 // ok, great we can create a file with a DSN in it 35 printf("[002] URI=%s, DSN=%s, File=%s (%d bytes, '%s'), %s\n", 52 printf("[003] URI=%s, DSN=%s, File=%s (%d bytes, '%s'), chr(0) test, %s\n", 75 [002] URI=uri:file:%spdomuri.tst, DSN=mysql%sdbname=%s, File=%spdomuri.tst (%d bytes, 'mysql%sdbnam… 78 [003] URI=uri:file:%spdomuri.tst, DSN=mysql%sdbname=%s, File=%spdomuri.tst (%d bytes, 'mysql%sdbnam…
|
H A D | pdo_mysql___construct_uri.phpt | 27 // ok, great we can create a file with a DSN in it 35 printf("[002] URI=%s, DSN=%s, File=%s (%d bytes, '%s'), %s\n", 52 printf("[003] URI=%s, DSN=%s, File=%s (%d bytes, '%s'), chr(0) test, %s\n", 75 [002] URI=uri:file:%spdomuri.tst, DSN=mysql%sdbname=%s, File=%spdomuri.tst (%d bytes, 'mysql%sdbnam… 78 [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 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 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 | 59 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-7.0/ext/pdo_dblib/ |
H A D | README | 14 - 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.0/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-7.0/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-7.0/ext/pdo_oci/tests/ |
H A D | bug54379.phpt | 9 die('skip not UTF8 DSN');
|
/PHP-7.0/ext/pdo/tests/ |
H A D | pdo_test.inc | 38 die("Could not create PDO object (DSN=$dsn, user=$user)\n");
|
Completed in 31 milliseconds