Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/
H A Dphp_encoding.h150 #define WSDL_NAMESPACE "http://schemas.xmlsoap.org/wsdl/" macro
H A Dphp_encoding.c2264 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESP… in to_xml_array()
2314 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA… in to_xml_array()
2324 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESP… in to_xml_array()
2344 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESP… in to_xml_array()
2501 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESP… in to_zval_array()
2522 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA… in to_zval_array()
2531 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESP… in to_zval_array()
2543 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESP… in to_zval_array()
H A Dphp_sdl.c214 if (node->ns && strcmp((char*)node->ns->href, WSDL_NAMESPACE) != 0) { in is_wsdl_element()
216 if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL && in is_wsdl_element()
349 definitions = get_node_ex(root, "definitions", WSDL_NAMESPACE); in load_wsdl_ex()
475 …part = get_node_with_attribute_ex(message->children, "part", WSDL_NAMESPACE, "name", (char*)tmp->c… in wsdl_soap_binding_header()
686 if (trav->ns != NULL && strcmp((char*)trav->ns->href, WSDL_NAMESPACE) != 0) { in wsdl_message()
980 input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); in load_wsdl()
1001 input = get_node_ex(operation->children, "input", WSDL_NAMESPACE); in load_wsdl()
1009 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1035 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1050 if (node_is_equal_ex(fault, "fault", WSDL_NAMESPACE)) { in load_wsdl()
[all …]
H A Dsoap.c4255 …ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESP…
4279 …ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA…
4297 …ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA…

Completed in 52 milliseconds