Home
last modified time | relevance | path

Searched refs:bind_value (Results 1 – 7 of 7) sorted by last modified time

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h45 int (*bind_value)(sqlite3_stmt*,int,const sqlite3_value*); member
363 #define sqlite3_bind_value sqlite3_api->bind_value
H A Dsqlite3.c119113 int (*bind_value)(sqlite3_stmt*,int,const sqlite3_value*);
119431 #define sqlite3_bind_value sqlite3_api->bind_value
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_geom.phpt21 function func_mysqli_stmt_get_result_geom($link, $engine, $sql_type, $bind_value, $offset) {
34 $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, %s)", $id, $bind_value);
H A Dmysqli_stmt_get_result_types.phpt18 …function func_mysqli_stmt_get_result($link, $engine, $bind_type, $sql_type, $bind_value, $offset, …
41 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) {
83 if ($bind_res !== $bind_value && (!$type_hint || ($type_hint !== gettype($bind_res)))) {
86 gettype($bind_value), $bind_value, $type_hint,
H A Dmysqli_stmt_bind_param.phpt101 …function func_mysqli_stmt_bind_datatype($link, $engine, $bind_type, $sql_type, $bind_value, $offse…
124 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) {
146 if (($row['id'] != $id) || (($row['label'] != $bind_value) && ($row['label'] != $alternative))) {
149 $id, $bind_value, gettype($bind_value), $row['id'], $row['label']);
153 if (($row['id'] != $id) || ($row['label'] != $bind_value)) {
156 $id, $bind_value, $row['id'], $row['label']);
H A Dmysqli_stmt_bind_result.phpt63 …function func_mysqli_stmt_bind_result($link, $engine, $bind_type, $sql_type, $bind_value, $offset,…
86 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) {
128 if ($bind_res !== $bind_value && (!$type_hint || ($type_hint !== gettype($bind_res)))) {
131 gettype($bind_value), $bind_value, $type_hint,
H A Dmysqli_stmt_fetch_geom.phpt18 function func_mysqli_stmt_fetch_geom($link, $engine, $sql_type, $bind_value, $offset) {
31 $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, %s)", $id, $bind_value);

Completed in 521 milliseconds