Home
last modified time | relevance | path

Searched refs:bind_value (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt20 …function func_mysqli_stmt_get_result($link, $engine, $bind_type, $sql_type, $bind_value, $offset, …
43 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) {
85 if ($bind_res !== $bind_value && (!$type_hint || ($type_hint !== gettype($bind_res)))) {
88 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_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_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);
H A Dmysqli_stmt_bind_result.phpt65 …function func_mysqli_stmt_bind_result($link, $engine, $bind_type, $sql_type, $bind_value, $offset,…
88 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) {
130 if ($bind_res !== $bind_value && (!$type_hint || ($type_hint !== gettype($bind_res)))) {
133 gettype($bind_value), $bind_value, $type_hint,
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h47 int (*bind_value)(sqlite3_stmt*,int,const sqlite3_value*); member
298 #define sqlite3_bind_value sqlite3_api->bind_value
H A Dsqlite3.c101902 int (*bind_value)(sqlite3_stmt*,int,const sqlite3_value*);
102153 #define sqlite3_bind_value sqlite3_api->bind_value

Completed in 472 milliseconds