/PHP-8.0/ext/soap/ |
H A D | php_encoding.c | 130 #define FIND_ZVAL_NULL(zval, xml, style) \ argument 509 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent) in master_to_xml() 597 xmlNodePtr to_xml_user(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_user() 1048 static xmlNodePtr to_xml_long(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_long() 1125 static xmlNodePtr to_xml_bool(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_bool() 1152 static xmlNodePtr to_xml_null(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_null() 2085 int style in add_xml_array_elements() 2637 static xmlNodePtr to_xml_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_map() 2909 static xmlNodePtr to_xml_time(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_time() 2915 static xmlNodePtr to_xml_date(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_date() [all …]
|
H A D | php_sdl.h | 89 sdlEncodingStyle style; member 118 sdlEncodingStyle style; member
|
H A D | soap.c | 3415 int style, use; local 3887 int i, style, use; local 4084 …ze_parameter(sdlParamPtr param, zval *param_val, int index, char *name, int style, xmlNodePtr pare… 4121 static xmlNodePtr serialize_zval(zval *val, sdlParamPtr param, char *paramName, int style, xmlNodeP…
|
/PHP-8.0/ext/intl/formatter/ |
H A D | formatter.stub.php | 7 public function __construct(string $locale, int $style, ?string $pattern = null) {} 13 public static function create(string $locale, int $style, ?string $pattern = null) {}
|
H A D | formatter_main.c | 31 zend_long style; in numfmt_ctor() local
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gddemo.c | 80 int style[8]; in main() local
|
H A D | gd.h | 202 int *style; member
|
H A D | gd.c | 1594 … gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style) in gdImageFilledArc() 2799 void gdImageSetStyle (gdImagePtr im, int *style, int noOfPixels) in gdImageSetStyle()
|
/PHP-8.0/ext/intl/timezone/ |
H A D | timezone.stub.php | 57 …public function getDisplayName(bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string…
|
/PHP-8.0/ext/xsl/ |
H A D | xsltprocessor.c | 393 static xmlDocPtr php_xsl_apply_stylesheet(zval *id, xsl_object *intern, xsltStylesheetPtr style, zv… in php_xsl_apply_stylesheet()
|
/PHP-8.0/ext/gd/ |
H A D | gd.stub.php | 13 function imagesetstyle(GdImage $image, array $style): bool {} 29 …nter_y, int $width, int $height, int $start_angle, int $end_angle, int $color, int $style): bool {}
|
H A D | gd.c | 944 zend_long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
|
/PHP-8.0/ext/intl/ |
H A D | php_intl.stub.php | 211 function numfmt_create(string $locale, int $style, ?string $pattern = null): ?NumberFormatter {} 381 function intltz_get_display_name(IntlTimeZone $timezone, bool $dst = false, int $style = IntlTimeZo…
|