Home
last modified time | relevance | path

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

12

/php-src/ext/sqlite3/tests/
H A Dsqlite3_27_reset_prepared_stmt_result.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_28_clear_bindings.phpt22 var_dump($stmt->bindParam(1, $foo, SQLITE3_TEXT));
/php-src/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.phpt48 $stmt->bindParam(1, $columns);
62 $stmt->bindParam(1, $columns);
H A Dpdo_mysql_stmt_closecursor_empty.phpt28 if (!$stmt->bindParam(1, $in))
H A Dpdo_mysql_stmt_bindparam_types.phpt2 MySQL PDOStatement->bindParam() - SQL column types
27 if (!$stmt->bindParam(1, $value)) {
H A Dbug41125.phpt45 $stmt->bindParam(':id', $id);
74 $stmt->bindParam(':id', $id);
H A Dpdo_mysql_stmt_closecursor.phpt84 if (!$stmt->bindParam(1, $in))
/php-src/ext/pdo_firebird/tests/
H A Dexecute.phpt27 $s->bindParam(1,$id);
/php-src/ext/pdo/tests/
H A Dpdo_016.phpt52 $stmt3->bindParam(':inp', $idx); /* by foreign name */
55 $stmt4->bindParam(':txt', $txt); /* using same name */
H A Dpdo_016a.phpt52 $stmt3->bindParam('inp', $idx); /* by foreign name */
55 $stmt4->bindParam('txt', $txt); /* using same name */
H A Dpdo_018.phpt99 $stmt->bindParam(':cname', $cname);
120 $stmt->bindParam(':id', $idx);
121 $stmt->bindParam(':classtype', $ctype);
122 $stmt->bindParam(':val', $val);
H A Dbug_43130.phpt33 $stmt->bindParam(':id-value', $id);
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php250 public function bindParam(string|int $param, mixed &$var, int $type = SQLITE3_TEXT): bool {} function in SQLite3Stmt
H A Dsqlite3_arginfo.h196 ZEND_METHOD(SQLite3Stmt, bindParam);
247 ZEND_ME(SQLite3Stmt, bindParam, arginfo_class_SQLite3Stmt_bindParam, ZEND_ACC_PUBLIC)
H A Dsqlite3.c1746 PHP_METHOD(SQLite3Stmt, bindParam) in PHP_METHOD() argument
/php-src/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt33 $stmt->bindParam(2, $stm, PDO::PARAM_LOB);
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar1355 $stmt->bindParam(':filepath', $filepath);
1362 $stmt->bindParam(':filepath', $filepath);
1364 $stmt->bindParam(':md5', $md5);
/php-src/ext/pdo/
H A Dpdo_stmt.c1493 PHP_METHOD(PDOStatement, bindParam) in PHP_METHOD() argument

Completed in 52 milliseconds

12