Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/pdo/tests/
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_38253.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_012.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_023.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_017.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_026.phpt7 if (false == $dir) die('skip no driver');
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 Dpdo_030.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_009.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_014.phpt9 if (false == $dir) die('skip no driver');
H A Dbug_44173.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_005.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_010.phpt7 if (false == $dir) die('skip no driver');
H A Dpdo_011.phpt7 if (false == $dir) die('skip no driver');
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c211 pdo_driver_t *driver = NULL; in PHP_METHOD() local
263 driver = pdo_find_driver(data_source, colon - data_source); in PHP_METHOD()
265 if (!driver) { in PHP_METHOD()
383 if (driver->db_handle_factory(dbh, options TSRMLS_CC)) { in PHP_METHOD()
403 dbh->driver = driver; in PHP_METHOD()
917 RETURN_STRINGL((char*)dbh->driver->driver_name, dbh->driver->driver_name_len, 1); in PHP_METHOD()
/PHP-5.5/ext/mysqlnd/
H A Dconfig9.m43 dnl config.m4 for mysqlnd driver
/PHP-5.5/ext/pdo_pgsql/
H A Dconfig.m488 echo "Unable to build the PDO PostgreSQL driver: libpq 7.4+ is required"
/PHP-5.5/ext/mysql/
H A Dconfig.m445 mysqlnd the MySQL native driver will be used])
/PHP-5.5/ext/pdo_mysql/
H A Dconfig.m48 MySQL native driver will be used])
/PHP-5.5/ext/mysqli/tests/
H A Dconnect.inc9 $driver = new mysqli_driver;
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt84 - fix PDO::query() [not the driver, fix PDO itself]
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt74 string(28) "Protocol driver not attached"

Completed in 42 milliseconds

12345