Home
last modified time | relevance | path

Searched refs:hdr_func (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/soap/
H A Dsoap.c3615 xmlNodePtr hdr_func = trav; local
3619 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
3623 attr = get_attribute_ex(hdr_func->properties,"actor",envelope_ns);
3631 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
3635 attr = get_attribute_ex(hdr_func->properties,"role",envelope_ns);
3644 attr = get_attribute_ex(hdr_func->properties,"mustUnderstand",envelope_ns);
3659 h->function = find_function(sdl, hdr_func, &h->function_name);
3666 if (hdr_func->ns) {
3667 smart_str_appends(&key, (char*)hdr_func->ns->href);
3681 h->parameters[0] = master_to_zval(h->hdr->encode, hdr_func TSRMLS_CC);
[all …]

Completed in 16 milliseconds