Searched defs:style (Results 1 – 10 of 10) sorted by relevance
/PHP-7.2/ext/soap/ |
H A D | php_encoding.c | 133 #define FIND_ZVAL_NULL(zval, xml, style) \ argument 513 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent) in master_to_xml() 601 xmlNodePtr to_xml_user(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_user() 1052 static xmlNodePtr to_xml_long(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_long() 1129 static xmlNodePtr to_xml_bool(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_bool() 1156 static xmlNodePtr to_xml_null(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_null() 2112 int style in add_xml_array_elements() 2674 static xmlNodePtr to_xml_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_map() 2944 static xmlNodePtr to_xml_time(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_time() 2950 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 | 3716 int style, use; local 4177 int i, style, use; local 4365 …ze_parameter(sdlParamPtr param, zval *param_val, int index, char *name, int style, xmlNodePtr pare… 4401 static xmlNodePtr serialize_zval(zval *val, sdlParamPtr param, char *paramName, int style, xmlNodeP…
|
/PHP-7.2/ext/gd/libgd/ |
H A D | gddemo.c | 80 int style[8]; in main() local
|
H A D | gd.h | 212 int *style; member
|
H A D | gd.c | 1590 … gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style) in gdImageFilledArc() 2802 void gdImageSetStyle (gdImagePtr im, int *style, int noOfPixels) in gdImageSetStyle()
|
/PHP-7.2/ext/intl/formatter/ |
H A D | formatter_main.c | 33 zend_long style; in numfmt_ctor() local
|
/PHP-7.2/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.2/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.2/ext/gd/ |
H A D | gd.c | 1723 zend_long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
|
Completed in 51 milliseconds