/PHP-8.0/ext/odbc/ |
H A D | odbc.stub.php | 8 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 {} 67 function odbc_free_result($statement): bool {} 79 function odbc_num_rows($statement): int {} 83 function odbc_next_result($statement): bool {} 87 function odbc_num_fields($statement): int {} 96 function odbc_field_len($statement, int $field): int|false {} [all …]
|
/PHP-8.0/ext/oci8/ |
H A D | oci8.stub.php | 212 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 {} 340 function oci_num_fields($statement): int {} 347 function ocinumcols($statement): int {} [all …]
|
H A D | oci8_statement.c | 50 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 D | oci8_interface.c | 101 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.0/ext/mysqli/ |
H A D | mysqli.stub.php | 563 function mysqli_stmt_execute(mysqli_stmt $statement): bool {} 566 function mysqli_execute(mysqli_stmt $statement): bool {} 701 function mysqli_stmt_close(mysqli_stmt $statement): bool {} 705 function mysqli_stmt_errno(mysqli_stmt $statement): int {} 707 function mysqli_stmt_error(mysqli_stmt $statement): string {} 709 function mysqli_stmt_error_list(mysqli_stmt $statement): array {} 711 function mysqli_stmt_fetch(mysqli_stmt $statement): ?bool {} 713 function mysqli_stmt_field_count(mysqli_stmt $statement): int {} 735 function mysqli_stmt_param_count(mysqli_stmt $statement): int {} 739 function mysqli_stmt_reset(mysqli_stmt $statement): bool {} [all …]
|
/PHP-8.0/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_7bit.c | 66 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_1.c | 73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_ascii.c | 75 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_10.c | 73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_13.c | 73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_14.c | 73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_15.c | 73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_16.c | 73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_2.c | 74 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_3.c | 74 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_4.c | 73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_5.c | 74 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_6.c | 74 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_7.c | 74 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_8.c | 73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_iso8859_9.c | 73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_armscii8.c | 74 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_cp1251.c | 75 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_cp1252.c | 75 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
/PHP-8.0/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter_8bit.c | 73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|