ns_type           552 ext/soap/soap.c 				char *ns_type;
ns_type           553 ext/soap/soap.c 				spprintf(&ns_type, 0, "%s:%s", defaultEncoding[i].details.ns, defaultEncoding[i].details.type_str);
ns_type           554 ext/soap/soap.c 				zend_hash_str_add_ptr(&defEnc, ns_type, strlen(ns_type), enc);
ns_type           555 ext/soap/soap.c 				efree(ns_type);