Searched defs:href (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/soap/ |
| H A D | php_encoding.c | 333 xmlSetProp(node, BAD_CAST("href"), BAD_CAST(id)); 568 smart_str_appends(&nscat, (char*)nsptr->href); 2619 enc = get_encoder(SOAP_GLOBAL(sdl), (char*)nsptr->href, type); 2633 enc = get_encoder(SOAP_GLOBAL(sdl), (char*)nsptr->href, type); 2995 add_property_string(soapvar, "enc_ns", (char*)nsptr->href, 1); 3231 if (data->ns && data->ns->href) { 3232 smart_str_appends(&nscat, (char*)data->ns->href); 3443 xmlAttrPtr href; local 3445 href = data->properties; 3447 href 3500 xmlSearchNsPrefixByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument [all...] |
Completed in 16 milliseconds