Home
last modified time | relevance | path

Searched refs:bindParam (Results 26 – 35 of 35) sorted by relevance

12

/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug41125.phpt47 $stmt->bindParam(':id', $id);
76 $stmt->bindParam(':id', $id);
H A Dpdo_mysql_stmt_closecursor_empty.phpt27 if (!$stmt->bindParam(1, $in))
H A Dpdo_mysql_stmt_bindparam_types.phpt2 MySQL PDOStatement->bindParam() - SQL column types
30 if (!$stmt->bindParam(1, $value)) {
H A Dpdo_mysql_stmt_closecursor.phpt81 if (!$stmt->bindParam(1, $in))
/PHP-5.5/ext/pdo/tests/
H A Dbug_43130.phpt31 $stmt->bindParam(':id-value', $id);
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt31 $stmt->bindParam(2, $stm, PDO::PARAM_LOB);
/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php1355 $stmt->bindParam(':filepath', $filepath);
1362 $stmt->bindParam(':filepath', $filepath);
1364 $stmt->bindParam(':md5', $md5);
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1428 PHP_METHOD(sqlite3stmt, bindParam) argument
1970 PHP_ME(sqlite3stmt, bindParam, arginfo_sqlite3stmt_bindparam, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c1652 static PHP_METHOD(PDOStatement, bindParam) in PHP_METHOD() argument
2206 PHP_ME(PDOStatement, bindParam, arginfo_pdostatement_bindparam, ZEND_ACC_PUBLIC)
/PHP-5.5/
H A DNEWS3932 . Fixed bug #48877 ("bindValue" and "bindParam" do not work for PDO Firebird).

Completed in 65 milliseconds

12