Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/tests/
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)) {
148 $offset + 6, $bind_type, $sql_type,
155 $offset + 6, $bind_type, $sql_type,
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)) {
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)) {
/PHP-5.5/ext/oci8/
H A Doci8_interface.c100 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 34 milliseconds