Home
last modified time | relevance | path

Searched refs:PDO (Results 201 – 225 of 269) sorted by relevance

1234567891011

/PHP-5.4/ext/pdo_mysql/
H A DCREDITS1 MySQL driver for PDO
H A Dconfig.m45 PHP_ARG_WITH(pdo-mysql, for MySQL support for PDO,
6 [ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directory
18 AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
128 AC_MSG_CHECKING([for PDO includes])
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt2 MySQL PDO->exec(), affected rows
80 $tmp = $stmt->fetchAll(PDO::FETCH_ASSOC);
89 $tmp = $stmt->fetchAll(PDO::FETCH_ASSOC);
118 $tmp = $stmt->fetchAll(PDO::FETCH_ASSOC);
126 $tmp = $stmt->fetchAll(PDO::FETCH_ASSOC);
151 $db->setAttribute(PDO::ATTR_EMULATE_PREPARES, 1);
171 $db->setAttribute(PDO::ATTR_EMULATE_PREPARES, 0);
182 Warning: PDO::exec(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in …
H A Dpdo_mysql_commit.phpt2 MySQL PDO->commit()
33 if (1 !== ($tmp = $db->getAttribute(PDO::ATTR_AUTOCOMMIT)))
48 $rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
69 $rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
H A Dbug_61755.phpt15 $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
H A Dbug44327.phpt17 $row = $stmt->fetch(PDO::FETCH_LAZY);
30 $row = $stmt->fetch(PDO::FETCH_LAZY);
H A Dpecl_bug_5802.phpt2 PDO MySQL PECL Bug #5802 (bindParam/bindValue retain the is_null flag)
33 if($stmt) var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_mysql___construct_ini.phpt2 MySQL PDO->__construct() - URI
41 $db = new PDO('mysql', $user, $pass);
H A Dpecl_bug_5780.phpt2 PDO MySQL PECL Bug #5780 (Failure to produce an error when one is expected)
23 var_dump($authstmt->fetch(PDO::FETCH_NUM));
H A Dshow_tables.phpt2 PDO MySQL SHOW TABLES
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt2 PDO PgSQL pgsqlCopyToArray and pgsqlCopyToFile
14 $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
15 $db->setAttribute(PDO::ATTR_STRINGIFY_FETCHES, false);
/PHP-5.4/ext/pdo/tests/
H A Dbug_38394.phpt2 PDO Common: Bug #38394 (Prepared statement error stops subsequent statements)
27 var_dump($db->query("SELECT * FROM test")->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_031.phpt2 PDO Common: PDOStatement SPL iterator
41 foreach(new RecursiveTreeIterator(new RecursiveArrayIterator($stmt->fetchAll(PDO::FETCH_ASSOC)), Re…
/PHP-5.4/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt2 Test PDO->quote() for PDO_OCI
20 // Remember!: use bind variables instead of PDO->quote()
34 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpecl_bug_6364.phpt26 $stmt->bindParam(1, $out_param1,PDO::PARAM_STR, 1024);
27 $stmt->bindParam(2, $out_param2,PDO::PARAM_STR, 1024);
H A Dpdo_oci_attr_drivername.phpt15 var_dump($dbh->getAttribute(PDO::ATTR_DRIVER_NAME));
/PHP-5.4/ext/pdo_dblib/
H A Dconfig.m46 [ --with-pdo-dblib[=DIR] PDO: DBLIB-DB support. DIR is the FreeTDS home directory])
11 AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
60 AC_MSG_CHECKING([for PDO includes])
/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_driver.c511 static PHP_METHOD(PDO, pgsqlCopyFromArray) in PHP_METHOD() argument
619 static PHP_METHOD(PDO, pgsqlCopyFromFile) in PHP_METHOD() argument
711 static PHP_METHOD(PDO, pgsqlCopyToFile) in PHP_METHOD() argument
800 static PHP_METHOD(PDO, pgsqlCopyToArray) in PHP_METHOD() argument
873 static PHP_METHOD(PDO, pgsqlLOBCreate) in PHP_METHOD() argument
898 static PHP_METHOD(PDO, pgsqlLOBOpen) in PHP_METHOD() argument
947 static PHP_METHOD(PDO, pgsqlLOBUnlink) in PHP_METHOD() argument
980 PHP_ME(PDO, pgsqlLOBCreate, NULL, ZEND_ACC_PUBLIC)
981 PHP_ME(PDO, pgsqlLOBOpen, NULL, ZEND_ACC_PUBLIC)
982 PHP_ME(PDO, pgsqlLOBUnlink, NULL, ZEND_ACC_PUBLIC)
[all …]
/PHP-5.4/ext/pdo_firebird/tests/
H A Dconnect.phpt11 $db = new PDO("firebird:dbname=$test_base",$user,$password) or die;
/PHP-5.4/ext/pdo_sqlite/tests/
H A Dbug50728.phpt10 $a = new PDO("sqlite:/this/path/should/not/exist.db");
H A Dbug60104.phpt11 $handler = new PDO( "sqlite::memory:" );
/PHP-5.4/ext/reflection/tests/
H A Dbug62715.phpt6 function test(PDO $a = null, $b = 0, array $c) {}
/PHP-5.4/ext/pdo_odbc/
H A Dconfig.w324 ARG_WITH("pdo-odbc", "ODBC support for PDO", "no");
/PHP-5.4/ext/pdo_firebird/
H A Dconfig.w323 ARG_WITH("pdo-firebird", "Firebird support for PDO", "no");
/PHP-5.4/ext/pdo/
H A Dpdo.php6 $x = new PDO("sqlite::memory:");

Completed in 24 milliseconds

1234567891011