Home
last modified time | relevance | path

Searched defs:statement (Results 1 – 25 of 50) sorted by relevance

12

/PHP-8.1/ext/odbc/
H A Dodbc.stub.php8 function odbc_binmode($statement, int $mode): bool {}
11 function odbc_longreadlen($statement, int $length): bool {}
20 function odbc_execute($statement, array $params = []): bool {}
23 function odbc_cursor($statement): string|false {}
58 function odbc_fetch_row($statement, ?int $row = null): bool {}
70 function odbc_free_result($statement): bool {}
82 function odbc_num_rows($statement): int {}
86 function odbc_next_result($statement): bool {}
90 function odbc_num_fields($statement): int {}
99 function odbc_field_len($statement, int $field): int|false {}
[all …]
/PHP-8.1/ext/oci8/
H A Doci8.stub.php212 function oci_cancel($statement): bool {}
219 function ocicancel($statement): bool {}
222 function oci_fetch($statement): bool {}
229 function ocifetch($statement): bool {}
265 function oci_free_statement($statement): bool {}
272 function ocifreestatement($statement): bool {}
278 function oci_free_cursor($statement): bool {}
285 function ocifreecursor($statement): bool {}
345 function oci_num_fields($statement): int {}
352 function ocinumcols($statement): int {}
[all …]
H A Doci8_statement.c50 php_oci_statement *statement; in php_oci_statement_create() local
130 php_oci_statement *php_oci_get_implicit_resultset(php_oci_statement *statement) in php_oci_get_implicit_resultset()
189 int php_oci_statement_set_prefetch(php_oci_statement *statement, ub4 prefetch ) in php_oci_statement_set_prefetch()
247 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows) in php_oci_statement_fetch()
492 int php_oci_statement_execute(php_oci_statement *statement, ub4 mode) in php_oci_statement_execute()
858 int php_oci_statement_cancel(php_oci_statement *statement) in php_oci_statement_cancel()
866 void php_oci_statement_free(php_oci_statement *statement) in php_oci_statement_free()
1101 int php_oci_bind_by_name(php_oci_statement *statement, char *name, size_t name_len, zval *var, zend… in php_oci_bind_by_name()
1514 php_oci_statement *statement; in php_oci_statement_get_column_helper() local
1552 int php_oci_statement_get_type(php_oci_statement *statement, ub2 *type) in php_oci_statement_get_type()
[all …]
H A Doci8_interface.c101 php_oci_statement *statement; in PHP_FUNCTION() local
162 php_oci_statement *statement; in PHP_FUNCTION() local
196 php_oci_statement *statement; in PHP_FUNCTION() local
1203 php_oci_statement *statement; in PHP_FUNCTION() local
1225 php_oci_statement *statement; in PHP_FUNCTION() local
1244 php_oci_statement *statement; in PHP_FUNCTION() local
1272 php_oci_statement *statement; in PHP_FUNCTION() local
1424 php_oci_statement *statement; in PHP_FUNCTION() local
1501 php_oci_statement *statement; in PHP_FUNCTION() local
1573 php_oci_statement *statement; in PHP_FUNCTION() local
[all …]
/PHP-8.1/ext/mysqli/
H A Dmysqli.stub.php989 function mysqli_stmt_close(mysqli_stmt $statement): bool {}
993 function mysqli_stmt_errno(mysqli_stmt $statement): int {}
996 function mysqli_stmt_error(mysqli_stmt $statement): string {}
1002 function mysqli_stmt_error_list(mysqli_stmt $statement): array {}
1004 function mysqli_stmt_fetch(mysqli_stmt $statement): ?bool {}
1006 function mysqli_stmt_field_count(mysqli_stmt $statement): int {}
1008 function mysqli_stmt_free_result(mysqli_stmt $statement): void {}
1028 function mysqli_stmt_next_result(mysqli_stmt $statement): bool {}
1033 function mysqli_stmt_param_count(mysqli_stmt $statement): int {}
1037 function mysqli_stmt_reset(mysqli_stmt $statement): bool {}
[all …]
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_7bit.c67 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_euc_cn.c90 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_euc_jp.c91 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_euc_kr.c89 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_hz.c70 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf8.c86 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_uhc.c94 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_iso2022_kr.c74 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_euc_tw.c91 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp51932.c92 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_qprint.c69 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_euc_jp_win.c92 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_base64.c67 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_uuencode.c55 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp936.c91 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf8_mobile.c172 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_big5.c122 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_ucs2.c140 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter_8bit.c74 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.stub.php23 public function exec(string $statement): int|false {}

Completed in 46 milliseconds

12