Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds