Home
last modified time | relevance | path

Searched refs:columns (Results 26 – 42 of 42) sorted by relevance

12

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt40 All of the following columns are "too hot" - too server dependent
H A Dmysqli_explain_metadata.phpt60 printf("[007] Field descriptions missing for the following columns\n");
H A Dmysqli_fetch_array.phpt132 …printf("[%04d] SQL Type: '%s', binary columns are supposed to return binary string and not unicode…
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_statement.c433 struct pdo_column_data *cols = stmt->columns; in pgsql_stmt_describe()
495 struct pdo_column_data *cols = stmt->columns; in pgsql_stmt_get_col()
/PHP-5.3/ext/pdo/
H A Dphp_pdo_driver.h575 struct pdo_column_data *columns; member
/PHP-5.3/ext/pdo_dblib/
H A Ddblib_stmt.c255 struct pdo_column_data *col = &stmt->columns[colno];
/PHP-5.3/ext/oci8/
H A Dphp_oci8_int.h196 HashTable *columns; /* hash containing all the result columns */ member
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in111 ** columns in the query result. The 3rd parameter to the callback
344 int *ncolumn, /* Number of result columns written here */
412 int *ncolumn, /* Number of result columns written here */
421 int *ncolumn, /* Number of result columns written here */
673 ** for the same virtual machine. *pN is set to the number of columns in
708 int *pN, /* OUT: Number of columns in result */
/PHP-5.3/ext/pdo_odbc/
H A Dodbc_stmt.c545 struct pdo_column_data *col = &stmt->columns[colno]; in odbc_stmt_describe()
/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_statement.c188 struct pdo_column_data *col = &stmt->columns[colno]; in firebird_stmt_describe()
/PHP-5.3/ext/mysql/tests/
H A Dmysql_fetch_array.phpt127 …printf("[%04d] SQL Type: '%s', binary columns are supposed to return binary string and not unicode…
/PHP-5.3/ext/pdo_oci/
H A Doci_statement.c505 struct pdo_column_data *col = &stmt->columns[colno]; in oci_stmt_describe()
/PHP-5.3/ext/pdo_mysql/
H A Dmysql_statement.c680 struct pdo_column_data *cols = stmt->columns;
/PHP-5.3/
H A DNEWS1894 - Fixed very rare memory leak in mysqlnd, when binding thousands of columns.
2952 to control formatting of date/timestamp columns: PDO::FB_ATTR_DATE_FORMAT,
5313 - Fixed bug #38458, PECL bug #8944, PECL bug #7775 (error retrieving columns
5314 after long/text columns with PDO_ODBC). (Wez)
6780 - Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping columns
H A Dphp.ini-development1703 ; Specify how datetime and datetim4 columns are returned
H A Dphp.ini-production1703 ; Specify how datetime and datetim4 columns are returned
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic1213 # a file has a tab stop set in the first four columns this will fail.
13370 # The PDB file format is fixed-field, 80 columns. From the spec:

Completed in 158 milliseconds

12