Home
last modified time | relevance | path

Searched refs:driver (Results 26 – 50 of 123) sorted by relevance

12345

/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_drivername.phpt2 PDO_OCI: Attribute: verify driver name
H A Dpdo_oci_attr_case.phpt41 echo "Test 2 - Leave column names as returned by the database driver\n";
63 Test 2 - Leave column names as returned by the database driver
/PHP-7.4/ext/pdo/tests/
H A Ddebug_emulated_prepares.phpt7 if (false == $dir) die('skip no driver');
13 …RES) && !@$db->setAttribute(PDO::ATTR_EMULATE_PREPARES, true)) die('skip driver cannot emulate pre…
H A Dpdo_022.phpt7 if (false == $dir) die('skip no driver');
16 * TODO: filter out driver dependent components from this common core
H A Dbug_77849.phpt7 if (false == $dir) die('skip no driver');
H A Dbug_34687.phpt7 if (false == $dir) die('skip no driver');
H A Dbug_39398.phpt7 if (false == $dir) die('skip no driver');
H A Dbug_40285.phpt7 if (false == $dir) die('skip no driver');
H A Dbug_50458.phpt7 if (false == $dir) die('skip no driver');
H A Dpecl_bug_5772.phpt7 if (false == $dir) die('skip no driver');
H A Dpecl_bug_5809.phpt7 if (false == $dir) die('skip no driver');
H A Dbug_43663.phpt8 if (false == $dir) die('skip no driver');
H A Dbug_72788.phpt7 if (false == $dir) die('skip no driver');
H A Dbug_36428.phpt8 if (false == $dir) die('skip no driver');
H A Dpdo_027.phpt7 if (false == $dir) die('skip no driver');
H A Dpecl_bug_5217.phpt7 if (false == $dir) die('skip no driver');
H A Dbug_61292.phpt7 if (false == $dir) die('skip no driver');
H A Dbug_35671.phpt7 if (false == $dir) die('skip no driver');
H A Dbug_42917.phpt7 if (false == $dir) die('skip no driver');
/PHP-7.4/ext/pdo/
H A Dphp_pdo.h59 if (!dbh->driver) { \
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_prefetch.phpt18 Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this function: driver does n…
H A Dpdo_mysql_phpinfo.phpt24 printf("[001] Cannot find MySQL PDO driver line in phpinfo() output\n");
/PHP-7.4/ext/pdo_mysql/
H A Dconfig.w327 AC_DEFINE('PDO_USE_MYSQLND', 1, 'Using MySQL native driver');
H A Dpdo_mysql.c73 if (dbh->driver != &pdo_mysql_driver) { in ZEND_GET_MODULE()
74 …php_error_docref(NULL, E_WARNING, "Provided PDO instance is not using MySQL but %s", dbh->driver->… in ZEND_GET_MODULE()
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.m46 unsupported driver using the 'generic' flavour. The syntax for generic ODBC
13 [PDO: Support for 'flavour' ODBC driver.]PDO_ODBC_HELP_TEXT)])
134 libraries as a driver in that environment; it will emulate the

Completed in 19 milliseconds

12345