Home
last modified time | relevance | path

Searched refs:PDO (Results 326 – 350 of 362) sorted by relevance

1...<<1112131415

/PHP-7.3/ext/pdo_pgsql/tests/
H A Dbug36727.phpt17 var_dump($stmt->bindValue(':test', 1, PDO::PARAM_INT));
H A Dcopy_from.phpt2 PDO PgSQL pgsqlCopyFromArray and pgsqlCopyFromFile
14 $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
15 $db->setAttribute(PDO::ATTR_STRINGIFY_FETCHES, false);
/PHP-7.3/ext/pdo_sqlite/tests/
H A Dbug33841.phpt2 PDO SQLite Bug #33841 (rowCount() does not work on prepared statements)
H A Dbug44327_2.phpt23 $y = $x->fetch(PDO::FETCH_LAZY);
/PHP-7.3/ext/pdo_firebird/tests/
H A Dbug_73087.phpt8 $C = new PDO('firebird:dbname='.$test_base, $user, $password) or die;
H A Dbug_76488.phpt8 $dbh = new PDO('firebird:dbname='.$test_base, $user, $password) or die;
H A DrowCount.phpt11 $dbh = new PDO("firebird:dbname=$test_base",$user,$password) or die;
H A Dbug_53280.phpt11 $dbh = new PDO("firebird:dbname=$test_base",$user,$password) or die;
/PHP-7.3/ext/pdo_mysql/tests/
H A Dbug79596.phpt17 $pdo->setAttribute(\PDO::ATTR_EMULATE_PREPARES, false);
H A Dbug75177.phpt2 PDO MySQL Bug #75177 Type 'bit' is fetched as unexpected string
H A Dlast_insert_id.phpt2 PDO MySQL auto_increment / last insert id
H A Dpdo_mysql_connect_charset.phpt23 $link = MySQLPDOTest::factory('PDO', false, null, Array('charset' => $new_charset));
H A Dpdo_mysql_interface.phpt2 MySQL PDO class interface
H A Dbug66141.phpt34 Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in…
/PHP-7.3/ext/pdo/tests/
H A Dpecl_bug_5809.phpt2 PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param)
H A Dpdo_038.phpt24 switch ($conn->getAttribute(PDO::ATTR_DRIVER_NAME)) {
H A Dpdo_020.phpt2 PDO Common: PDOStatement::columnCount
/PHP-7.3/ext/pdo_oci/
H A Dconfig.m457 PHP_ARG_WITH(pdo-oci, Oracle OCI support for PDO,
58 [ --with-pdo-oci[=DIR] PDO: Oracle OCI support. DIR defaults to [$]ORACLE_HOME.
65 AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
211 AC_MSG_CHECKING([for PDO includes])
H A Dconfig.w323 ARG_WITH("pdo-oci", "Oracle OCI support for PDO", "no");
/PHP-7.3/ext/pdo_dblib/tests/
H A Dbug_47588.phpt17 var_dump($rs->fetchAll(PDO::FETCH_ASSOC));
H A Dbug_38955.phpt30 $rows = $rs->fetchAll(PDO::FETCH_ASSOC);
H A Dbatch_stmt_ins_up.phpt2 PDO_DBLIB: driver supports multiple queries in a single \PDO::query() call that doesn't return any …
/PHP-7.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client.phpt17 $cv = $dbh->getAttribute(PDO::ATTR_CLIENT_VERSION);
/PHP-7.3/ext/pdo_odbc/tests/
H A Dcommon.phpt20 // try loading PDO driver using ENV vars and if none given, and on Windows, try using MS Access
23 // try to use common PDO env vars, instead of PDO_ODBC specific
/PHP-7.3/ext/pdo_dblib/
H A DREADME1 This is the unified Sybase-DB style driver for PDO.

Completed in 28 milliseconds

1...<<1112131415