Home
last modified time | relevance | path

Searched defs:column (Results 1 – 16 of 16) sorted by relevance

/php-src/ext/pdo/
H A Dpdo_stmt.stub.php11 …public function bindColumn(string|int $column, mixed &$var, int $type = PDO::PARAM_STR, int $maxLe…
44 public function fetchColumn(int $column = 0): mixed {}
53 public function getColumnMeta(int $column): array|false {}
H A Dpdo_stmt.c2264 static zval *row_read_column_number(pdo_stmt_t *stmt, zend_long column, zval *rv) in row_read_column_number()
2377 zend_long column = Z_LVAL_P(offset); in row_dim_exists() local
H A Dphp_pdo_driver.h608 int column; member
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php343 …public function openBlob(string $table, string $column, int $rowid, string $database = "main", int…
397 public function columnName(int $column): string|false {}
400 public function columnType(int $column): int|false {}
H A Dsqlite3.c624 static void sqlite_value_to_zval(sqlite3_stmt *stmt, int column, zval *data) /* {{{ */ in sqlite_value_to_zval()
1245 const char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
1894 zend_long column = 0; in PHP_METHOD() local
1919 zend_long column = 0; in PHP_METHOD() local
1971 const char *column = sqlite3_column_name(result_obj->stmt_obj->stmt, i); in PHP_METHOD() local
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.stub.php62 string $column,
H A Dpdo_sqlite.c289 char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtoken.h37 size_t column; member
/php-src/ext/libxml/
H A Dlibxml.c594 …ic void _php_list_set_error_structure(const xmlError *error, const char *msg, int line, int column) in _php_list_set_error_structure()
647 …ex(php_libxml_error_level error_type, void *ctx, const char *msg, va_list ap, int line, int column) in php_libxml_internal_error_handler_ex()
688 int column = 0; in php_libxml_error_handler_va() local
827 PHP_LIBXML_API void php_libxml_pretend_ctx_error_ex(const char *file, int line, int column, const c… in php_libxml_pretend_ctx_error_ex()
H A Dlibxml.stub.php157 public int $column; variable in LibXMLError
/php-src/ext/dom/lexbor/lexbor/html/tree/
H A Derror.h101 size_t column; member
/php-src/ext/odbc/
H A Dodbc.stub.php385 function odbc_connect(string $dsn, ?string $user = null, #[\SensitiveParameter] ?string $password =…
H A Dphp_odbc.c2769 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() local
2837 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local
/php-src/ext/mysqli/
H A Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/php-src/ext/tidy/
H A Dtidy.stub.php982 public readonly int $column; variable in tidyNode
/php-src/ext/dom/
H A Dhtml_document.c302 size_t column, in dom_lexbor_libxml2_bridge_tree_error_reporter()

Completed in 53 milliseconds