| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | parse.y | 103 columnlist ::= columnlist COMMA column. 104 columnlist ::= column. 106 // About the only information used for a column is the name of the 107 // column. The type is always just "text". But the code will accept 110 column ::= columnid type carglist. label 152 // The name of a column or table can be any of the following:
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 884 ** [sqlite3_column_text()], one for each column. ^If an element of a 888 ** entry represents the name of corresponding result column as obtained 2099 ** as an undeclared column named ROWID, OID, or _ROWID_ as long as those 2101 ** the table has a column of type [INTEGER PRIMARY KEY] then that column 2421 ** There are two column (M==2) and three rows (N==3). Thus the 2720 ** a NULL value in place of the table column that would have 3373 ** or [GLOB] operator or if the parameter is compared to an indexed column 3679 ** ^These routines return the name assigned to a particular column 3685 ** column numbe [all...] |
| /PHP_5_3/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_element.c | 748 error->column = col_num;
|
| H A D | xml_element.h | 119 long column; member in struct:_xml_elem_error
|
| H A D | xmlrpc.c | 758 "error occurred at line %ld, column %ld, byte index %ld", 759 error->line, error->column, error->byte_index);
|
| /PHP_5_3/ext/oci8/ |
| H A D | oci8.c | 1555 php_oci_out_column *column = (php_oci_out_column *) data; local 1558 if (column->stmtid) { 1559 zend_list_delete(column->stmtid); 1562 if (column->is_descr) { 1563 zend_list_delete(column->descid); 1566 if (column->data) { 1567 efree(column->data); 1570 if (column->name) { 1571 efree(column->name); 2489 int php_oci_column_to_zval(php_oci_out_column *column, zva argument 2575 php_oci_out_column *column; local [all...] |
| H A D | oci8_interface.c | 48 Define a PHP variable to an Oracle column by name */ 1143 Tell the name of a column */ 1146 php_oci_out_column *column; local 1148 if ( ( column = php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0) ) ) { 1149 RETURN_STRINGL(column->name, column->name_len, 1); 1156 Tell the maximum data size of a column */ 1159 php_oci_out_column *column; local 1161 if ( ( column = php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0) ) ) { 1163 if (column 1176 php_oci_out_column *column; local 1189 php_oci_out_column *column; local 1202 php_oci_out_column *column; local 1282 php_oci_out_column *column; local 1296 php_oci_out_column *column; local 1993 php_oci_out_column *column; local [all...] |
| H A D | oci8_statement.c | 179 php_oci_out_column *column; local 211 column = php_oci_statement_get_column(statement, i + 1, NULL, 0 TSRMLS_CC); 212 if (column->piecewise) { 213 column->retlen4 = 0; 234 /* scan through our columns for a piecewise column with a matching handle */ 236 column = php_oci_statement_get_column(statement, i + 1, NULL, 0 TSRMLS_CC); 237 if (column->piecewise && handlepp == column->oci_define) { 238 if (!column->data) { 239 column 308 php_oci_out_column *column = NULL; local 409 php_oci_out_column column; local 1324 php_oci_out_column *column; local [all...] |
| /PHP_5_3/ext/odbc/ |
| H A D | php_odbc.c | 267 ZEND_ARG_INFO(0, column) 321 ZEND_ARG_INFO(0, column) 984 /* Workaround for Oracle ODBC Driver bug (#50162) when fetching TIMESTAMP column */ 1122 Handle binary column data */ 2159 /* If we come here, output unbound LONG and/or BINARY column data to the client */ 2777 Get a column name */ 2810 Get the datatype of a column */ 2846 Get the length (precision) of a column */ 2854 Get the scale of a column */ 2862 Return column numbe 3133 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; local 3203 char *cat = NULL, *schema, *table, *column; local [all...] |
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_stmt.c | 84 ZEND_ARG_INFO(0, column) 101 ZEND_ARG_INFO(0, column) 216 /* if we are applying case conversions on column names, do so now */ 239 /* update the column index on named bound parameters */ 342 /* try to map the name to the column */ 356 spprintf(&tmp, 0, "Did not find column name '%s' in the defined columns; it will not be bound", param->name); 714 /* update those bound column variables now */ 876 if (flags & PDO_FETCH_GROUP && stmt->fetch.column == -1) { 879 colno = stmt->fetch.column; 919 if (flags == PDO_FETCH_GROUP && stmt->fetch.column [all...] |
| H A D | php_pdo_driver.h | 53 * If you mark a column as an int, PDO expects get_col to return 93 PDO_FETCH_COLUMN, /* fetch a numbered column only */ 98 PDO_FETCH_KEY_PAIR, /* fetch into an array where the 1st column is a key and all subsequent columns are values */ 105 #define PDO_FETCH_CLASSTYPE 0x00040000 /* fetch class gets its class name from 1st column */ 134 PDO_ATTR_FETCH_TABLE_NAMES, /* include table names in the column names, where available */ 135 PDO_ATTR_FETCH_CATALOG_NAMES, /* include the catalog/db name names in the column names, where available */ 138 PDO_ATTR_MAX_COLUMN_LEN, /* make database calculate maximum length of data found in a column */ 331 /* queries information about the type of a column, by index (0 based). 335 /* retrieves pointer and size of the value for a column. 362 /* retrieves meta data for a numbered column 612 int column; member in union:_pdo_stmt_t::__anon124 [all...] |
| /PHP_5_3/ext/sqlite/ |
| H A D | sqlite.c | 557 PHP_ME_MAPPING(column, sqlite_column, arginfo_sqlite_method_column, 0) 581 PHP_ME_MAPPING(column, sqlite_column, arginfo_sqlite_method_column, 0) 1789 /* first row - lets copy the column names */ 1990 Return an array of column types from a particular table. */ 2255 php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such column %d", j); 2600 Executes a query and returns either an array for one single column or the value of the first row. */ 2679 Fetches the first column of a result set as a string. */ 2736 Fetches a column from the current row of a result set. */
|
| /PHP_5_3/ext/sqlite3/ |
| H A D | sqlite3.c | 573 static zval* sqlite_value_to_zval(sqlite3_stmt *stmt, int column) /* {{{ */ argument 577 switch (sqlite3_column_type(stmt, column)) { 579 if ((sqlite3_column_int64(stmt, column)) >= INT_MAX || sqlite3_column_int64(stmt, column) <= INT_MIN) { 580 ZVAL_STRINGL(data, (char *)sqlite3_column_text(stmt, column), sqlite3_column_bytes(stmt, column), 1); 582 ZVAL_LONG(data, sqlite3_column_int64(stmt, column)); 587 ZVAL_DOUBLE(data, sqlite3_column_double(stmt, column)); 595 ZVAL_STRING(data, (char*)sqlite3_column_text(stmt, column), 1); 600 ZVAL_STRINGL(data, (char*)sqlite3_column_blob(stmt, column), sqlite3_column_byte 1207 char *table, *column, *dbname = "main"; local 1655 long column = 0; local 1680 long column = 0; local [all...] |
| /PHP_5_3/ext/tidy/ |
| H A D | tidy.c | 873 ADD_PROPERTY_LONG(obj->std.properties, column, tidyNodeColumn(obj->node));
|
| /PHP_5_3/ext/xmlrpc/ |
| H A D | xmlrpc-epi-php.c | 998 php_error_docref(NULL TSRMLS_CC, E_WARNING, "xml parse error: [line %ld, column %ld, message: %s] Unable to add introspection data returned from %s()", 999 err.xml_elem_error.column, err.xml_elem_error.line, err.xml_elem_error.parser_error, php_function_name); 1250 php_error_docref(NULL TSRMLS_CC, E_WARNING, "xml parse error: [line %ld, column %ld, message: %s] Unable to create introspection data", 1251 err.xml_elem_error.column, err.xml_elem_error.line, err.xml_elem_error.parser_error);
|