Searched defs:statement (Results 1 – 22 of 22) sorted by relevance
/php-src/ext/odbc/ |
H A D | odbc.stub.php | 334 function odbc_binmode(Odbc\Result $statement, int $mode): true {} 336 function odbc_longreadlen(Odbc\Result $statement, int $length): true {} 340 function odbc_execute(Odbc\Result $statement, array $params = []): bool {} 342 function odbc_cursor(Odbc\Result $statement): string|false {} 355 function odbc_fetch_object($statement, ?int $row = null): stdClass|false {} 358 function odbc_fetch_array($statement, ?int $row = null): array|false {} 365 function odbc_fetch_into($statement, &$array, ?int $row = null): int|false {} 367 function odbc_fetch_row(Odbc\Result $statement, ?int $row = null): bool {} 372 function odbc_result_all(Odbc\Result $statement, string $format = ""): int|false {} 374 function odbc_free_result(Odbc\Result $statement): true {} [all …]
|
/php-src/ext/mysqli/ |
H A D | mysqli.stub.php | 747 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
H A D | mysqli.c | 646 char *statement = NULL; in ZEND_GET_MODULE() local
|
/php-src/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_7bit.c | 72 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_qprint.c | 74 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_base64.c | 73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_uuencode.c | 61 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_htmlent.c | 95 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_ucs2.c | 154 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_ucs4.c | 155 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_utf32.c | 147 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_utf7imap.c | 125 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_utf7.c | 90 #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
|
H A D | mbfilter_utf8.c | 318 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_utf16.c | 289 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
H A D | mbfilter_cjk.c | 124 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
/php-src/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter_8bit.c | 79 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
|
/php-src/ext/pdo/ |
H A D | pdo_dbh.c | 583 zend_string *statement; in PHP_METHOD() local 1057 zend_string *statement; in PHP_METHOD() local 1185 zend_string *statement; in PHP_METHOD() local
|
/php-src/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-src/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 90 } statement; member
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.c | 2165 static int php_sqlite3_compare_stmt_zval_free(php_sqlite3_free_list **free_list, zval *statement ) … in php_sqlite3_compare_stmt_zval_free() 2171 …hp_sqlite3_compare_stmt_free( php_sqlite3_free_list **free_list, sqlite3_stmt *statement ) /* {{{ … in php_sqlite3_compare_stmt_free()
|
Completed in 116 milliseconds