Home
last modified time | relevance | path

Searched defs:encoding (Results 1 – 25 of 39) sorted by relevance

12

/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php7 function mb_internal_encoding(?string $encoding = null): string|bool {}
11 function mb_http_output(?string $encoding = null): string|bool {}
13 function mb_detect_order(array|string|null $encoding = null): array|bool {}
17 function mb_preferred_mime_name(string $encoding): string|false {}
26 function mb_strlen(string $string, ?string $encoding = null): int {} argument
50 function mb_strwidth(string $string, ?string $encoding = null): int {} argument
58 function mb_strtoupper(string $string, ?string $encoding = null): string {} argument
66 function mb_encoding_aliases(string $encoding): array {}
86 function mb_scrub(string $string, ?string $encoding = null): string {} argument
88 function mb_ord(string $string, ?string $encoding = null): int|false {} argument
[all …]
H A Dmbstring.c217 const mbfl_encoding *encoding; in php_mb_get_encoding() local
798 const mbfl_encoding *encoding; in _php_mb_ini_mbstring_internal_encoding_set() local
1229 const mbfl_encoding *encoding; in PHP_FUNCTION() local
1260 const mbfl_encoding *encoding; in PHP_FUNCTION() local
1561 const mbfl_encoding *encoding; in PHP_FUNCTION() local
2135 zend_string *encoding = NULL; in PHP_FUNCTION() local
2200 zend_string *encoding = NULL; in PHP_FUNCTION() local
2286 zend_string *encoding = NULL; in PHP_FUNCTION() local
2766 const mbfl_encoding *encoding; in PHP_FUNCTION() local
3201 zend_string *encoding = NULL; in PHP_FUNCTION() local
[all …]
/PHP-8.0/ext/iconv/
H A Diconv.stub.php5 function iconv_strlen(string $string, ?string $encoding = null): int|false {} argument
7 function iconv_substr(string $string, int $offset, ?int $length = null, ?string $encoding = null): … argument
9 function iconv_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null):…
11 function iconv_strrpos(string $haystack, string $needle, ?string $encoding = null): int|false {}
15 function iconv_mime_decode(string $string, int $mode = 0, ?string $encoding = null): string|false {} argument
17 function iconv_mime_decode_headers(string $headers, int $mode = 0, ?string $encoding = null): array…
21 function iconv_set_encoding(string $type, string $encoding): bool {}
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.c206 const mbfl_encoding *encoding; in mbfl_name2encoding() local
250 const mbfl_encoding *encoding; in mbfl_no2encoding() local
266 const mbfl_encoding *encoding; in mbfl_name2no_encoding() local
279 const mbfl_encoding *encoding; in mbfl_no_encoding2name() local
298 const mbfl_encoding *encoding; in mbfl_no2preferred_mime_name() local
H A Dmbfl_ident.c169 const struct mbfl_identify_vtbl * mbfl_identify_filter_get_vtbl(enum mbfl_no_encoding encoding) in mbfl_identify_filter_get_vtbl()
184 mbfl_identify_filter *mbfl_identify_filter_new(enum mbfl_no_encoding encoding) in mbfl_identify_filter_new()
195 mbfl_identify_filter *mbfl_identify_filter_new2(const mbfl_encoding *encoding) in mbfl_identify_filter_new2()
207 int mbfl_identify_filter_init(mbfl_identify_filter *filter, enum mbfl_no_encoding encoding) in mbfl_identify_filter_init()
213 int mbfl_identify_filter_init2(mbfl_identify_filter *filter, const mbfl_encoding *encoding) in mbfl_identify_filter_init2()
H A Dmbfl_ident.h48 const mbfl_encoding *encoding; member
52 enum mbfl_no_encoding encoding; member
H A Dmbfl_string.c46 mbfl_string_init_set(mbfl_string *string, const mbfl_encoding *encoding) in mbfl_string_init_set()
H A Dmbfl_string.h43 const mbfl_encoding *encoding; member
H A Dmbfilter.c384 const mbfl_encoding *encoding = NULL; in mbfl_encoding_detector_judge() local
493 const mbfl_encoding *encoding; in mbfl_identify_encoding() local
576 const mbfl_encoding *encoding = string->encoding; in mbfl_strlen() local
926 const mbfl_encoding *encoding = string->encoding; in mbfl_substr() local
1071 const mbfl_encoding *encoding = string->encoding; in mbfl_strcut() local
1928 const mbfl_encoding *encoding, in mbfl_mime_header_encode()
1982 const mbfl_encoding *encoding; member
1990 const mbfl_encoding *encoding; in mime_header_decoder_collector() local
/PHP-8.0/ext/tidy/
H A Dtidy.stub.php5 function tidy_parse_string(string $string, array|string|null $config = null, ?string $encoding = nu… argument
11 function tidy_parse_file(string $filename, array|string|null $config = null, ?string $encoding = nu…
15 function tidy_repair_string(string $string, array|string|null $config = null, ?string $encoding = n… argument
17 function tidy_repair_file(string $filename, array|string|null $config = null, ?string $encoding = n…
57 …struct(?string $filename = null, array|string|null $config = null, ?string $encoding = null, bool …
72 …public function parseFile(string $filename, array|string|null $config = null, ?string $encoding = …
75 …public function parseString(string $string, array|string|null $config = null, ?string $encoding = … argument
81 …unction repairString(string $string, array|string|null $config = null, ?string $encoding = null) {} argument
87 …ion repairFile(string $filename, array|string|null $config = null, ?string $encoding = null, bool …
/PHP-8.0/Zend/
H A Dzend_multibyte.c31 static const char *dummy_encoding_name_getter(const zend_encoding *encoding) in dummy_encoding_name_getter()
36 static bool dummy_encoding_lexer_compatibility_checker(const zend_encoding *encoding) in dummy_encoding_lexer_compatibility_checker()
63 static zend_result dummy_internal_encoding_setter(const zend_encoding *encoding) in dummy_internal_encoding_setter()
138 ZEND_API const char *zend_multibyte_get_encoding_name(const zend_encoding *encoding) in zend_multibyte_get_encoding_name()
143 ZEND_API int zend_multibyte_check_lexer_compatibility(const zend_encoding *encoding) in zend_multibyte_check_lexer_compatibility()
183 ZEND_API zend_result zend_multibyte_set_internal_encoding(const zend_encoding *encoding) in zend_multibyte_set_internal_encoding()
/PHP-8.0/ext/zlib/
H A Dzlib.stub.php24 function zlib_encode(string $data, int $encoding, int $level = -1): string|false {}
28 function gzdeflate(string $data, int $level = -1, int $encoding = ZLIB_ENCODING_RAW): string|false …
30 function gzencode(string $data, int $level = -1, int $encoding = ZLIB_ENCODING_GZIP): string|false …
32 function gzcompress(string $data, int $level = -1, int $encoding = ZLIB_ENCODING_DEFLATE): string|f…
106 function deflate_init(int $encoding, array $options = []): DeflateContext|false {}
110 function inflate_init(int $encoding, array $options = []): InflateContext|false {}
H A Dzlib.c386 static zend_string *php_zlib_encode(const char *in_buf, size_t in_len, int encoding, int level) in php_zlib_encode()
472 …e(const char *in_buf, size_t in_len, char **out_buf, size_t *out_len, int encoding, size_t max_len) in php_zlib_decode()
531 int encoding, rv; in PHP_FUNCTION() local
737 #define PHP_ZLIB_DECODE_FUNC(name, encoding) \ argument
870 zend_long encoding, window = 15; in PHP_FUNCTION() local
1087 zend_long encoding, level = -1, memory = 8, window = 15, strategy = Z_DEFAULT_STRATEGY; in PHP_FUNCTION() local
/PHP-8.0/ext/pspell/
H A Dpspell.stub.php5 function pspell_new(string $language, string $spelling = "", string $jargon = "", string $encoding
12 string $encoding = "",
32 …create(string $language, string $spelling = "", string $jargon = "", string $encoding = ""): int {}
H A Dpspell.c110 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
206 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
521 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
/PHP-8.0/ext/intl/converter/
H A Dconverter.stub.php52 public function setDestinationEncoding(string $encoding) {}
55 public function setSourceEncoding(string $encoding) {}
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.stub.php53 public static function open(string $uri, ?string $encoding = null, int $flags = 0) {}
77 public static function XML(string $source, ?string $encoding = null, int $flags = 0) {}
/PHP-8.0/ext/xml/
H A Dxml.stub.php5 function xml_parser_create(?string $encoding = null): XMLParser {}
7 function xml_parser_create_ns(?string $encoding = null, string $separator = ":"): XMLParser {}
H A Dcompat.c443 XML_ParserCreate(const XML_Char *encoding) in XML_ParserCreate()
449 XML_ParserCreateNS(const XML_Char *encoding, const XML_Char sep) in XML_ParserCreateNS()
458 XML_ParserCreate_MM(const XML_Char *encoding, const XML_Memory_Handling_Suite *memsuite, const XML_… in XML_ParserCreate_MM()
H A Dxml.c332 static void _xml_xmlchar_zval(const XML_Char *s, int len, const XML_Char *encoding, zval *ret) in _xml_xmlchar_zval()
537 static zend_string *xml_utf8_decode(const XML_Char *s, size_t len, const XML_Char *encoding) in xml_utf8_decode()
1018 XML_Char *encoding; in php_xml_parser_create_impl() local
/PHP-8.0/ext/oci8/
H A Doci8.stub.php298 …ing $username, string $password, ?string $connection_string = null, string $encoding = "", int $se…
305 …ing $username, string $password, ?string $connection_string = null, string $encoding = "", int $se…
310 …ing $username, string $password, ?string $connection_string = null, string $encoding = "", int $se…
317 …ing $username, string $password, ?string $connection_string = null, string $encoding = "", int $se…
320 …ing $username, string $password, ?string $connection_string = null, string $encoding = "", int $se…
327 …ing $username, string $password, ?string $connection_string = null, string $encoding = "", int $se…
/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php125 …string $content = null, ?string $pk7 = null, ?string $sigfile = null, int $encoding = OPENSSL_ENCO…
128 …ring $output_filename, $certificate, ?array $headers, int $flags = 0, int $encoding = OPENSSL_ENCO…
131 …e|string $certificate, $private_key, ?array $headers, int $flags = 0, int $encoding = OPENSSL_ENCO…
137 …filename, string $output_filename, $certificate, $private_key = null, int $encoding = OPENSSL_ENCO…
/PHP-8.0/ext/soap/
H A Dphp_soap.h100 xmlCharEncodingHandlerPtr encoding; member
172 xmlCharEncodingHandlerPtr encoding; variable
H A Dsoap.stub.php28 …public function __construct(mixed $data, ?int $encoding, ?string $typeName = null, ?string $typeNa…
/PHP-8.0/main/
H A Drfc1867.c474 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop) in php_ap_getword()
528 static char *php_ap_getword_conf(const zend_encoding *encoding, char *str) in php_ap_getword_conf()
553 static char *php_ap_basename(const zend_encoding *encoding, char *path) in php_ap_basename()

Completed in 84 milliseconds

12