/PHP-8.3/ext/soap/ |
H A D | php_encoding.c | 131 #define FIND_ZVAL_NULL(zval, xml, style) \ argument 506 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent) in master_to_xml() 594 xmlNodePtr to_xml_user(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_user() 1080 static xmlNodePtr to_xml_long(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_long() 1157 static xmlNodePtr to_xml_bool(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_bool() 1184 static xmlNodePtr to_xml_null(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_null() 2131 int style in add_xml_array_elements() 2700 static xmlNodePtr to_xml_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_map() 2980 static xmlNodePtr to_xml_time(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_time() 2986 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 | 3255 int style, use; local 3731 int i, style, use; local 3925 …ze_parameter(sdlParamPtr param, zval *param_val, int index, char *name, int style, xmlNodePtr pare… 3958 static xmlNodePtr serialize_zval(zval *val, sdlParamPtr param, char *paramName, int style, xmlNodeP…
|
H A D | soap.stub.php | 515 private ?int $style = null; variable in SoapClient
|
/PHP-8.3/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.3/ext/intl/formatter/ |
H A D | formatter_main.c | 31 zend_long style; in numfmt_ctor() local
|
H A D | formatter.stub.php | 400 public function __construct(string $locale, int $style, ?string $pattern = null) {} 406 …public static function create(string $locale, int $style, ?string $pattern = null): ?NumberFormatt…
|
/PHP-8.3/ext/intl/timezone/ |
H A D | timezone.stub.php | 116 …public function getDisplayName(bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string…
|
/PHP-8.3/ext/xsl/ |
H A D | xsltprocessor.c | 405 static xmlDocPtr php_xsl_apply_stylesheet(zval *id, xsl_object *intern, xsltStylesheetPtr style, zv… in php_xsl_apply_stylesheet()
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 488 function imagesetstyle(GdImage $image, array $style): bool {} 505 …nter_y, int $width, int $height, int $start_angle, int $end_angle, int $color, int $style): bool {}
|
H A D | gd.c | 846 zend_long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
|
/PHP-8.3/ext/intl/ |
H A D | php_intl.stub.php | 391 function numfmt_create(string $locale, int $style, ?string $pattern = null): ?NumberFormatter {} 577 function intltz_get_display_name(IntlTimeZone $timezone, bool $dst = false, int $style = IntlTimeZo…
|