Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_encoding.h150 #define WSDL_NAMESPACE "http://schemas.xmlsoap.org/wsdl/" macro
H A Dphp_encoding.c2300 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESP… in to_xml_array()
2350 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA… in to_xml_array()
2360 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESP… in to_xml_array()
2380 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESP… in to_xml_array()
2544 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESP… in to_zval_array()
2565 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA… in to_zval_array()
2574 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESP… in to_zval_array()
2586 … 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.c4256 …ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESP…
4280 …ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA…
4298 …ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA…

Completed in 33 milliseconds