style             199 ext/gd/gd.c    	ZEND_ARG_INFO(0, style)
style            1642 ext/gd/gd.c    	zend_long cx, cy, w, h, ST, E, col, style;
style            1646 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rllllllll", &IM, &cx, &cy, &w, &h, &ST, &E, &col, &style) == FAILURE) {
style            1664 ext/gd/gd.c    	gdImageFilledArc(im, cx, cy, w, h, st, e, col, style);
style             143 ext/gd/libgd/gd.c 	im->style = 0;
style             199 ext/gd/libgd/gd.c 	im->style = 0;
style             253 ext/gd/libgd/gd.c 	if (im->style) {
style             254 ext/gd/libgd/gd.c 		gdFree(im->style);
style             723 ext/gd/libgd/gd.c 			if (!im->style) {
style             727 ext/gd/libgd/gd.c 				p = im->style[im->stylePos++];
style             735 ext/gd/libgd/gd.c 			if (!im->style) {
style             739 ext/gd/libgd/gd.c 			p = im->style[im->stylePos++];
style            1675 ext/gd/libgd/gd.c void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style)
style            1711 ext/gd/libgd/gd.c 			if (!(style & gdChord)) {
style            1712 ext/gd/libgd/gd.c 				if (style & gdNoFill) {
style            1732 ext/gd/libgd/gd.c 	if (style & gdChord) {
style            1733 ext/gd/libgd/gd.c 		if (style & gdNoFill) {
style            1734 ext/gd/libgd/gd.c 			if (style & gdEdged) {
style            1749 ext/gd/libgd/gd.c 		if (style & gdNoFill) {
style            1750 ext/gd/libgd/gd.c 			if (style & gdEdged) {
style            2726 ext/gd/libgd/gd.c void gdImageSetStyle (gdImagePtr im, int *style, int noOfPixels)
style            2728 ext/gd/libgd/gd.c 	if (im->style) {
style            2729 ext/gd/libgd/gd.c 		gdFree(im->style);
style            2731 ext/gd/libgd/gd.c 	im->style = (int *) gdMalloc(sizeof(int) * noOfPixels);
style            2732 ext/gd/libgd/gd.c 	memcpy(im->style, style, sizeof(int) * noOfPixels);
style             201 ext/gd/libgd/gd.h 	int *style;
style             666 ext/gd/libgd/gd.h void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style);
style             704 ext/gd/libgd/gd.h void gdImageSetStyle(gdImagePtr im, int *style, int noOfPixels);
style              22 ext/gd/libgd/gd_arc_f_buggy.c gdImageFilledArc (gdImagePtr im, int cx, int cy, int width, int height, int s, int e, int color, int style)
style             122 ext/gd/libgd/gd_arc_f_buggy.c 	      if (style == gdChord)
style             127 ext/gd/libgd/gd_arc_f_buggy.c 	      else if (style == gdPie)
style             146 ext/gd/libgd/gd_arc_f_buggy.c 		  if (style == gdChord)
style             151 ext/gd/libgd/gd_arc_f_buggy.c 		  else if (style == gdPie)
style             170 ext/gd/libgd/gd_arc_f_buggy.c 		      if (style == gdChord)
style             175 ext/gd/libgd/gd_arc_f_buggy.c 		      else if (style == gdPie)
style             193 ext/gd/libgd/gd_arc_f_buggy.c 		      if (style == gdChord)
style             198 ext/gd/libgd/gd_arc_f_buggy.c 		      else if (style == gdPie)
style             363 ext/gd/libgd/gd_arc_f_buggy.c   if (style == gdPie)
style              80 ext/gd/libgd/gddemo.c       int style[8];
style              89 ext/gd/libgd/gddemo.c       style[0] = 0;
style              90 ext/gd/libgd/gddemo.c       style[1] = 0;
style              91 ext/gd/libgd/gddemo.c       style[2] = 0;
style              92 ext/gd/libgd/gddemo.c       style[3] = 0;
style              93 ext/gd/libgd/gddemo.c       style[4] = 0;
style              94 ext/gd/libgd/gddemo.c       style[5] = 0;
style              95 ext/gd/libgd/gddemo.c       style[6] = 0;
style              96 ext/gd/libgd/gddemo.c       style[7] = 1;
style              97 ext/gd/libgd/gddemo.c       gdImageSetStyle (im_out, style, 8);
style             142 ext/intl/formatter/formatter_class.c 	ZEND_ARG_INFO(0, style)
style              33 ext/intl/formatter/formatter_main.c 	zend_long   style;
style              41 ext/intl/formatter/formatter_main.c 		&locale, &locale_len, &style, &pattern, &pattern_len ) == FAILURE )
style              63 ext/intl/formatter/formatter_main.c 	FORMATTER_OBJECT(nfo) = unum_open(style, spattern, spattern_len, locale, NULL, &INTL_DATA_ERROR_CODE(nfo));
style             247 ext/intl/php_intl.c 	ZEND_ARG_INFO(0, style)
style             492 ext/intl/php_intl.c 	ZEND_ARG_INFO( 0, style )
style              43 ext/soap/php_encoding.c static xmlNodePtr to_xml_long(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              44 ext/soap/php_encoding.c static xmlNodePtr to_xml_double(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              45 ext/soap/php_encoding.c static xmlNodePtr to_xml_bool(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              48 ext/soap/php_encoding.c static xmlNodePtr to_xml_string(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              49 ext/soap/php_encoding.c static xmlNodePtr to_xml_base64(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              50 ext/soap/php_encoding.c static xmlNodePtr to_xml_hexbin(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              53 ext/soap/php_encoding.c static xmlNodePtr to_xml_null(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              56 ext/soap/php_encoding.c static xmlNodePtr guess_array_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              57 ext/soap/php_encoding.c static xmlNodePtr to_xml_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              59 ext/soap/php_encoding.c static xmlNodePtr to_xml_list(encodeTypePtr enc, zval *data, int style, xmlNodePtr parent);
style              60 ext/soap/php_encoding.c static xmlNodePtr to_xml_list1(encodeTypePtr enc, zval *data, int style, xmlNodePtr parent);
style              63 ext/soap/php_encoding.c static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNodePtr parent);
style              64 ext/soap/php_encoding.c static xmlNodePtr to_xml_datetime(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              65 ext/soap/php_encoding.c static xmlNodePtr to_xml_time(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              66 ext/soap/php_encoding.c static xmlNodePtr to_xml_date(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              67 ext/soap/php_encoding.c static xmlNodePtr to_xml_gyearmonth(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              68 ext/soap/php_encoding.c static xmlNodePtr to_xml_gyear(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              69 ext/soap/php_encoding.c static xmlNodePtr to_xml_gmonthday(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              70 ext/soap/php_encoding.c static xmlNodePtr to_xml_gday(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              71 ext/soap/php_encoding.c static xmlNodePtr to_xml_gmonth(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              72 ext/soap/php_encoding.c static xmlNodePtr to_xml_duration(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              77 ext/soap/php_encoding.c static xmlNodePtr to_xml_object(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              78 ext/soap/php_encoding.c static xmlNodePtr to_xml_array(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              81 ext/soap/php_encoding.c static xmlNodePtr to_xml_any(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style              85 ext/soap/php_encoding.c static xmlNodePtr guess_xml_convert(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style             133 ext/soap/php_encoding.c #define FIND_ZVAL_NULL(zval, xml, style) \
style             136 ext/soap/php_encoding.c 	  if (style == SOAP_ENCODED) {\
style             378 ext/soap/php_encoding.c static xmlNodePtr master_to_xml_int(encodePtr encode, zval *data, int style, xmlNodePtr parent, int check_class_map)
style             426 ext/soap/php_encoding.c 		node = master_to_xml(enc, zdata, style, parent);
style             428 ext/soap/php_encoding.c 		if (style == SOAP_ENCODED || (SOAP_GLOBAL(sdl) && encode != enc)) {
style             472 ext/soap/php_encoding.c 						if (encode != enc && style == SOAP_LITERAL) {
style             501 ext/soap/php_encoding.c 			node = encode->to_xml(&encode->details, data, style, parent);
style             510 ext/soap/php_encoding.c xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent)
style             512 ext/soap/php_encoding.c 	return master_to_xml_int(encode, data, style, parent, 1);
style             598 ext/soap/php_encoding.c xmlNodePtr to_xml_user(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style             623 ext/soap/php_encoding.c 	if (style == SOAP_ENCODED) {
style             830 ext/soap/php_encoding.c static xmlNodePtr to_xml_string(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style             838 ext/soap/php_encoding.c 	FIND_ZVAL_NULL(data, ret, style);
style             909 ext/soap/php_encoding.c 	if (style == SOAP_ENCODED) {
style             915 ext/soap/php_encoding.c static xmlNodePtr to_xml_base64(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style             922 ext/soap/php_encoding.c 	FIND_ZVAL_NULL(data, ret, style);
style             936 ext/soap/php_encoding.c 	if (style == SOAP_ENCODED) {
style             942 ext/soap/php_encoding.c static xmlNodePtr to_xml_hexbin(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style             952 ext/soap/php_encoding.c 	FIND_ZVAL_NULL(data, ret, style);
style             973 ext/soap/php_encoding.c 	if (style == SOAP_ENCODED) {
style            1049 ext/soap/php_encoding.c static xmlNodePtr to_xml_long(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            1055 ext/soap/php_encoding.c 	FIND_ZVAL_NULL(data, ret, style);
style            1068 ext/soap/php_encoding.c 	if (style == SOAP_ENCODED) {
style            1074 ext/soap/php_encoding.c static xmlNodePtr to_xml_double(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            1082 ext/soap/php_encoding.c 	FIND_ZVAL_NULL(data, ret, style);
style            1091 ext/soap/php_encoding.c 	if (style == SOAP_ENCODED) {
style            1126 ext/soap/php_encoding.c static xmlNodePtr to_xml_bool(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            1132 ext/soap/php_encoding.c 	FIND_ZVAL_NULL(data, ret, style);
style            1140 ext/soap/php_encoding.c 	if (style == SOAP_ENCODED) {
style            1153 ext/soap/php_encoding.c static xmlNodePtr to_xml_null(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            1159 ext/soap/php_encoding.c 	if (style == SOAP_ENCODED) {
style            1617 ext/soap/php_encoding.c static int model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict)
style            1648 ext/soap/php_encoding.c 							property = master_to_xml(enc, val, style, node);
style            1655 ext/soap/php_encoding.c 						if (style == SOAP_LITERAL &&
style            1670 ext/soap/php_encoding.c 						property = master_to_xml(enc, data, style, node);
style            1677 ext/soap/php_encoding.c 					if (style == SOAP_LITERAL &&
style            1689 ext/soap/php_encoding.c 				if (style == SOAP_LITERAL &&
style            1721 ext/soap/php_encoding.c 						master_to_xml(enc, val, style, node);
style            1724 ext/soap/php_encoding.c 					master_to_xml(enc, data, style, node);
style            1742 ext/soap/php_encoding.c 				if (!model_to_xml_object(node, tmp, object, style, strict && (tmp->min_occurs > 0))) {
style            1756 ext/soap/php_encoding.c 				int tmp_ret = model_to_xml_object(node, tmp, object, style, 0);
style            1766 ext/soap/php_encoding.c 			return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs > 0);
style            1805 ext/soap/php_encoding.c static xmlNodePtr to_xml_object(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            1814 ext/soap/php_encoding.c 		if (style == SOAP_ENCODED) {
style            1843 ext/soap/php_encoding.c 					xmlParam = master_to_xml(enc, tmp, style, parent);
style            1845 ext/soap/php_encoding.c 					xmlParam = master_to_xml(enc, data, style, parent);
style            1862 ext/soap/php_encoding.c 				xmlParam = master_to_xml(sdlType->encode, data, style, parent);
style            1869 ext/soap/php_encoding.c 					xmlParam = master_to_xml(sdlType->encode, tmp, style, parent);
style            1871 ext/soap/php_encoding.c 					xmlParam = master_to_xml(sdlType->encode, data, style, parent);
style            1902 ext/soap/php_encoding.c 						property = master_to_xml(array_el->encode, val, style, xmlParam);
style            1905 ext/soap/php_encoding.c 					if (style == SOAP_LITERAL &&
style            1913 ext/soap/php_encoding.c 				model_to_xml_object(xmlParam, sdlType->model, data, style, 1);
style            1950 ext/soap/php_encoding.c 		if (style == SOAP_ENCODED) {
style            1967 ext/soap/php_encoding.c 				property = master_to_xml(get_conversion(Z_TYPE_P(zprop)), zprop, style, xmlParam);
style            1985 ext/soap/php_encoding.c 		if (style == SOAP_ENCODED) {
style            1993 ext/soap/php_encoding.c static xmlNodePtr guess_array_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            2008 ext/soap/php_encoding.c 	return master_to_xml(enc, data, style, parent);
style            2111 ext/soap/php_encoding.c                                    int style
style            2125 ext/soap/php_encoding.c 					xparam = master_to_xml(get_conversion(Z_TYPE_P(zdata)), zdata, style, xmlParam);
style            2127 ext/soap/php_encoding.c 					xparam = master_to_xml(enc, zdata, style, xmlParam);
style            2132 ext/soap/php_encoding.c  				} else if (style == SOAP_LITERAL && enc && enc->details.type_str) {
style            2139 ext/soap/php_encoding.c  				add_xml_array_elements(xmlParam, type, enc, ns, dimension-1, dims+1, zdata, style);
style            2151 ext/soap/php_encoding.c  				} else if (style == SOAP_LITERAL && enc && enc->details.type_str) {
style            2162 ext/soap/php_encoding.c 				add_xml_array_elements(xmlParam, type, enc, ns, dimension-1, dims+1, NULL, style);
style            2175 ext/soap/php_encoding.c  				} else if (style == SOAP_LITERAL && enc && enc->details.type_str) {
style            2182 ext/soap/php_encoding.c  			  add_xml_array_elements(xmlParam, type, enc, ns, dimension-1, dims+1, NULL, style);
style            2198 ext/soap/php_encoding.c static xmlNodePtr to_xml_array(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            2218 ext/soap/php_encoding.c 		if (style == SOAP_ENCODED) {
style            2422 ext/soap/php_encoding.c 		if (style == SOAP_ENCODED) {
style            2449 ext/soap/php_encoding.c 		add_xml_array_elements(xmlParam, element_type, enc, enc?encode_add_ns(xmlParam,enc->details.ns):NULL, dimension, dims, data, style);
style            2452 ext/soap/php_encoding.c 	if (style == SOAP_ENCODED) {
style            2671 ext/soap/php_encoding.c static xmlNodePtr to_xml_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            2682 ext/soap/php_encoding.c 	FIND_ZVAL_NULL(data, xmlParam, style);
style            2692 ext/soap/php_encoding.c 				if (style == SOAP_ENCODED) {
style            2701 ext/soap/php_encoding.c 				if (style == SOAP_ENCODED) {
style            2709 ext/soap/php_encoding.c 			xparam = master_to_xml(get_conversion(Z_TYPE_P(temp_data)), temp_data, style, item);
style            2713 ext/soap/php_encoding.c 	if (style == SOAP_ENCODED) {
style            2766 ext/soap/php_encoding.c static xmlNodePtr guess_xml_convert(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            2776 ext/soap/php_encoding.c 	ret = master_to_xml_int(enc, data, style, parent, 0);
style            2866 ext/soap/php_encoding.c static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNodePtr parent)
style            2880 ext/soap/php_encoding.c 	FIND_ZVAL_NULL(data, xmlParam, style);
style            2924 ext/soap/php_encoding.c 	if (style == SOAP_ENCODED) {
style            2930 ext/soap/php_encoding.c static xmlNodePtr to_xml_duration(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            2933 ext/soap/php_encoding.c 	return to_xml_string(type, data, style, parent);
style            2936 ext/soap/php_encoding.c static xmlNodePtr to_xml_datetime(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            2938 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m-%dT%H:%M:%S", style, parent);
style            2941 ext/soap/php_encoding.c static xmlNodePtr to_xml_time(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            2944 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%H:%M:%S", style, parent);
style            2947 ext/soap/php_encoding.c static xmlNodePtr to_xml_date(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            2949 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m-%d", style, parent);
style            2952 ext/soap/php_encoding.c static xmlNodePtr to_xml_gyearmonth(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            2954 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m", style, parent);
style            2957 ext/soap/php_encoding.c static xmlNodePtr to_xml_gyear(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            2959 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y", style, parent);
style            2962 ext/soap/php_encoding.c static xmlNodePtr to_xml_gmonthday(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            2964 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "--%m-%d", style, parent);
style            2967 ext/soap/php_encoding.c static xmlNodePtr to_xml_gday(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            2969 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "---%d", style, parent);
style            2972 ext/soap/php_encoding.c static xmlNodePtr to_xml_gmonth(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            2974 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "--%m--", style, parent);
style            2982 ext/soap/php_encoding.c static xmlNodePtr to_xml_list(encodeTypePtr enc, zval *data, int style, xmlNodePtr parent) {
style            2997 ext/soap/php_encoding.c 	FIND_ZVAL_NULL(data, ret, style);
style            3073 ext/soap/php_encoding.c static xmlNodePtr to_xml_list1(encodeTypePtr enc, zval *data, int style, xmlNodePtr parent) {
style            3075 ext/soap/php_encoding.c 	return to_xml_list(enc,data,style, parent);
style            3083 ext/soap/php_encoding.c static xmlNodePtr to_xml_union(encodeTypePtr enc, zval *data, int style, xmlNodePtr parent) {
style            3085 ext/soap/php_encoding.c 	return to_xml_list(enc,data,style, parent);
style            3118 ext/soap/php_encoding.c static xmlNodePtr to_xml_any(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
style            3128 ext/soap/php_encoding.c 			ret = master_to_xml(enc, el, style, parent);
style            3223 ext/soap/php_encoding.c xmlNodePtr sdl_guess_convert_xml(encodeTypePtr enc, zval *data, int style, xmlNodePtr parent)
style            3231 ext/soap/php_encoding.c 		ret = guess_xml_convert(enc, data, style, parent);
style            3232 ext/soap/php_encoding.c 		if (style == SOAP_ENCODED) {
style            3263 ext/soap/php_encoding.c 				ret = master_to_xml(type->encode, data, style, parent);
style            3265 ext/soap/php_encoding.c 				ret = guess_xml_convert(enc, data, style, parent);
style            3269 ext/soap/php_encoding.c 			ret = to_xml_list(enc, data, style, parent);
style            3272 ext/soap/php_encoding.c 			ret = to_xml_union(enc, data, style, parent);
style            3280 ext/soap/php_encoding.c 				return to_xml_array(enc, data, style, parent);
style            3282 ext/soap/php_encoding.c 				return to_xml_object(enc, data, style, parent);
style            3289 ext/soap/php_encoding.c 	if (style == SOAP_ENCODED) {
style             187 ext/soap/php_encoding.h 	xmlNodePtr (*to_xml)(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style             191 ext/soap/php_encoding.h xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent);
style             195 ext/soap/php_encoding.h xmlNodePtr to_xml_user(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
style             201 ext/soap/php_encoding.h xmlNodePtr sdl_guess_convert_xml(encodeTypePtr enc, zval* data, int style, xmlNodePtr parent);
style             272 ext/soap/php_packet_soap.c 					if (fnb->style == SOAP_DOCUMENT) {
style             294 ext/soap/php_packet_soap.c 					if (!cur && fnb->style == SOAP_RPC) {
style             298 ext/soap/php_packet_soap.c 						if (fnb->style == SOAP_DOCUMENT) {
style             847 ext/soap/php_sdl.c 					soapBinding->style = SOAP_DOCUMENT;
style             853 ext/soap/php_sdl.c 							soapBinding->style = SOAP_RPC;
style             951 ext/soap/php_sdl.c 						soapFunctionBinding->style = soapBinding->style;
style             963 ext/soap/php_sdl.c 									soapFunctionBinding->style = SOAP_RPC;
style             965 ext/soap/php_sdl.c 									soapFunctionBinding->style = SOAP_DOCUMENT;
style             968 ext/soap/php_sdl.c 								soapFunctionBinding->style = soapBinding->style;
style            1677 ext/soap/php_sdl.c 				WSDL_CACHE_GET_1(soap_binding->style,sdlEncodingStyle,&in);
style            1708 ext/soap/php_sdl.c 				WSDL_CACHE_GET_1(binding->style,sdlEncodingStyle,&in);
style            2270 ext/soap/php_sdl.c 				WSDL_CACHE_PUT_1(binding->style, out);
style            2304 ext/soap/php_sdl.c 							WSDL_CACHE_PUT_1(binding->style, out);
style              92 ext/soap/php_sdl.h 	sdlEncodingStyle  style;
style             121 ext/soap/php_sdl.h 	sdlEncodingStyle            style;
style              65 ext/soap/soap.c static xmlNodePtr serialize_parameter(sdlParamPtr param,zval *param_val,int index,char *name, int style, xmlNodePtr parent);
style              66 ext/soap/soap.c static xmlNodePtr serialize_zval(zval *val, sdlParamPtr param, char *paramName, int style, xmlNodePtr parent);
style            3390 ext/soap/soap.c 		    ((sdlSoapBindingFunctionPtr)function->bindingAttributes)->style == SOAP_DOCUMENT &&
style            3433 ext/soap/soap.c 		if (fnb->style == SOAP_DOCUMENT) {
style            3681 ext/soap/soap.c 						if (fnb->style == SOAP_RPC) {
style            3702 ext/soap/soap.c 		if (fnb->style == SOAP_RPC) {
style            3757 ext/soap/soap.c 	int style, use;
style            3763 ext/soap/soap.c 		style = fnb->style;
style            3765 ext/soap/soap.c 		if (style == SOAP_RPC) {
style            3774 ext/soap/soap.c 		style = main?SOAP_RPC:SOAP_DOCUMENT;
style            3776 ext/soap/soap.c 		if (style == SOAP_RPC) {
style            3795 ext/soap/soap.c 		if (style == SOAP_RPC) {
style            3827 ext/soap/soap.c 			if (style == SOAP_RPC) {
style            4077 ext/soap/soap.c 				if (fnb->style == SOAP_RPC && !sparam->element) {
style            4218 ext/soap/soap.c 	int i, style, use;
style            4249 ext/soap/soap.c 		style = fnb->style;
style            4253 ext/soap/soap.c 		if (style == SOAP_RPC) {
style            4264 ext/soap/soap.c 			style = Z_LVAL_P(zstyle);
style            4266 ext/soap/soap.c 			style = SOAP_RPC;
style            4270 ext/soap/soap.c 		if (style == SOAP_RPC) {
style            4297 ext/soap/soap.c 		if (style == SOAP_RPC) {
style            4299 ext/soap/soap.c 		} else if (style == SOAP_DOCUMENT) {
style            4319 ext/soap/soap.c 				if (style == SOAP_RPC) {
style            4321 ext/soap/soap.c 				} else if (style == SOAP_DOCUMENT) {
style            4406 ext/soap/soap.c static xmlNodePtr serialize_parameter(sdlParamPtr param, zval *param_val, int index, char *name, int style, xmlNodePtr parent)
style            4437 ext/soap/soap.c 	xmlParam = serialize_zval(param_val, param, paramName, style, parent);
style            4442 ext/soap/soap.c static xmlNodePtr serialize_zval(zval *val, sdlParamPtr param, char *paramName, int style, xmlNodePtr parent)
style            4465 ext/soap/soap.c 	xmlParam = master_to_xml(enc, val, style, parent);
style            4539 ext/soap/soap.c 				if (fnb->style == SOAP_DOCUMENT) {
style             478 ext/xsl/xsltprocessor.c static xmlDocPtr php_xsl_apply_stylesheet(zval *id, xsl_object *intern, xsltStylesheetPtr style, zval *docp) /* {{{ */
style             504 ext/xsl/xsltprocessor.c 	if (style == NULL) {
style             535 ext/xsl/xsltprocessor.c 	ctxt = xsltNewTransformContext(style, doc);
style             587 ext/xsl/xsltprocessor.c 		newdocp = xsltApplyStylesheetUser(style, doc, (const char**) params,  NULL, f, ctxt);