Searched defs:style (Results 1 – 10 of 10) sorted by relevance
/PHP-7.1/ext/soap/ |
H A D | php_encoding.c | 133 #define FIND_ZVAL_NULL(zval, xml, style) \ argument 525 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent) in master_to_xml() 613 xmlNodePtr to_xml_user(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_user() 1064 static xmlNodePtr to_xml_long(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_long() 1141 static xmlNodePtr to_xml_bool(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_bool() 1168 static xmlNodePtr to_xml_null(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_null() 2124 int style in add_xml_array_elements() 2686 static xmlNodePtr to_xml_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_map() 2956 static xmlNodePtr to_xml_time(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_time() 2962 static xmlNodePtr to_xml_date(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_date() [all …]
|
H A D | php_sdl.h | 92 sdlEncodingStyle style; member 121 sdlEncodingStyle style; member
|
H A D | soap.c | 3736 int style, use; local 4197 int i, style, use; local 4385 …ze_parameter(sdlParamPtr param, zval *param_val, int index, char *name, int style, xmlNodePtr pare… 4421 static xmlNodePtr serialize_zval(zval *val, sdlParamPtr param, char *paramName, int style, xmlNodeP…
|
/PHP-7.1/ext/gd/libgd/ |
H A D | gddemo.c | 80 int style[8]; in main() local
|
H A D | gd.h | 201 int *style; member
|
H A D | gd.c | 1644 … gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style) in gdImageFilledArc() 2757 void gdImageSetStyle (gdImagePtr im, int *style, int noOfPixels) in gdImageSetStyle()
|
/PHP-7.1/ext/intl/formatter/ |
H A D | formatter_main.c | 33 zend_long style; in numfmt_ctor() local
|
/PHP-7.1/ext/intl/doc/ |
H A D | formatter_api.php | 150 public function __construct($locale, $style, $pattern = null) {} 168 public static function create($locale, $style, $pattern = null) {} 339 function numfmt_create($locale, $style, $pattern = null) {}
|
/PHP-7.1/ext/xsl/ |
H A D | xsltprocessor.c | 475 static xmlDocPtr php_xsl_apply_stylesheet(zval *id, xsl_object *intern, xsltStylesheetPtr style, zv… in php_xsl_apply_stylesheet()
|
/PHP-7.1/ext/gd/ |
H A D | gd.c | 1668 zend_long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
|
Completed in 66 milliseconds