fixed            1388 ext/soap/php_encoding.c 						if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)r_node->children->content) != 0) {
fixed            1389 ext/soap/php_encoding.c 							soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, r_node->children->content);
fixed            1392 ext/soap/php_encoding.c 					} else if (model->u.element->fixed) {
fixed            1394 ext/soap/php_encoding.c 						xmlNodeSetContent(dummy, BAD_CAST(model->u.element->fixed));
fixed            1413 ext/soap/php_encoding.c 								if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)node->children->content) != 0) {
fixed            1414 ext/soap/php_encoding.c 									soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, node->children->content);
fixed            1417 ext/soap/php_encoding.c 							} else if (model->u.element->fixed) {
fixed            1419 ext/soap/php_encoding.c 								xmlNodeSetContent(dummy, BAD_CAST(model->u.element->fixed));
fixed            1614 ext/soap/php_encoding.c 						if ((*attr)->fixed && strcmp((*attr)->fixed, str_val) != 0) {
fixed            1615 ext/soap/php_encoding.c 							soap_error3(E_ERROR, "Encoding: Attribute '%s' has fixed value '%s' (value '%s' is not allowed)", (*attr)->name, (*attr)->fixed, str_val);
fixed            1617 ext/soap/php_encoding.c 					} else if ((*attr)->fixed) {
fixed            1618 ext/soap/php_encoding.c 						str_val = (*attr)->fixed;
fixed            1729 ext/soap/php_encoding.c 							    model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != 0) {
fixed            1730 ext/soap/php_encoding.c 								soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, property->children->content);
fixed            1752 ext/soap/php_encoding.c 						    model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != 0) {
fixed            1753 ext/soap/php_encoding.c 							soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, property->children->content);
fixed            2019 ext/soap/php_encoding.c 								if ((*attr)->fixed && strcmp((*attr)->fixed, (char*)dummy->children->content) != 0) {
fixed            2020 ext/soap/php_encoding.c 									soap_error3(E_ERROR, "Encoding: Attribute '%s' has fixed value '%s' (value '%s' is not allowed)", (*attr)->name, (*attr)->fixed, dummy->children->content);
fixed             805 ext/soap/php_schema.c 	xmlAttrPtr fixed, value;
fixed             812 ext/soap/php_schema.c 	fixed = get_attribute(val->properties, "fixed");
fixed             813 ext/soap/php_schema.c 	(*valptr)->fixed = FALSE;
fixed             814 ext/soap/php_schema.c 	if (fixed != NULL) {
fixed             815 ext/soap/php_schema.c 		if (!strncmp((char*)fixed->children->content, "true", sizeof("true")) ||
fixed             816 ext/soap/php_schema.c 			!strncmp((char*)fixed->children->content, "1", sizeof("1")))
fixed             817 ext/soap/php_schema.c 			(*valptr)->fixed = TRUE;
fixed             832 ext/soap/php_schema.c 	xmlAttrPtr fixed, value;
fixed             839 ext/soap/php_schema.c 	fixed = get_attribute(val->properties, "fixed");
fixed             840 ext/soap/php_schema.c 	(*valptr)->fixed = FALSE;
fixed             841 ext/soap/php_schema.c 	if (fixed != NULL) {
fixed             842 ext/soap/php_schema.c 		if (!strncmp((char*)fixed->children->content, "true", sizeof("true")) ||
fixed             843 ext/soap/php_schema.c 		    !strncmp((char*)fixed->children->content, "1", sizeof("1"))) {
fixed             844 ext/soap/php_schema.c 			(*valptr)->fixed = TRUE;
fixed            1610 ext/soap/php_schema.c 		cur_type->fixed = estrdup((char*)attr->children->content);
fixed            1826 ext/soap/php_schema.c 			newAttr->fixed = estrdup((char*)attr->children->content);
fixed            2098 ext/soap/php_schema.c 				if ((*tmp)->fixed != NULL && attr->fixed == NULL) {
fixed            2099 ext/soap/php_schema.c 					attr->fixed = estrdup((*tmp)->fixed);
fixed            2152 ext/soap/php_schema.c 							if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);}
fixed            2246 ext/soap/php_schema.c 				if ((*tmp)->fixed) {
fixed            2247 ext/soap/php_schema.c 				  type->fixed = estrdup((*tmp)->fixed);
fixed            2397 ext/soap/php_schema.c 	if (type->fixed) {
fixed            2398 ext/soap/php_schema.c 		efree(type->fixed);
fixed            2444 ext/soap/php_schema.c 	if (type->fixed) {
fixed            2445 ext/soap/php_schema.c 		free(type->fixed);
fixed            2512 ext/soap/php_schema.c 	if (attr->fixed) {
fixed            2513 ext/soap/php_schema.c 		efree(attr->fixed);
fixed            2538 ext/soap/php_schema.c 	if (attr->fixed) {
fixed            2539 ext/soap/php_schema.c 		free(attr->fixed);
fixed            1237 ext/soap/php_sdl.c 	attr->fixed = sdl_deserialize_string(in);
fixed            1262 ext/soap/php_sdl.c 		WSDL_CACHE_GET_1(x->fixed, char, in);
fixed            1276 ext/soap/php_sdl.c 		WSDL_CACHE_GET_1(x->fixed, char, in);
fixed            1331 ext/soap/php_sdl.c 	type->fixed = sdl_deserialize_string(in);
fixed            1850 ext/soap/php_sdl.c 	sdl_serialize_string(attr->fixed, out);
fixed            1911 ext/soap/php_sdl.c 		WSDL_CACHE_PUT_1(x->fixed, out);
fixed            1922 ext/soap/php_sdl.c 		WSDL_CACHE_PUT_1(x->fixed, out);
fixed            1937 ext/soap/php_sdl.c 	sdl_serialize_string(type->fixed, out);
fixed            2407 ext/soap/php_sdl.c 	prest->fixed = (*rest)->fixed;
fixed            2632 ext/soap/php_sdl.c 	if (pattr->fixed) {
fixed            2633 ext/soap/php_sdl.c 		pattr->fixed = strdup(pattr->fixed);
fixed            2742 ext/soap/php_sdl.c 	if (ptype->fixed) {
fixed            2743 ext/soap/php_sdl.c 		ptype->fixed = strdup(ptype->fixed);
fixed             129 ext/soap/php_sdl.h 	char  fixed;
fixed             134 ext/soap/php_sdl.h 	char  fixed;
fixed             210 ext/soap/php_sdl.h 	char               *fixed;
fixed             249 ext/soap/php_sdl.h 	char      *fixed;
fixed            4468 ext/soap/soap.c 				if (param->element->fixed) {
fixed            4469 ext/soap/soap.c 					ZVAL_STRING(&defval, param->element->fixed, 0);