Home
last modified time | relevance | path

Searched refs:column (Results 51 – 75 of 123) sorted by relevance

12345

/PHP-8.1/ext/mysqli/tests/
H A Dbug79084_collision.phpt2 Bug #79084 (mysqlnd may fetch wrong column indexes with MYSQLI_BOTH) - collision
H A Dbug79084.phpt2 Bug #79084 (mysqlnd may fetch wrong column indexes with MYSQLI_BOTH)
H A Dmysqli_fetch_field.phpt28 /* ID column, binary charset */
32 /* label column, result set charset */
H A Dbug48909.phpt31 1366 - Incorrect integer value: '' for column 'id' at row 1
H A Dmysqli_stmt_get_result_bit.phpt2 Fetching BIT column values using the PS API
99 … printf("[008 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
/PHP-8.1/ext/oci8/tests/
H A Dbind_sqltafc.phpt38 $c3 = "AAAAAAAAAA"; // max length allowed in column
39 $c4 = "BBBBBBBBBB"; // max length allowed in column
H A Dbug71422.phpt2 Bug #71422 (Fix ORA-01438: value larger than specified precision allowed for this column)
H A Ddupcolnames.phpt2 SELECT tests with duplicate column anmes
H A Dfield_funcs3.phpt2 oci_field_*() family: basic column types
H A Dpecl_bug8816.phpt2 PECL Bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column)
H A Darray_bind_008.phpt67 Warning: oci_execute(): ORA-06550: line %d, column %d:
/PHP-8.1/ext/pdo_firebird/tests/
H A Dbug_47415.phpt2 Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn()
H A Dbug_53280.phpt2 PDO_Firebird: bug 53280 segfaults if query column count is less than param count
/PHP-8.1/ext/odbc/tests/
H A Dodbc_columnprivileges_001.phpt32 Deprecated: odbc_columnprivileges(): Passing null to parameter #5 ($column) of type string is depre…
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c621 switch (sqlite3_column_type(stmt, column)) { in sqlite_value_to_zval()
623 val = sqlite3_column_int64(stmt, column); in sqlite_value_to_zval()
626 … ZVAL_STRINGL(data, (char *)sqlite3_column_text(stmt, column), sqlite3_column_bytes(stmt, column)); in sqlite_value_to_zval()
636 ZVAL_DOUBLE(data, sqlite3_column_double(stmt, column)); in sqlite_value_to_zval()
644 ZVAL_STRING(data, (char*)sqlite3_column_text(stmt, column)); in sqlite_value_to_zval()
649 ZVAL_STRINGL(data, (char*)sqlite3_column_blob(stmt, column), sqlite3_column_bytes(stmt, column)); in sqlite_value_to_zval()
1236 char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
1879 zend_long column = 0; in PHP_METHOD() local
1884 Z_PARAM_LONG(column) in PHP_METHOD()
1904 zend_long column = 0; in PHP_METHOD() local
[all …]
H A Dsqlite3_arginfo.h94 ZEND_ARG_TYPE_INFO(0, column, IS_STRING, 0)
152 ZEND_ARG_TYPE_INFO(0, column, IS_LONG, 0)
156 ZEND_ARG_TYPE_INFO(0, column, IS_LONG, 0)
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug76815.phpt40 SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'tst()' at row 1
H A Dchange_column_count.phpt2 Change column count after statement has been prepared
H A Dpdo_mysql_stmt_variable_columncount.phpt2 MySQL Prepared Statements and different column counts
49 … // What will happen if a PS returns a different number of result set column upon each execution?
/PHP-8.1/ext/standard/tests/array/
H A Dbug39576.phpt18 function test ($value, $column, &$columns) {}
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2.phpt76 // Since each column only has one lob descriptor, the last row is
77 // shown twice because the lob descriptor for each column is reused in
/PHP-8.1/ext/odbc/
H A Dodbc_arginfo.h164 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, column, IS_STRING, 1, "null")
185 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, column, IS_STRING, 1, "null")
244 ZEND_ARG_TYPE_INFO(0, column, IS_STRING, 0)
/PHP-8.1/ext/pdo_odbc/tests/
H A Dlong_columns.phpt52 … die("BORK: don't know how to create a long column here:\n" . implode(", ", $db->errorInfo()));
60 // test sizes around 255 to make sure that the reassembly works (and that the column is split into …
61 // also, test sizes below 255 to make sure that they work - and are not treated as a long column (s…
H A Dmax_columns.phpt19 … die("BORK: don't know how to create a long column here:\n" . implode(", ", $db->errorInfo()));
/PHP-8.1/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt2 PDO_DBLIB: Uniqueidentifier column data type stringifying

Completed in 32 milliseconds

12345