Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_sdl.c820 xmlAttrPtr styleAttribute = get_attribute(soapBindingNode->properties, "style"); in load_wsdl() local
821 … if (styleAttribute && !strncmp((char*)styleAttribute->children->content, "rpc", sizeof("rpc"))) { in load_wsdl()
928 xmlAttrPtr styleAttribute = get_attribute(soapOperation->properties, "style"); in load_wsdl() local
929 if (styleAttribute) { in load_wsdl()
930 if (!strncmp((char*)styleAttribute->children->content, "rpc", sizeof("rpc"))) { in load_wsdl()

Completed in 11 milliseconds