Home
last modified time | relevance | path

Searched refs:column (Results 1 – 25 of 91) sorted by path

1234

/PHP-5.5/
H A DCODING_STANDARDS225 5. Preprocessor statements (#if and such) MUST start at column one. To
H A DNEWS871 . Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by
872 a VARCHAR column) (Keyur Govande)
1804 . Added array_column function which returns a column in a multidimensional
5351 - Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle
6560 inside a binary or image column type). (Ilia)
7437 - Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result set into
8100 - Fixed PECL bug #7295 (ORA-01405: fetched column value is NULL on LOB
8486 - Fixed bug #37671 (MySQLi extension fails to recognize BIT column). (Ilia)
8585 piecewise column) (jeff at badtz-maru dot com, Tony)
8918 column empty). (Andrey)
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1354 # row- or column-order recalculation; the A or M means automatic or manual
18327 >8 short 271 WordPerfect column block
/PHP-5.5/ext/libxml/tests/
H A D002.phpt36 $return .= str_repeat('-', $error->column) . "^\n";
50 $return .= trim($error->message) . "\n Line: $error->line" . "\n Column: $error->column";
77 ["column"]=>
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_array.phpt117 // Unicode is on and we are told that the MySQL column type is a binary type.
H A Dmysql_fetch_field.phpt98 /* Strict SQL mode - 1366, Incorrect integer value: 'true' for column 'label' at row 1 */
H A Dmysql_insert_id.phpt37 // no auto_increment column
H A Dmysql_result.phpt76 Warning: mysql_result(): Bad column offset specified in %s on line %d
79 Warning: mysql_result(): Bad column offset specified in %s on line %d
/PHP-5.5/ext/mysqli/tests/
H A Dbug34810.phpt33 …/* 1048 - Column 'a' cannot be null, 1263 - Data truncated; NULL supplied to NOT NULL column 'a' a…
H A Dbug35759.phpt2 Bug #35759 (mysqli_stmt_bind_result() makes huge allocation when column empty)
25 /* SQL strict mode - [1101] BLOB/TEXT column 'a0' can't have a default value */
H A Dbug42378.phpt2 Bug #42378 (bind_result memory exhaustion, SELECT column, FORMAT(...) AS _format)
15 function create_table($link, $column, $min, $max, $engine, $offset) {
23 print "$column\n";
26 $column, $engine);
H A Dbug48909.phpt30 1366 - Incorrect integer value: '' for column 'id' at row 1
H A Dmysqli_fetch_array.phpt121 // Unicode is on and we are told that the MySQL column type is a binary type.
H A Dmysqli_fetch_assoc_bit.phpt90 … printf("[006 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
H A Dmysqli_fetch_field.phpt36 /* ID column, binary charset */
40 /* label column, result set charset */
H A Dmysqli_fetch_field_flags.phpt217 // id column - skip it
H A Dmysqli_fetch_fields.phpt41 /* label column, result set charset */
H A Dmysqli_field_seek.phpt89 /* label column, result set charset */
H A Dmysqli_insert_id.phpt34 // no auto_increment column
H A Dmysqli_multi_query.phpt122 printf("[016 - %d] Expecting 2 column lengths got %d [%d] %s\n", $res_num, count($lengths));
126 printf("[017 - %d] Strange column lengths for column %d, got %d expecting any > 0\n",
H A Dmysqli_stmt_bind_param_type_juggling.phpt108 bind_param('ii', '1', '2') --> OK (int column, string value)
109 bind_param('ii', 1, 2) --> OK (int column, int value)
111 bind_param('ss', 1, 2) --> OK (string column, int value)
H A Dmysqli_stmt_bind_result.phpt73 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_stmt_bind_result_bit.phpt48 // don't bail - column type might not be supported by the server, ignore this
128 … printf("[012 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
H A Dmysqli_stmt_bind_result_format.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
25 $column, $engine);
H A Dmysqli_stmt_datatype_change.phpt84 %unicode|string%(34) "Unknown column 'a' in 'field list'"

Completed in 83 milliseconds

1234