Home
last modified time | relevance | path

Searched refs:driver (Results 76 – 100 of 123) sorted by relevance

12345

/PHP-7.4/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_up.phpt2 PDO_DBLIB: driver supports multiple queries in a single \PDO::query() call that doesn't return any …
H A Dbatch_stmt_ins_exec.phpt2 PDO_DBLIB: driver supports a batch of queries containing SELECT, INSERT, UPDATE, EXEC statements
H A Dbatch_stmt_ins_sel_up_del.phpt2 PDO_DBLIB: driver supports a batch of queries containing SELECT, INSERT, UPDATE statements
H A Dbatch_stmt_transaction.phpt2 PDO_DBLIB: driver supports a batch of queries containing SELECT, INSERT, UPDATE statements
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt42 …ttribute(): SQLSTATE[IM001]: Driver does not support this function: This driver doesn't support se…
/PHP-7.4/ext/pdo/tests/
H A Dbug_52098.phpt7 if (false == $dir) die('skip no driver');
H A Dbug_65946.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_032.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_016.phpt7 if (false == $dir) die('skip no driver');
8 …nv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci driver - cannot reexecute…
H A Dpdo_016a.phpt7 if (false == $dir) die('skip no driver');
9 …nv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci driver - cannot reexecute…
H A Dpdo_012.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_021.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_034.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_013.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_015.phpt7 if (false == $dir) die('skip no driver');
H A Dbug_64172.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_023.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_026.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_017.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_test.inc19 // create an instance of the PDO driver, based on
H A Dpdo_025.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_029.phpt7 if (false == $dir) die('skip no driver');
H A Dbug_71447.phpt7 if (false == $dir) die('skip no driver');
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt6 // make sure there is an ODBC driver and a DSN, or the test will fail
32 // 4. click Add and choose "Microsoft Access Driver (*.mdb, *.accdb)" driver
58 // the driver reads columns in blocks of 255 bytes and then reassembles those blocks into a single …
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c233 pdo_driver_t *driver = NULL; in PHP_METHOD() local
283 driver = pdo_find_driver(data_source, colon - data_source); in PHP_METHOD()
285 if (!driver) { in PHP_METHOD()
384 if (driver->db_handle_factory(dbh, options)) { in PHP_METHOD()
397 dbh->driver = driver; in PHP_METHOD()
893 RETURN_STRINGL((char*)dbh->driver->driver_name, dbh->driver->driver_name_len); in PHP_METHOD()

Completed in 50 milliseconds

12345