/php-src/ext/mbstring/ |
H A D | mbstring.stub.php | 58 function mb_internal_encoding(?string $encoding = null): string|bool {} 67 function mb_http_output(?string $encoding = null): string|bool {} 73 function mb_detect_order(array|string|null $encoding = null): array|bool {} 79 function mb_preferred_mime_name(string $encoding): string|false {} 89 function mb_strlen(string $string, ?string $encoding = null): int {} argument 119 function mb_strwidth(string $string, ?string $encoding = null): int {} argument 138 function mb_ucfirst(string $string, ?string $encoding = null): string {} argument 160 function mb_encoding_aliases(string $encoding): array {} 190 function mb_scrub(string $string, ?string $encoding = null): string {} argument 192 function mb_ord(string $string, ?string $encoding = null): int|false {} argument [all …]
|
H A D | mbstring.c | 243 const mbfl_encoding *encoding; in php_mb_get_encoding() local 801 const mbfl_encoding *encoding; in _php_mb_ini_mbstring_internal_encoding_set() local 1239 const mbfl_encoding *encoding; in PHP_FUNCTION() local 1270 const mbfl_encoding *encoding; in PHP_FUNCTION() local 1635 zend_string *str, *encoding = NULL; in PHP_FUNCTION() local 2316 zend_string *str, *encoding = NULL; in PHP_FUNCTION() local 2378 zend_string *encoding = NULL; in PHP_FUNCTION() local 3143 zend_string *encoding = NULL; in php_do_mb_trim() local 3505 const mbfl_encoding *encoding; in PHP_FUNCTION() local 4034 zend_string *encoding = NULL, *str; in PHP_FUNCTION() local [all …]
|
/php-src/ext/iconv/ |
H A D | iconv.stub.php | 26 function iconv_strlen(string $string, ?string $encoding = null): int|false {} argument 29 function iconv_substr(string $string, int $offset, ?int $length = null, ?string $encoding = null): … argument 31 function iconv_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null):… 33 function iconv_strrpos(string $haystack, string $needle, ?string $encoding = null): int|false {} 39 function iconv_mime_decode(string $string, int $mode = 0, ?string $encoding = null): string|false {} argument 45 function iconv_mime_decode_headers(string $headers, int $mode = 0, ?string $encoding = null): array… 50 function iconv_set_encoding(string $type, string $encoding): bool {}
|
/php-src/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_encoding.c | 316 const mbfl_encoding *const *encoding; in mbfl_name2encoding_ex() local 374 const mbfl_encoding **encoding; in mbfl_no2encoding() local 387 const mbfl_encoding *encoding = mbfl_no2encoding(no_encoding); in mbfl_no_encoding2name() local 396 const char *mbfl_encoding_preferred_mime_name(const mbfl_encoding *encoding) in mbfl_encoding_preferred_mime_name()
|
H A D | mbfl_string.c | 34 void mbfl_string_init_set(mbfl_string *string, const mbfl_encoding *encoding) in mbfl_string_init_set()
|
H A D | mbfl_string.h | 43 const mbfl_encoding *encoding; member
|
H A D | mbfilter.c | 106 const mbfl_encoding *encoding = string->encoding; in mbfl_strcut() local
|
/php-src/ext/dom/ |
H A D | xml_document.c | 97 const char *encoding = "UTF-8"; in PHP_METHOD() local 171 xmlCharEncodingHandlerPtr encoding = NULL; in load_from_helper() local 269 …g *php_new_dom_dump_node_to_str_ex(xmlNodePtr node, int options, bool format, const char *encoding) in php_new_dom_dump_node_to_str_ex() 296 …ng *php_new_dom_dump_node_to_str(xmlDocPtr doc, xmlNodePtr node, bool format, const char *encoding) in php_new_dom_dump_node_to_str() 301 static zend_string *php_new_dom_dump_doc_to_str(xmlDocPtr doc, int options, const char *encoding) in php_new_dom_dump_doc_to_str() 306 …de_to_file(const char *filename, xmlDocPtr doc, xmlNodePtr node, bool format, const char *encoding) in php_new_dom_dump_node_to_file() 332 …hp_new_dom_dump_doc_to_file(const char *filename, xmlDocPtr doc, bool format, const char *encoding) in php_new_dom_dump_doc_to_file()
|
/php-src/Zend/ |
H A D | zend_multibyte.c | 31 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-src/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 190 …public static function open(string $uri, ?string $encoding = null, int $flags = 0) {} // TODO Retu… 192 public static function fromUri(string $uri, ?string $encoding = null, int $flags = 0): static {} 195 …public static function fromStream($stream, ?string $encoding = null, int $flags = 0, ?string $docu… 219 …public static function XML(string $source, ?string $encoding = null, int $flags = 0) {} // TODO Re… 221 …public static function fromString(string $source, ?string $encoding = null, int $flags = 0): stati…
|
H A D | php_xmlreader.c | 869 static bool xmlreader_valid_encoding(const char *encoding) in xmlreader_valid_encoding() 893 char *encoding = NULL; in xml_reader_from_uri() local 1163 char *source, *uri = NULL, *encoding = NULL; in xml_reader_from_string() local
|
/php-src/ext/zlib/ |
H A D | zlib.stub.php | 183 function zlib_encode(string $data, int $encoding, int $level = -1): string|false {} 189 function gzdeflate(string $data, int $level = -1, int $encoding = ZLIB_ENCODING_RAW): string|false … 192 function gzencode(string $data, int $level = -1, int $encoding = ZLIB_ENCODING_GZIP): string|false … 195 function gzcompress(string $data, int $level = -1, int $encoding = ZLIB_ENCODING_DEFLATE): string|f… 273 function deflate_init(int $encoding, array $options = []): DeflateContext|false {} 277 function inflate_init(int $encoding, array $options = []): InflateContext|false {}
|
H A D | zlib.c | 383 static zend_string *php_zlib_encode(const char *in_buf, size_t in_len, int encoding, int level) in php_zlib_encode() 469 …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() 528 int encoding; in PHP_FUNCTION() local 734 #define PHP_ZLIB_DECODE_FUNC(name, encoding) \ argument 862 zend_long encoding, window = 15; in PHP_FUNCTION() local 1080 zend_long encoding, level = -1, memory = 8, window = 15, strategy = Z_DEFAULT_STRATEGY; in PHP_FUNCTION() local
|
/php-src/ext/tidy/ |
H A D | tidy.stub.php | 814 function tidy_parse_string(string $string, array|string|null $config = null, ?string $encoding = nu… argument 820 function tidy_parse_file(string $filename, array|string|null $config = null, ?string $encoding = nu… 824 function tidy_repair_string(string $string, array|string|null $config = null, ?string $encoding = n… argument 826 function tidy_repair_file(string $filename, array|string|null $config = null, ?string $encoding = n… 869 …struct(?string $filename = null, array|string|null $config = null, ?string $encoding = null, bool … 884 …public function parseFile(string $filename, array|string|null $config = null, ?string $encoding = … 887 …public function parseString(string $string, array|string|null $config = null, ?string $encoding = … argument 893 …ion repairString(string $string, array|string|null $config = null, ?string $encoding = null): stri… argument 899 …ion repairFile(string $filename, array|string|null $config = null, ?string $encoding = null, bool …
|
/php-src/ext/intl/converter/ |
H A D | converter.stub.php | 147 public function setDestinationEncoding(string $encoding): bool {} 150 public function setSourceEncoding(string $encoding): bool {}
|
/php-src/ext/dom/lexbor/lexbor/encoding/ |
H A D | encoding.c | 205 lxb_encoding_data_noi(lxb_encoding_t encoding) in lxb_encoding_data_noi() 211 lxb_encoding_encode_function_noi(lxb_encoding_t encoding) in lxb_encoding_encode_function_noi() 217 lxb_encoding_decode_function_noi(lxb_encoding_t encoding) in lxb_encoding_decode_function_noi()
|
H A D | encoding.h | 315 lxb_encoding_data(lxb_encoding_t encoding) in lxb_encoding_data() 325 lxb_encoding_encode_function(lxb_encoding_t encoding) in lxb_encoding_encode_function() 335 lxb_encoding_decode_function(lxb_encoding_t encoding) in lxb_encoding_decode_function()
|
/php-src/ext/xml/ |
H A D | xml.stub.php | 148 function xml_parser_create(?string $encoding = null): XMLParser {} 150 function xml_parser_create_ns(?string $encoding = null, string $separator = ":"): XMLParser {}
|
H A D | compat.c | 423 XML_ParserCreate(const XML_Char *encoding) in XML_ParserCreate() 429 XML_ParserCreateNS(const XML_Char *encoding, const XML_Char sep) in XML_ParserCreateNS() 438 XML_ParserCreate_MM(const XML_Char *encoding, const XML_Memory_Handling_Suite *memsuite, const XML_… in XML_ParserCreate_MM()
|
H A D | xml.c | 293 static void xml_xmlchar_zval(const XML_Char *s, int len, const XML_Char *encoding, zval *ret) in xml_xmlchar_zval() 497 static zend_string *xml_utf8_decode(const XML_Char *s, size_t len, const XML_Char *encoding) in xml_utf8_decode() 1014 XML_Char *encoding; in php_xml_parser_create_impl() local
|
/php-src/ext/libxml/ |
H A D | libxml.c | 1501 …c zend_string *php_libxml_default_dump_doc_to_str(xmlDocPtr doc, int options, const char *encoding) in php_libxml_default_dump_doc_to_str() 1521 …_libxml_default_dump_node_to_str(xmlDocPtr doc, xmlNodePtr node, bool format, const char *encoding) in php_libxml_default_dump_node_to_str() 1543 …ml_default_dump_doc_to_file(const char *filename, xmlDocPtr doc, bool format, const char *encoding) in php_libxml_default_dump_doc_to_file() 1548 …de_to_file(const char *filename, xmlDocPtr doc, xmlNodePtr node, bool format, const char *encoding) in php_libxml_dump_node_to_file()
|
/php-src/main/ |
H A D | rfc1867.c | 452 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop) in php_ap_getword() 506 static char *php_ap_getword_conf(const zend_encoding *encoding, char *str) in php_ap_getword_conf() 531 static char *php_ap_basename(const zend_encoding *encoding, char *path) in php_ap_basename()
|
/php-src/ext/openssl/ |
H A D | openssl.stub.php | 431 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, #[\SensitiveParamet…
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_charset.c | 555 static unsigned int mysqlnd_mbcharlen_dispatch(enum mysqlnd_encoding_charlen encoding, const unsign… in mysqlnd_mbcharlen_dispatch() 565 static unsigned int mysqlnd_mbvalid_dispatch(enum mysqlnd_encoding_valid encoding, const char * con… in mysqlnd_mbvalid_dispatch()
|
/php-src/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 55 function xmlwriter_start_document(XMLWriter $writer, ?string $version = "1.0", ?string $encoding = … 254 …public function startDocument(?string $version = "1.0", ?string $encoding = null, ?string $standal…
|