| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 1908 add_property_string(mboxob, "name", cur->LTEXT, 1); 1913 add_property_string(mboxob, "delimiter", delim, 1); 1915 add_property_string(mboxob, "delimiter", cur->delimiter, 1); 1981 add_property_string(return_value, "Date", date, 1); 1982 add_property_string(return_value, "Driver", imap_le_struct->imap_stream->dtb->name, 1); 1983 add_property_string(return_value, "Mailbox", imap_le_struct->imap_stream->mailbox, 1); 2088 add_property_string(return_value, "Recent", cache->recent ? (cache->seen ? "R": "N") : " ", 1); 2089 add_property_string(return_value, "Unseen", (cache->recent | cache->seen) ? " " : "U", 1); 2090 add_property_string(return_value, "Flagged", cache->flagged ? "F" : " ", 1); 2091 add_property_string(return_valu [all...] |
| /PHP_TRUNK/ext/mssql/ |
| H A D | php_mssql.c | 1716 add_property_string(return_value, "name",result->fields[field_offset].name, 1); 1718 add_property_string(return_value, "column_source",result->fields[field_offset].column_source, 1); 1720 add_property_string(return_value, "type", php_mssql_get_field_name(Z_TYPE(result->fields[field_offset])), 1);
|
| /PHP_TRUNK/ext/sybase_ct/ |
| H A D | php_sybase_ct.c | 2004 add_property_string(return_value, "name", result->fields[field_offset].name, 1); 2006 add_property_string(return_value, "column_source", result->fields[field_offset].column_source, 1); 2008 add_property_string(return_value, "type", php_sybase_get_field_name(Z_TYPE(result->fields[field_offset])), 1);
|
| /PHP_TRUNK/sapi/apache/ |
| H A D | php_apache.c | 478 add_property_string(return_value,"the_request", rr->the_request, 1); 481 add_property_string(return_value,"status_line", (char *)rr->status_line, 1); 484 add_property_string(return_value,"method", (char *)rr->method, 1); 487 add_property_string(return_value,"content_type", (char *)rr->content_type, 1); 490 add_property_string(return_value,"handler", (char *)rr->handler, 1); 493 add_property_string(return_value,"uri", rr->uri, 1); 496 add_property_string(return_value,"filename", rr->filename, 1); 499 add_property_string(return_value,"path_info", rr->path_info, 1); 502 add_property_string(return_value,"args", rr->args, 1); 505 add_property_string(return_valu [all...] |
| /PHP_TRUNK/sapi/apache2filter/ |
| H A D | php_functions.c | 96 if (rr->name) add_property_string(return_value, #name, (char *) rr->name, 1)
|
| /PHP_TRUNK/sapi/apache2handler/ |
| H A D | php_functions.c | 116 if (rr->name) add_property_string(return_value, #name, (char *) rr->name, 1)
|
| /PHP_TRUNK/sapi/apache_hooks/ |
| H A D | php_apache.c | 1853 add_property_string(return_value,"the_request", rr->the_request, 1); 1856 add_property_string(return_value,"status_line", (char *)rr->status_line, 1); 1859 add_property_string(return_value,"method", (char *)rr->method, 1); 1862 add_property_string(return_value,"content_type", (char *)rr->content_type, 1); 1865 add_property_string(return_value,"handler", (char *)rr->handler, 1); 1868 add_property_string(return_value,"uri", rr->uri, 1); 1871 add_property_string(return_value,"filename", rr->filename, 1); 1874 add_property_string(return_value,"path_info", rr->path_info, 1); 1877 add_property_string(return_value,"args", rr->args, 1); 1880 add_property_string(return_valu [all...] |
| /PHP_TRUNK/ext/libxml/ |
| H A D | libxml.c | 986 add_property_string(return_value, "message", error->message, 1); 991 add_property_string(return_value, "file", error->file, 1); 1026 add_property_string(z_error, "message", error->message, 1); 1031 add_property_string(z_error, "file", error->file, 1);
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli_nonapi.c | 1037 add_property_string(return_value, "charset", (name) ? (char *)name : "", 1); 1038 add_property_string(return_value, "collation",(collation) ? (char *)collation : "", 1); 1039 add_property_string(return_value, "dir", (dir) ? (char *)dir : "", 1); 1044 add_property_string(return_value, "comment", (comment) ? (char *)comment : "", 1);
|
| H A D | mysqli_api.c | 1130 add_property_string(value, "name",(field->name ? field->name : ""), 1); 1131 add_property_string(value, "orgname",(field->org_name ? field->org_name : ""), 1); 1132 add_property_string(value, "table",(field->table ? field->table : ""), 1); 1133 add_property_string(value, "orgtable",(field->org_table ? field->org_table : ""), 1); 1134 add_property_string(value, "def",(field->def ? field->def : ""), 1); 1135 add_property_string(value, "db",(field->db ? field->db : ""), 1); 1141 add_property_string(value, "catalog", "def", 1);
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_encoding.c | 2962 add_property_string(soapvar, "enc_stype", cptype, 1); 2964 add_property_string(soapvar, "enc_ns", (char*)nsptr->href, 1);
|
| H A D | soap.c | 3239 add_property_string(obj, "faultstring", fault_string ? fault_string : "", 1); 3246 add_property_string(obj, "faultcode", fault_code, 1); 3247 add_property_string(obj, "faultcodens", fault_code_ns, 1); 3250 add_property_string(obj, "faultcode", fault_code, 1); 3255 add_property_string(obj, "faultcodens", SOAP_1_1_ENV_NAMESPACE, 1); 3259 add_property_string(obj, "faultcode", "Sender", 1); 3260 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE, 1); 3262 add_property_string(obj, "faultcode", "Receiver", 1); 3263 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE, 1); 3267 add_property_string(ob [all...] |
| /PHP_TRUNK/ext/mysql/ |
| H A D | php_mysql.c | 2423 add_property_string(return_value, "name",(mysql_field->name?mysql_field->name:""), 1); 2424 add_property_string(return_value, "table",(mysql_field->table?mysql_field->table:""), 1); 2425 add_property_string(return_value, "def",(mysql_field->def?mysql_field->def:""), 1); 2433 add_property_string(return_value, "type", php_mysql_get_field_name(Z_TYPE_P(mysql_field)), 1);
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_API.h | 445 #define add_property_string(__arg, __key, __str, __duplicate) add_property_string_ex(__arg, __key, strlen(__key)+1, __str, __duplicate TSRMLS_CC) macro
|
| /PHP_TRUNK/ext/standard/ |
| H A D | user_filters.c | 356 add_property_string(obj, "filtername", (char*)filtername, 1);
|