Home
last modified time | relevance | path

Searched refs:bind_type (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt129 …function func_mysqli_stmt_bind_datatype($link, $engine, $bind_type, $sql_type, $bind_value, $offse…
152 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) {
176 $offset + 6, $bind_type, $sql_type,
183 $offset + 6, $bind_type, $sql_type,
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)) {
H A Dmysqli_stmt_bind_result.phpt59 …function func_mysqli_stmt_bind_result($link, $engine, $bind_type, $sql_type, $bind_value, $offset,…
82 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) {
/PHP-8.2/ext/oci8/
H A Doci8_interface.c156 ub2 bind_type = SQLT_CHR; /* unterminated string */ in PHP_FUNCTION() local
174 bind_type = (ub2) type; in PHP_FUNCTION()
179 if (php_oci_bind_by_name(statement, name, name_len, bind_var, maxlen, bind_type)) { in PHP_FUNCTION()

Completed in 16 milliseconds