/PHP-8.3/ext/oci8/ |
H A D | oci8.stub.php | 609 function oci_cancel($statement): bool {} 616 function ocicancel($statement): bool {} 619 function oci_fetch($statement): bool {} 626 function ocifetch($statement): bool {} 653 function oci_fetch_row($statement): array|false {} 656 function oci_fetch_assoc($statement): array|false {} 662 function oci_free_statement($statement): bool {} 669 function ocifreestatement($statement): bool {} 675 function oci_free_cursor($statement): bool {} 682 function ocifreecursor($statement): bool {} [all …]
|
H A D | oci8_statement.c | 49 php_oci_statement *statement; in php_oci_statement_create() local 135 php_oci_statement *php_oci_get_implicit_resultset(php_oci_statement *statement) in php_oci_get_implicit_resultset() 195 int php_oci_statement_set_prefetch(php_oci_statement *statement, ub4 prefetch) in php_oci_statement_set_prefetch() 253 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows) in php_oci_statement_fetch() 490 int php_oci_statement_execute(php_oci_statement *statement, ub4 mode) in php_oci_statement_execute() 876 int php_oci_statement_cancel(php_oci_statement *statement) in php_oci_statement_cancel() 884 void php_oci_statement_free(php_oci_statement *statement) in php_oci_statement_free() 1119 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() 1526 php_oci_statement *statement; in php_oci_statement_get_column_helper() local 1564 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 …]
|
H A D | php_oci8_int.h | 254 OCIStmt *statement; /* used for binding REFCURSORs */ member 274 php_oci_statement *statement; /* statement handle. used when fetching REFCURSORS */ member 382 #define PHP_OCI_ZVAL_TO_STATEMENT(zval, statement) \ argument 408 #define PHP_OCI_ZVAL_TO_STATEMENT_EX(zval, statement) \ argument
|
H A D | oci8.c | 482 php_oci_statement *statement = (php_oci_statement *)entry->ptr; in php_oci_statement_list_dtor() local 716 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset) in php_oci_fetch_sqltext_offset() 1632 php_oci_statement *statement; /* statement that will be fetched from */ in php_oci_fetch_row() local
|
/PHP-8.3/ext/odbc/ |
H A D | odbc.stub.php | 318 function odbc_binmode($statement, int $mode): bool {} 321 function odbc_longreadlen($statement, int $length): bool {} 330 function odbc_execute($statement, array $params = []): bool {} 333 function odbc_cursor($statement): string|false {} 355 function odbc_fetch_object($statement, int $row = -1): stdClass|false {} 358 function odbc_fetch_array($statement, int $row = -1): array|false {} 368 function odbc_fetch_row($statement, ?int $row = null): bool {} 371 function odbc_result($statement, string|int $field): string|bool|null {} 377 function odbc_result_all($statement, string $format = ""): int|false {} 380 function odbc_free_result($statement): bool {} [all …]
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli.stub.php | 768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
H A D | mysqli.c | 647 char *statement = NULL; in ZEND_GET_MODULE() local
|
/PHP-8.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_7bit.c | 71 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_utf8.c | 91 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_qprint.c | 73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_base64.c | 72 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_uuencode.c | 60 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_htmlent.c | 94 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_ucs2.c | 151 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_ucs4.c | 152 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_utf32.c | 144 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_utf7imap.c | 124 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_utf7.c | 89 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_utf8_mobile.c | 252 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_singlebyte.c | 17 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
/PHP-8.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter_8bit.c | 78 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_dbh.c | 500 zend_string *statement; in PHP_METHOD() local 970 zend_string *statement; in PHP_METHOD() local 1098 zend_string *statement; in PHP_METHOD() local
|
/PHP-8.3/ext/pdo_odbc/ |
H A D | odbc_driver.c | 55 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c… in pdo_odbc_error()
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 90 } statement; member
|