| /PHP_5_4/ext/soap/tests/schema/ |
| H A D | test_schema.inc | 9 function test_schema($schema,$type,$param,$style="rpc",$use="encoded", $attributeFormDefault='',$features=0) { 37 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> 39 <soap:operation soapAction="#test" style="$style"/> 66 if ($style == "rpc") {
|
| /PHP_5_4/ext/spl/examples/ |
| H A D | regexfindfile.inc | 25 * @param $regex perl style regular expression to find files with
|
| /PHP_5_4/ext/spl/internal/ |
| H A D | spldoublylinkedlist.inc | 119 * - SplDoublyLnkedList::IT_MODE_LIFO (Stack style) 120 * - SplDoublyLnkedList::IT_MODE_FIFO (Queue style)
|
| /PHP_5_4/tests/lang/ |
| H A D | 023-1.inc | 184 *** C-style else-if's ***<br> 186 /* looks like without we even tried, C-style else-if structure works fine! */ 354 echo "Tests completed.<br>\n"; # testing some PHP style comment...
|
| /PHP_5_4/ext/gd/libgd/ |
| H A D | gd.c | 145 im->style = 0; 199 im->style = 0; 251 if (im->style) { 252 gdFree(im->style); 721 if (!im->style) { 722 /* Refuse to draw if no style is set. */ 725 p = im->style[im->stylePos++]; 733 if (!im->style) { 734 /* Refuse to draw if no style is set. */ 737 p = im->style[i 1673 gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style) argument 2720 gdImageSetStyle(gdImagePtr im, int *style, int noOfPixels) argument [all...] |
| H A D | gd.h | 136 int *style; member in struct:gdImageStruct 546 void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style); 583 void gdImageSetStyle(gdImagePtr im, int *style, int noOfPixels);
|
| H A D | gd_arc_f_buggy.c | 22 gdImageFilledArc (gdImagePtr im, int cx, int cy, int width, int height, int s, int e, int color, int style) 122 if (style == gdChord) 127 else if (style == gdPie) 146 if (style == gdChord) 151 else if (style == gdPie) 170 if (style == gdChord) 175 else if (style == gdPie) 193 if (style == gdChord) 198 else if (style == gdPie) 363 if (style [all...] |
| H A D | gddemo.c | 77 /* Brush. A fairly wild example also involving a line style! */ 80 int style[8]; local 87 /* With a style, so they won't overprint each other. 89 style[0] = 0; 90 style[1] = 0; 91 style[2] = 0; 92 style[3] = 0; 93 style[4] = 0; 94 style[5] = 0; 95 style[ [all...] |
| /PHP_5_4/ext/intl/doc/ |
| H A D | formatter_api.php | 145 * @param integer $style Style of the formatting, one of the UNumberFormatStyle constants 147 * @param [string] $pattern Pattern string in case chose style requires pattern 150 public function __construct($locale, $style, $pattern = null) {} 161 * @param integer $style Style of the formatting, one of the UNumberFormatStyle constants 163 * @param [string] $pattern Pattern string in case chose style requires pattern 168 public static function create($locale, $style, $pattern = null) {} 335 * @param integer $style Style of the formatting, one of the UNumberFormatStyle constants 336 * @param [string] $pattern Pattern string in case chose style requires pattern 339 function numfmt_create($locale, $style, $pattern = null) {}
|
| /PHP_5_4/ext/intl/formatter/ |
| H A D | formatter_class.c | 154 ZEND_ARG_INFO(0, style)
|
| H A D | formatter_main.c | 33 long style; local 40 &locale, &locale_len, &style, &pattern, &pattern_len ) == FAILURE ) 63 FORMATTER_OBJECT(nfo) = unum_open(style, spattern, spattern_len, locale, NULL, &INTL_DATA_ERROR_CODE(nfo)); 73 /* {{{ proto NumberFormatter NumberFormatter::create( string $locale, int style[, string $pattern ] ) 75 /* {{{ proto NumberFormatter numfmt_create( string $locale, int style[, string $pattern ] ) 85 /* {{{ proto void NumberFormatter::__construct( string $locale, int style[, string $pattern ] )
|
| /PHP_5_4/ext/intl/ |
| H A D | php_intl.c | 220 ZEND_ARG_INFO(0, style)
|
| /PHP_5_4/ext/soap/ |
| H A D | php_encoding.c | 43 static xmlNodePtr to_xml_long(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC); 44 static xmlNodePtr to_xml_double(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC); 45 static xmlNodePtr to_xml_bool(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC); 48 static xmlNodePtr to_xml_string(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC); 49 static xmlNodePtr to_xml_base64(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC); 50 static xmlNodePtr to_xml_hexbin(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC); 53 static xmlNodePtr to_xml_null(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC); 56 static xmlNodePtr guess_array_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC); 57 static xmlNodePtr to_xml_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC); 59 static xmlNodePtr to_xml_list(encodeTypePtr enc, zval *data, int style, xmlNodePt 394 master_to_xml_int(encodePtr encode, zval *data, int style, xmlNodePtr parent, int check_class_map TSRMLS_DC) argument 530 master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 620 to_xml_user(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 862 to_xml_string(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 950 to_xml_base64(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 983 to_xml_hexbin(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 1096 to_xml_long(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 1127 to_xml_double(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 1184 to_xml_bool(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 1213 to_xml_null(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 1691 model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict TSRMLS_DC) argument 1889 to_xml_object(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 2090 guess_array_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 2282 to_xml_array(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 2782 to_xml_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 2881 guess_xml_convert(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 2983 to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNodePtr parent TSRMLS_DC) argument 3047 to_xml_duration(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 3053 to_xml_datetime(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 3058 to_xml_time(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 3064 to_xml_date(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 3069 to_xml_gyearmonth(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 3074 to_xml_gyear(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 3079 to_xml_gmonthday(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 3084 to_xml_gday(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 3089 to_xml_gmonth(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 3099 to_xml_list(encodeTypePtr enc, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 3184 to_xml_list1(encodeTypePtr enc, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 3194 to_xml_union(encodeTypePtr enc, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 3231 to_xml_any(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument 3345 sdl_guess_convert_xml(encodeTypePtr enc, zval *data, int style, xmlNodePtr parent TSRMLS_DC) argument [all...] |
| H A D | php_encoding.h | 187 xmlNodePtr (*to_xml)(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC); 191 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent TSRMLS_DC); 195 xmlNodePtr to_xml_user(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC); 201 xmlNodePtr sdl_guess_convert_xml(encodeTypePtr enc, zval* data, int style, xmlNodePtr parent TSRMLS_DC);
|
| H A D | php_packet_soap.c | 94 add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL TSRMLS_CC); 144 add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL TSRMLS_CC); 170 add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL TSRMLS_CC); 272 if (fnb->style == SOAP_DOCUMENT) { 294 if (!cur && fnb->style == SOAP_RPC) { 298 if (fnb->style == SOAP_DOCUMENT) {
|
| H A D | php_sdl.c | 855 soapBinding->style = SOAP_DOCUMENT; 859 tmp = get_attribute(soapBindingNode->properties, "style"); 861 soapBinding->style = SOAP_RPC; 959 soapFunctionBinding->style = soapBinding->style; 968 tmp = get_attribute(soapOperation->properties, "style"); 971 soapFunctionBinding->style = SOAP_RPC; 973 soapFunctionBinding->style = SOAP_DOCUMENT; 976 soapFunctionBinding->style = soapBinding->style; [all...] |
| H A D | php_sdl.h | 92 sdlEncodingStyle style; member in struct:_sdlSoapBinding 121 sdlEncodingStyle style; member in struct:_sdlSoapBindingFunction
|
| H A D | soap.c | 64 static xmlNodePtr serialize_parameter(sdlParamPtr param,zval *param_val,int index,char *name, int style, xmlNodePtr parent TSRMLS_DC); 65 static xmlNodePtr serialize_zval(zval *val, sdlParamPtr param, char *paramName, int style, xmlNodePtr parent TSRMLS_DC); 2348 if (zend_hash_find(ht, "style", sizeof("style"), (void**)&tmp) == SUCCESS && 2351 add_property_long(this_ptr, "style", Z_LVAL_PP(tmp)); 3333 ((sdlSoapBindingFunctionPtr)function->bindingAttributes)->style == SOAP_DOCUMENT && 3377 if (fnb->style == SOAP_DOCUMENT) { 3441 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC); 3483 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC); 3549 soap_server_fault("Client", "Unknown data encoding style", NUL 3666 int style, use; local 4124 int i, style, use; local 4339 serialize_parameter(sdlParamPtr param, zval *param_val, int index, char *name, int style, xmlNodePtr parent TSRMLS_DC) argument 4374 serialize_zval(zval *val, sdlParamPtr param, char *paramName, int style, xmlNodePtr parent TSRMLS_DC) argument [all...] |
| /PHP_5_4/ext/xsl/ |
| H A D | xsltprocessor.c | 477 static xmlDocPtr php_xsl_apply_stylesheet(zval *id, xsl_object *intern, xsltStylesheetPtr style, zval *docp TSRMLS_DC) /* {{{ */ argument 503 if (style == NULL) { 534 ctxt = xsltNewTransformContext(style, doc); 604 newdocp = xsltApplyStylesheetUser(style, doc, (const char**) params, NULL, f, ctxt);
|
| /PHP_5_4/Zend/ |
| H A D | zend_execute_API.c | 1410 wc.style=0;
|
| /PHP_5_4/ext/gd/ |
| H A D | gd.c | 226 ZEND_ARG_INFO(0, style) 1613 /* copy the style values in the stylearr */ 1785 /* {{{ proto bool imagefilledarc(resource im, int cx, int cy, int w, int h, int s, int e, int col, int style) 1790 long cx, cy, w, h, ST, E, col, style; local 1794 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rllllllll", &IM, &cx, &cy, &w, &h, &ST, &E, &col, &style) == FAILURE) { 1810 gdImageFilledArc(im, cx, cy, w, h, st, e, col, style);
|