Searched refs:bind_type (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_param.phpt | 128 …function func_mysqli_stmt_bind_datatype($link, $engine, $bind_type, $sql_type, $bind_value, $offse… 151 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) { 175 $offset + 6, $bind_type, $sql_type, 182 $offset + 6, $bind_type, $sql_type,
|
H A D | mysqli_stmt_get_result_types.phpt | 17 …function func_mysqli_stmt_get_result($link, $engine, $bind_type, $sql_type, $bind_value, $offset, … 40 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) {
|
H A D | mysqli_stmt_bind_result.phpt | 58 …function func_mysqli_stmt_bind_result($link, $engine, $bind_type, $sql_type, $bind_value, $offset,… 81 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) {
|
/PHP-8.0/ext/oci8/ |
H A D | oci8_interface.c | 156 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 12 milliseconds