Searched defs:href (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/soap/ |
| H A D | php_encoding.c | 333 xmlSetProp(node, BAD_CAST("href"), BAD_CAST(id)); 566 smart_str_appends(&nscat, (char*)nsptr->href); 2600 enc = get_encoder(SOAP_GLOBAL(sdl), (char*)nsptr->href, type); 2614 enc = get_encoder(SOAP_GLOBAL(sdl), (char*)nsptr->href, type); 2973 add_property_string(soapvar, "enc_ns", (char*)nsptr->href, 1); 3208 if (data->ns && data->ns->href) { 3209 smart_str_appends(&nscat, (char*)data->ns->href); 3420 xmlAttrPtr href; local 3422 href = data->properties; 3424 href 3477 xmlSearchNsPrefixByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument [all...] |
Completed in 12 milliseconds