Home
last modified time | relevance | path

Searched refs:PDO (Results 226 – 250 of 269) sorted by relevance

1234567891011

/PHP-5.4/ext/pdo_oci/tests/
H A Dbug41996.phpt2 PDO OCI Bug #41996 (Problem accessing Oracle ROWID)
H A Dpecl_bug_11345.phpt17 $dbh = new PDO('oci:dbname=xxx;charset=yyy', 'abc', 'def');
H A Dpdo_oci_attr_client.phpt17 $cv = $dbh->getAttribute(PDO::ATTR_CLIENT_VERSION);
/PHP-5.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt2 PDO ODBC "long" columns
46 $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_SILENT);
56 $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
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-5.4/ext/pdo_dblib/
H A Dconfig.w324 ARG_WITH("pdo-dblib", "freetds dblib (Sybase, MS-SQL) support for PDO", "no");
22 ARG_WITH("pdo-mssql", "Native MS-SQL support for PDO", "no");
/PHP-5.4/ext/pdo_sqlite/tests/
H A Dbug44327_3.phpt13 $y = $x->fetch(PDO::FETCH_LAZY);
H A Ddebugdumpparams_001.phpt13 $x->bindValue(':a', 1, PDO::PARAM_INT);
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-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam_types.phpt19 $db->setAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY, 0);
21 $db->setAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY, 1);
54 if (!$stmt->fetch(PDO::FETCH_BOUND)) {
69 $row = $stmt->fetch(PDO::FETCH_ASSOC);
H A Dbug_61207.phpt2 PDO MySQL Bug #61207 (PDO::nextRowset() after a multi-statement query doesn't always work)
H A Dpdo_mysql_subclass.phpt21 class MyPDO extends PDO {
64 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
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));
/PHP-5.4/ext/pdo_mysql/
H A Dconfig.w324 ARG_WITH("pdo-mysql", "MySQL support for PDO", "no");
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dbug61267.phpt2 PDO::exec() returns 0 when the statement is a SELECT.
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);
H A Dbug36727.phpt17 var_dump($stmt->bindValue(':test', 1, PDO::PARAM_INT));
/PHP-5.4/ext/pdo/tests/
H A Dpecl_bug_5809.phpt2 PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param)
H A Dpdo_024.phpt2 PDO Common: assert that bindParam does not modify parameter
/PHP-5.4/ext/pdo_pgsql/
H A Dconfig.w324 ARG_WITH("pdo-pgsql", "PostgreSQL support for PDO", "no");
/PHP-5.4/ext/pdo_dblib/tests/
H A Dbug_47588.phpt17 var_dump($rs->fetchAll(PDO::FETCH_ASSOC));
/PHP-5.4/ext/pdo_oci/
H A Dconfig.m443 PHP_ARG_WITH(pdo-oci, Oracle OCI support for PDO,
44 [ --with-pdo-oci[=DIR] PDO: Oracle OCI support. DIR defaults to \$ORACLE_HOME.
55 AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
215 AC_MSG_CHECKING([for PDO includes])
H A Dconfig.w324 ARG_WITH("pdo-oci", "Oracle OCI support for PDO", "no");

Completed in 49 milliseconds

1234567891011