| /PHP_5_3/ext/standard/ |
| H A D | dns_win32.c | 160 add_assoc_string(*subarray, "host", pRec->pName, 1); 165 add_assoc_string(*subarray, "type", "A", 1); 166 add_assoc_string(*subarray, "ip", inet_ntoa(ipaddr), 1); 171 add_assoc_string(*subarray, "type", "MX", 1); 177 add_assoc_string(*subarray, "type", "CNAME", 1); 183 add_assoc_string(*subarray, "type", "NS", 1); 189 add_assoc_string(*subarray, "type", "PTR", 1); 191 add_assoc_string(*subarray, "target", pRec->Data.MX.pNameExchange, 1); 205 add_assoc_string(*subarray, "type", "TXT", 1); 223 add_assoc_string(*subarra [all...] |
| H A D | datetime.c | 124 add_assoc_string(return_value, "unparsed", unparsed_part, 1);
|
| H A D | url.c | 426 add_assoc_string(return_value, "scheme", resource->scheme, 1); 428 add_assoc_string(return_value, "host", resource->host, 1); 432 add_assoc_string(return_value, "user", resource->user, 1); 434 add_assoc_string(return_value, "pass", resource->pass, 1); 436 add_assoc_string(return_value, "path", resource->path, 1); 438 add_assoc_string(return_value, "query", resource->query, 1); 440 add_assoc_string(return_value, "fragment", resource->fragment, 1);
|
| H A D | string.c | 1480 add_assoc_string(tmp, "dirname", ret, 1); 4776 add_assoc_string(return_value, "decimal_point", currlocdata.decimal_point, 1); 4777 add_assoc_string(return_value, "thousands_sep", currlocdata.thousands_sep, 1); 4778 add_assoc_string(return_value, "int_curr_symbol", currlocdata.int_curr_symbol, 1); 4779 add_assoc_string(return_value, "currency_symbol", currlocdata.currency_symbol, 1); 4780 add_assoc_string(return_value, "mon_decimal_point", currlocdata.mon_decimal_point, 1); 4781 add_assoc_string(return_value, "mon_thousands_sep", currlocdata.mon_thousands_sep, 1); 4782 add_assoc_string(return_value, "positive_sign", currlocdata.positive_sign, 1); 4783 add_assoc_string(return_value, "negative_sign", currlocdata.negative_sign, 1); 4800 add_assoc_string(return_valu [all...] |
| H A D | dns.c | 451 add_assoc_string(*subarray, "host", name, 1); 454 add_assoc_string(*subarray, "type", "A", 1); 456 add_assoc_string(*subarray, "ip", name, 1); 460 add_assoc_string(*subarray, "type", "MX", 1); 466 add_assoc_string(*subarray, "type", "CNAME", 1); 471 add_assoc_string(*subarray, "type", "NS", 1); 476 add_assoc_string(*subarray, "type", "PTR", 1); 483 add_assoc_string(*subarray, "target", name, 1); 487 add_assoc_string(*subarray, "type", "HINFO", 1); 502 add_assoc_string(*subarra [all...] |
| H A D | streamsfuncs.c | 513 add_assoc_string(return_value, "wrapper_type", (char *)stream->wrapper->wops->label, 1); 515 add_assoc_string(return_value, "stream_type", (char *)stream->ops->label, 1); 517 add_assoc_string(return_value, "mode", stream->mode, 1); 538 add_assoc_string(return_value, "uri", stream->orig_path, 1);
|
| /PHP_5_3/ext/intl/locale/ |
| H A D | locale_methods.c | 1050 add_assoc_string( hash_arr, cur_key_name , token ,TRUE ); 1054 add_assoc_string( hash_arr, cur_key_name , token , TRUE ); 1063 add_assoc_string( hash_arr, key_name , key_value , TRUE ); 1110 add_assoc_string( return_value , LOC_GRANDFATHERED_LANG_TAG , estrdup(loc_name) ,FALSE );
|
| /PHP_5_3/ext/bz2/ |
| H A D | bz2.c | 629 add_assoc_string(return_value, "errstr", (char*)errstr, 1);
|
| /PHP_5_3/ext/calendar/ |
| H A D | calendar.c | 281 add_assoc_string(*ret, "calname", calendar->name, 1); 282 add_assoc_string(*ret, "calsymbol", calendar->symbol, 1); 409 add_assoc_string(return_value, "date", date, 1); 418 add_assoc_string(return_value, "abbrevdayname", DayNameShort[dow], 1); 419 add_assoc_string(return_value, "dayname", DayNameLong[dow], 1); 421 add_assoc_string(return_value, "abbrevmonth", calendar->month_name_short[month], 1); 422 add_assoc_string(return_value, "monthname", calendar->month_name_long[month], 1);
|
| /PHP_5_3/ext/iconv/ |
| H A D | iconv.c | 2441 add_assoc_string(return_value, "input_encoding", ICONVG(input_encoding), 1); 2442 add_assoc_string(return_value, "output_encoding", ICONVG(output_encoding), 1); 2443 add_assoc_string(return_value, "internal_encoding", ICONVG(internal_encoding), 1);
|
| /PHP_5_3/ext/mbstring/ |
| H A D | mbstring.c | 4149 add_assoc_string(return_value, "internal_encoding", name, 1); 4152 add_assoc_string(return_value, "http_input", name, 1); 4155 add_assoc_string(return_value, "http_output", name, 1); 4158 add_assoc_string(return_value, "http_output_conv_mimetypes", name, 1); 4167 add_assoc_string(row1, over_func->orig_func, over_func->ovld_func, 1); 4173 add_assoc_string(return_value, "func_overload_list", "no overload", 1); 4177 add_assoc_string(return_value, "mail_charset", name, 1); 4180 add_assoc_string(return_value, "mail_header_encoding", name, 1); 4183 add_assoc_string(return_value, "mail_body_encoding", name, 1); 4188 add_assoc_string(return_valu [all...] |
| /PHP_5_3/ext/pdo_mysql/ |
| H A D | mysql_statement.c | 853 add_assoc_string(return_value, "mysql:def", F->def, 1); 872 add_assoc_string(return_value, "native_type", str, 1); 895 add_assoc_string(return_value, "table",(char *) (F->table?F->table:""), 1);
|
| /PHP_5_3/ext/pdo_pgsql/ |
| H A D | pgsql_statement.c | 608 add_assoc_string(return_value, "native_type", PQgetvalue(res, 0, 0), 1);
|
| /PHP_5_3/ext/pdo_sqlite/ |
| H A D | sqlite_statement.c | 293 add_assoc_string(return_value, "native_type", "null", 1); 297 add_assoc_string(return_value, "native_type", "double", 1); 303 add_assoc_string(return_value, "native_type", "string", 1); 307 add_assoc_string(return_value, "native_type", "integer", 1); 313 add_assoc_string(return_value, "sqlite:decl_type", (char *)str, 1); 319 add_assoc_string(return_value, "table", (char *)str, 1);
|
| /PHP_5_3/ext/posix/ |
| H A D | posix.c | 629 add_assoc_string(return_value, "sysname", u.sysname, 1); 630 add_assoc_string(return_value, "nodename", u.nodename, 1); 631 add_assoc_string(return_value, "release", u.release, 1); 632 add_assoc_string(return_value, "version", u.version, 1); 633 add_assoc_string(return_value, "machine", u.machine, 1); 636 add_assoc_string(return_value, "domainname", u.domainname, 1); 938 add_assoc_string(array_group, "name", g->gr_name, 1); 939 add_assoc_string(array_group, "passwd", g->gr_passwd, 1); 1112 add_assoc_string(return_value, "name", pw->pw_name, 1); 1113 add_assoc_string(return_valu [all...] |
| /PHP_5_3/ext/readline/ |
| H A D | readline.c | 232 add_assoc_string(return_value,"line_buffer",SAFE_STRING(rl_line_buffer),1); 239 add_assoc_string(return_value,"prompt",SAFE_STRING(rl_prompt),1); 240 add_assoc_string(return_value,"terminal_name",(char *)SAFE_STRING(rl_terminal_name),1); 245 add_assoc_string(return_value,"library_version",(char *)SAFE_STRING(rl_library_version),1); 246 add_assoc_string(return_value,"readline_name",(char *)SAFE_STRING(rl_readline_name),1);
|
| /PHP_5_3/ext/xml/ |
| H A D | xml.c | 919 add_assoc_string(tag,"tag",((char *) tag_name) + parser->toffset,1); /* cast to avoid gcc-warning */ 920 add_assoc_string(tag,"type","open",1); 978 add_assoc_string(*(parser->ctag),"type","complete",1); 986 add_assoc_string(tag,"tag",((char *) tag_name) + parser->toffset,1); /* cast to avoid gcc-warning */ 987 add_assoc_string(tag,"type","close",1); 1057 add_assoc_string(*(parser->ctag),"value",decoded_value,0); 1088 add_assoc_string(tag,"tag",parser->ltags[parser->level-1] + parser->toffset,1); 1089 add_assoc_string(tag,"value",decoded_value,0); 1090 add_assoc_string(tag,"type","cdata",1);
|
| /PHP_5_3/main/ |
| H A D | output.c | 755 add_assoc_string(elem, "name", ob_buffer->handler_name, 1); 1023 add_assoc_string(return_value, "name", OG(active_ob_buffer).handler_name, 1);
|
| /PHP_5_3/sapi/aolserver/ |
| H A D | aolserver.c | 276 add_assoc_string(return_value, key, value, 1);
|
| /PHP_5_3/sapi/apache/ |
| H A D | php_apache.c | 409 if (add_assoc_string(return_value, tenv[i].key, (tenv[i].val==NULL) ? "" : tenv[i].val, 1)==FAILURE) { 429 if (add_assoc_string(return_value, tenv[i].key, (tenv[i].val==NULL) ? "" : tenv[i].val, 1)==FAILURE) {
|
| /PHP_5_3/sapi/apache2filter/ |
| H A D | php_functions.c | 166 add_assoc_string(return_value, key, val, 1); 186 add_assoc_string(return_value, key, val, 1);
|
| /PHP_5_3/sapi/apache2handler/ |
| H A D | php_functions.c | 190 add_assoc_string(return_value, key, val, 1); 214 add_assoc_string(return_value, key, val, 1);
|
| /PHP_5_3/sapi/nsapi/ |
| H A D | nsapi.c | 418 add_assoc_string(return_value, entry->param->name, entry->param->value, 1); 443 add_assoc_string(return_value, entry->param->name, entry->param->value, 1);
|
| /PHP_5_3/ext/enchant/ |
| H A D | enchant.c | 189 add_assoc_string(tmp_array, "name", (char *)name, 1); 190 add_assoc_string(tmp_array, "desc", (char *)desc, 1); 191 add_assoc_string(tmp_array, "file", (char *)file, 1); 210 add_assoc_string(zdesc, "lang", (char *)lang, 1); 211 add_assoc_string(zdesc, "name", (char *)name, 1); 212 add_assoc_string(zdesc, "desc", (char *)desc, 1); 213 add_assoc_string(zdesc, "file", (char *)file, 1); 226 add_assoc_string(tmp_array, "lang_tag", (char *)lang_tag, 1); 227 add_assoc_string(tmp_array, "provider_name", (char *)provider_name, 1); 228 add_assoc_string(tmp_arra [all...] |
| /PHP_5_3/ext/date/ |
| H A D | php_date.c | 1786 add_assoc_string(return_value, "weekday", php_date_full_day_name(ts->y, ts->m, ts->d), 1); 1787 add_assoc_string(return_value, "month", mon_full_names[ts->m - 1], 1); 2733 add_assoc_string(return_value, "tz_abbr", parsed_time->tz_abbr, 1); 2736 add_assoc_string(return_value, "tz_id", parsed_time->tz_info->name, 1); 2742 add_assoc_string(return_value, "tz_abbr", parsed_time->tz_abbr, 1); 3421 add_assoc_string(element, "time", php_format_date(DATE_FORMAT_ISO8601, 13, timestamp_begin, 0 TSRMLS_CC), 0); \ 3424 add_assoc_string(element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[0].abbr_idx], 1); \ 3431 add_assoc_string(element, "time", php_format_date(DATE_FORMAT_ISO8601, 13, ts, 0 TSRMLS_CC), 0); \ 3434 add_assoc_string(element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[tzobj->tzi.tz->trans_idx[i]].abbr_idx], 1); \ 3498 add_assoc_string(return_valu [all...] |