attr_is_equal_ex   88 ext/soap/php_packet_soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr_is_equal_ex  138 ext/soap/php_packet_soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr_is_equal_ex  164 ext/soap/php_packet_soap.c 			} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr_is_equal_ex 1823 ext/soap/php_schema.c 		if (attr_is_equal_ex(attr, "default", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1825 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "fixed", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1827 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "form", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1835 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "id", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1837 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "name", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1839 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "ref", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1841 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "type", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1843 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "use", SCHEMA_NAMESPACE)) {
attr_is_equal_ex  242 ext/soap/php_xml.c 		if (attr_is_equal_ex(node, name, ns)) {
attr_is_equal_ex   31 ext/soap/php_xml.h #define attr_is_equal(node, name) attr_is_equal_ex(node, name, NULL)
attr_is_equal_ex   38 ext/soap/php_xml.h int attr_is_equal_ex(xmlAttrPtr node, char *name, char *ns);
attr_is_equal_ex 3492 ext/soap/soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr_is_equal_ex 3534 ext/soap/soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr_is_equal_ex 3600 ext/soap/soap.c 			} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {