Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/oci8/
H A Doci8.stub.php609 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 Doci8_statement.c49 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 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 …]
H A Dphp_oci8_int.h254 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 Doci8.c482 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 Dodbc.stub.php318 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 Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
H A Dmysqli.c647 char *statement = NULL; in ZEND_GET_MODULE() local
/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_7bit.c71 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf8.c91 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_qprint.c73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_base64.c72 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_uuencode.c60 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_htmlent.c94 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_ucs2.c151 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_ucs4.c152 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf32.c144 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf7imap.c124 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf7.c89 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf8_mobile.c252 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_singlebyte.c17 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-8.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter_8bit.c78 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.c500 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 Dodbc_driver.c55 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 Dmysqlnd_ext_plugin.h90 } statement; member

Completed in 89 milliseconds

12