Searched refs:WSDL_NAMESPACE (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/soap/ |
H A D | php_encoding.h | 150 #define WSDL_NAMESPACE "http://schemas.xmlsoap.org/wsdl/" macro
|
H A D | php_encoding.c | 2264 … 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 D | php_sdl.c | 213 if (node->ns && strcmp((char*)node->ns->href, WSDL_NAMESPACE) != 0) { in is_wsdl_element() 215 if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL && in is_wsdl_element() 346 definitions = get_node_ex(root, "definitions", WSDL_NAMESPACE); in load_wsdl_ex() 472 …part = get_node_with_attribute_ex(message->children, "part", WSDL_NAMESPACE, "name", (char*)tmp->c… in wsdl_soap_binding_header() 683 if (trav->ns != NULL && strcmp((char*)trav->ns->href, WSDL_NAMESPACE) != 0) { in wsdl_message() 977 input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); in load_wsdl() 998 input = get_node_ex(operation->children, "input", WSDL_NAMESPACE); in load_wsdl() 1006 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl() 1032 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl() 1047 if (node_is_equal_ex(fault, "fault", WSDL_NAMESPACE)) { in load_wsdl() [all …]
|
H A D | soap.c | 4425 …ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESP… 4449 …ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA… 4467 …ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA…
|
Completed in 32 milliseconds