Searched refs:bind_type (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_param.phpt | 101 …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)) { 148 $offset + 6, $bind_type, $sql_type, 155 $offset + 6, $bind_type, $sql_type,
|
H A D | mysqli_stmt_get_result_types.phpt | 20 …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)) {
|
H A D | mysqli_stmt_bind_result.phpt | 65 …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)) {
|
/PHP-5.4/ext/oci8/ |
H A D | oci8_interface.c | 100 ub2 bind_type = SQLT_CHR; /* unterminated string */ in PHP_FUNCTION() local 113 bind_type = (ub2) type; in PHP_FUNCTION() 118 if (php_oci_bind_by_name(statement, name, name_len, bind_var, maxlen, bind_type TSRMLS_CC)) { in PHP_FUNCTION()
|
Completed in 12 milliseconds