Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c63 static inline int is_soap_type(const char* soap_type) { in is_soap_type() argument
64 return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0; in is_soap_type()

Completed in 5 milliseconds