| /PHP_5_3/ext/oci8/tests/ |
| H A D | conn_attr.inc | 38 942 // table or view does not exist
|
| H A D | details.inc | 62 942 // table or view does not exist
|
| /PHP_5_3/ext/pdo/tests/ |
| H A D | pdo_test.inc | 50 foreach ($test_tables as $table) { 51 $db->exec("DROP TABLE $table");
|
| /PHP_5_3/ext/pgsql/ |
| H A D | mysql_users.php | 44 CASE c.relkind WHEN 'r' THEN 'table' WHEN 'v' THEN 'view' WHEN 'i' THEN 'index' WHEN 'S' THEN 'sequence' WHEN 's' THEN 'special' END as \"Type\", 61 function pg_list_fields($db, $table) 75 c.relname = '".$table."'
|
| H A D | php_pgsql.h | 201 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, ulong opt, char **sql TSRMLS_DC); 202 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, ulong opt , char **sql TSRMLS_DC); 203 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, ulong opt, char **sql TSRMLS_DC); 204 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, ulong opt, char **sql TSRMLS_DC);
|
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | trigger.c | 47 SrcList *pTableName,/* The name of the table/view the trigger applies to */ 61 ** 2. the table (or view) does exist in the same database as the trigger. 62 ** 3. that we are not trying to create a trigger on the sqlite_master table 63 ** 4. That we are not trying to create an INSTEAD OF trigger on a table. 92 sqliteErrorMsg(pParse, "cannot create trigger on system table"); 103 " trigger on table: %S", pTableName, 0); 135 nt->table = sqliteStrDup(pTableName->a[0].zName); 181 /* if we are not initializing, and this trigger is not on a TEMP table, 189 { OP_String, 0, 0, 0 }, /* 3: table name */ 198 /* Make an entry in the sqlite_master table */ [all...] |
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_php.c | 261 char* fpm_php_get_string_from_table(char *table, char *key TSRMLS_DC) /* {{{ */ argument 267 if (!table || !key) { 273 zend_is_auto_global(table, strlen(table) TSRMLS_CC); 275 /* find the table and ensure it's an array */ 276 if (zend_hash_find(&EG(symbol_table), table, strlen(table) + 1, (void **) &data) == SUCCESS && Z_TYPE_PP(data) == IS_ARRAY) {
|
| H A D | fpm_php.h | 47 char* fpm_php_get_string_from_table(char *table, char *key TSRMLS_DC);
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gd_gif_in.c | 86 int table[2][(1<< MAX_LWZ_BITS)]; member in struct:__anon128 438 sd->table[0][i] = 0; 439 sd->table[1][i] = i; 442 sd->table[0][i] = sd->table[1][0] = 0; 462 sd->table[0][i] = 0; 463 sd->table[1][i] = i; 466 sd->table[0][i] = sd->table[1][i] = 0; 505 *sd->sp++ = sd->table[ [all...] |
| H A D | gd_topal.c | 323 int *error_limiter; /* table for clamping the applied error */ 1571 * Initialize the error-limiting transfer function (lookup table). 1593 /* Allocate and fill in the error_limiter table */ 1595 int *table; local 1599 table = (int *) (*cinfo->mem->alloc_small) 1608 table = cquantize->error_limiter_storage; 1611 table += MAXJSAMPLE; /* so can index -MAXJSAMPLE .. +MAXJSAMPLE */ 1612 cquantize->error_limiter = table; 1619 table[in] = out; 1620 table[ [all...] |
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | regenc.c | 399 onigenc_set_default_caseconv_table(const UChar* table) argument 401 if (table == (const UChar* )0) { 403 table = BuiltInAsciiToLowerCaseTable; 409 if (table != OnigEncAsciiToLowerCaseTable) { 410 OnigEncAsciiToLowerCaseTable = table; 1026 onigenc_set_default_caseconv_table(UChar* table) { } argument
|
| H A D | reggnu.c | 135 re_set_casetable(const char* table) argument 137 onigenc_set_default_caseconv_table((UChar* )table);
|
| H A D | st.c | 1 /* This is a public domain general purpose hash table package written by Peter Moore @ UCB. */ 73 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) 75 #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) 76 #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins) 216 st_free_table(table) 217 st_table *table; [all...] |
| H A D | st.h | 1 /* This is a public domain general purpose hash table package written by Peter Moore @ UCB. */ 26 #define st_is_member(table,key) st_lookup(table,key,(st_data_t *)0)
|
| /PHP_5_3/ext/hash/ |
| H A D | php_hash_tiger_tables.h | 22 #define t1 (table) 23 #define t2 (table+256) 24 #define t3 (table+256*2) 25 #define t4 (table+256*3) 27 static const php_hash_uint64 table[4*256] = { variable
|
| /PHP_5_3/ext/odbc/ |
| H A D | php_odbc.c | 257 ZEND_ARG_INFO(0, table) 294 ZEND_ARG_INFO(0, table) 320 ZEND_ARG_INFO(0, table) 2192 Print result as HTML table */ 2229 /* Start table tag */ 2231 php_printf("<table><tr>"); 2233 php_printf("<table %s ><tr>", pv_format); 2273 php_printf("</td></tr></table>"); 2305 php_printf("</table>\n"); 3066 char *cat = NULL, *schema = NULL, *table local 3133 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; local 3203 char *cat = NULL, *schema, *table, *column; local 3403 char *cat = NULL, *schema = NULL, *table = NULL; local 3736 char *cat = NULL, *schema = NULL, *table = NULL; local [all...] |
| /PHP_5_3/ext/pdo_mysql/ |
| H A D | mysql_statement.c | 245 * eg: when describing a table that contains an enum column. Since 704 namelen = spprintf(&cols[i].name, 0, "%s.%s", S->fields[i].table, S->fields[i].name); 895 add_assoc_string(return_value, "table",(char *) (F->table?F->table:""), 1);
|
| /PHP_5_3/ext/sqlite/ |
| H A D | sqlite.c | 147 char **table; member in struct:php_sqlite_result 698 if (res->table) { 705 if (res->table[base + j] != NULL) { 706 efree(res->table[base + j]); 710 efree(res->table); 1802 rres->table = safe_emalloc(rres->ncolumns, sizeof(char *), 0); 1812 rres->table = safe_erealloc(rres->table, rres->alloc_rows, rres->ncolumns*sizeof(char *), 0); 1817 rres->table[base + i] = estrdup(rowdata[i]); 1819 rres->table[bas [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | html.c | 383 unsigned int basechar; /* char code at start of table */ 384 unsigned int endchar; /* last char code in the table */ 385 entity_table_t *table; /* the table of mappings */ member in struct:html_entity_map 946 if (entity_map[j].table[k - entity_map[j].basechar] == NULL) 949 entity_length = slprintf(entity, sizeof(entity), "&%s;", entity_map[j].table[k - entity_map[j].basechar]); 1170 rep = (unsigned char*)entity_map[j].table[this_char - entity_map[j].basechar]; 1416 /* {{{ proto array get_html_translation_table([int table [, int quote_style [, string charset_hint]]]) 1417 Returns the internal translation table used by htmlspecialchars and htmlentities */ 1448 if (entity_map[j].table[ [all...] |
| /PHP_5_3/Zend/ |
| H A D | zend_ts_hash.h | 37 #define TS_HASH(table) (&(table->hash))
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_result_meta.c | 359 if (orig_fields[i].table && orig_fields[i].table != mysqlnd_empty_string) { 360 new_fields[i].table = new_fields[i].root + 361 (orig_fields[i].table - orig_fields[i].root);
|
| H A D | mysqlnd_wireprotocol.c | 887 STRUCT_OFFSET(MYSQLND_FIELD, table), 1048 if (meta->table && meta->table != mysqlnd_empty_string) { 1050 meta->table = memcpy(root_ptr, meta->table, len); 1076 DBG_INF_FMT("FIELD=[%s.%s.%s]", meta->db? meta->db:"*NA*", meta->table? meta->table:"*NA*", 1233 fields_metadata[i].db, fields_metadata[i].table, fields_metadata[i].name, fields_metadata[i].type,
|
| /PHP_5_3/ext/pcre/pcrelib/ |
| H A D | pcre_internal.h | 260 #define TABLE_GET(c, table, default) ((table)[c]) 274 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) 282 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) 1864 looked up from a table. 1879 /* Opcode table: Starting from 1 (i.e. after OP_END), the values up to 2179 in UTF-8 mode. The code that uses this table must know about such things. */ 2265 easily be tracked. When a new number is added, the table calle [all...] |
| /PHP_5_3/ext/date/ |
| H A D | php_date.c | 367 /* {{{ Function table */ 1916 /* iterator handler table */ 3956 const timelib_tzdb_index_entry *table; local 3974 table = tzdb->index; 3980 if (tzdb->data[table[i].pos + 5] == option[0] && tzdb->data[table[i].pos + 6] == option[1]) { 3981 add_next_index_string(return_value, table[i].id, 1); 3983 } else if (what == PHP_DATE_TIMEZONE_GROUP_ALL_W_BC || (check_id_allowed(table[i].id, what) && (tzdb->data[table[i].pos + 4] == '\1'))) { 3984 add_next_index_string(return_value, table[ 4007 const timelib_tz_lookup_table *table, *entry; local [all...] |
| /PHP_5_3/ext/mysql/ |
| H A D | php_mysql.c | 1446 php_error_docref("http://www.mysql.com/doc" TSRMLS_CC, E_WARNING, "Your query requires a full tablescan (table %s, %s rows affected). Use EXPLAIN to optimize your query.", row[0], row[6]); 1448 php_error_docref("http://www.mysql.com/doc" TSRMLS_CC, E_WARNING, "Your query requires a full indexscan (table %s, %s rows affected). Use EXPLAIN to optimize your query.", row[0], row[6]); 1639 char *db, *table; local 1646 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|r", &db, &db_len, &table, &table_len, &mysql_link) == FAILURE) { 1663 if ((mysql_result=mysql_list_fields(mysql->conn, table, NULL))==NULL) { 1922 if ((!table_name || !strcasecmp(tmp_field->table, table_name)) && !strcasecmp(tmp_field->name, field_name)) { 2382 add_property_string(return_value, "table",(char *) (mysql_field->table?mysql_field->table:""), 1); 2460 Z_STRLEN_P(return_value) = strlen(mysql_field->table); [all...] |