Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/pdo_oci/tests/
H A Dbug57702.phpt30 $stmt->bindParam(':id', $id);
31 $stmt->bindParam(':blob1', $blob1, PDO::PARAM_LOB);
32 $stmt->bindParam(':blob2', $blob2, PDO::PARAM_LOB);
H A Dpdo_oci_attr_call_timeout.phpt34 $stmt->bindParam(":t", $t, PDO::PARAM_INT);
H A Dpdo_oci_templob_1.phpt68 $stmt2->bindParam(':SID_VALUE', $sid_value);
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_06_prepared_stmt.phpt22 var_dump($stmt->bindParam(1, $foo, SQLITE3_TEXT));
H A Dsqlite3_09_blob_bound_param.phpt24 var_dump($insert_stmt->bindParam(2, $foo, SQLITE3_BLOB));
H A Dsqlite3_26_reset_prepared_stmt.phpt22 var_dump($stmt->bindParam(1, $foo, SQLITE3_TEXT));
H A Dsqlite3_27_reset_prepared_stmt_result.phpt22 var_dump($stmt->bindParam(1, $foo, SQLITE3_TEXT));
H A Dsqlite3_28_clear_bindings.phpt22 var_dump($stmt->bindParam(1, $foo, SQLITE3_TEXT));
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.stub.php89 public function bindParam(string|int $param, mixed &$var, int $type = SQLITE3_TEXT) {} function in SQLite3Stmt
H A Dsqlite3_arginfo.h181 ZEND_METHOD(SQLite3Stmt, bindParam);
234 ZEND_ME(SQLite3Stmt, bindParam, arginfo_class_SQLite3Stmt_bindParam, ZEND_ACC_PUBLIC)
H A Dsqlite3.c1752 PHP_METHOD(SQLite3Stmt, bindParam) in PHP_METHOD() argument
/PHP-8.0/ext/pdo_firebird/tests/
H A Dexecute.phpt24 $s->bindParam(1,$id);
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_match_against.phpt2 Bug #41876 (bindParam() and bindValue() do not work with MySQL MATCH () AGAINST ())
H A Dpdo_mysql_stmt_variable_columncount.phpt58 $stmt->bindParam(1, $columns);
72 $stmt->bindParam(1, $columns);
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 Dbug41125.phpt47 $stmt->bindParam(':id', $id);
76 $stmt->bindParam(':id', $id);
H A Dpdo_mysql_stmt_closecursor.phpt81 if (!$stmt->bindParam(1, $in))
/PHP-8.0/ext/pdo/tests/
H A Dpdo_018.phpt98 $stmt->bindParam(':cname', $cname);
119 $stmt->bindParam(':id', $idx);
120 $stmt->bindParam(':classtype', $ctype);
121 $stmt->bindParam(':val', $val);
H A Dpdo_016.phpt51 $stmt3->bindParam(':inp', $idx); /* by foreign name */
54 $stmt4->bindParam(':txt', $txt); /* using same name */
H A Dpdo_016a.phpt51 $stmt3->bindParam('inp', $idx); /* by foreign name */
54 $stmt4->bindParam('txt', $txt); /* using same name */
H A Dbug_43130.phpt32 $stmt->bindParam(':id-value', $id);
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt31 $stmt->bindParam(2, $stm, PDO::PARAM_LOB);
/PHP-8.0/ext/phar/tests/files/
H A Dpear2coverage.phar1355 $stmt->bindParam(':filepath', $filepath);
1362 $stmt->bindParam(':filepath', $filepath);
1364 $stmt->bindParam(':md5', $md5);
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c1570 PHP_METHOD(PDOStatement, bindParam) in PHP_METHOD() argument

Completed in 65 milliseconds

12