Home
last modified time | relevance | path

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

/PHP-8.2/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.2/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.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_7bit.c72 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_qprint.c74 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_base64.c73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_uuencode.c61 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_htmlent.c95 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_ucs2.c154 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_ucs4.c155 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf32.c147 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf7imap.c125 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf7.c90 #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
H A Dmbfilter_utf8.c318 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf16.c289 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cjk.c124 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter_8bit.c79 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c553 zend_string *statement; in PHP_METHOD() local
1027 zend_string *statement; in PHP_METHOD() local
1155 zend_string *statement; in PHP_METHOD() local
/PHP-8.2/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.2/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h90 } statement; member
/PHP-8.2/ext/sqlite3/
H A Dsqlite3.c2174 static int php_sqlite3_compare_stmt_zval_free(php_sqlite3_free_list **free_list, zval *statement ) … in php_sqlite3_compare_stmt_zval_free()
2180 …hp_sqlite3_compare_stmt_free( php_sqlite3_free_list **free_list, sqlite3_stmt *statement ) /* {{{ … in php_sqlite3_compare_stmt_free()

Completed in 139 milliseconds