Home
last modified time | relevance | path

Searched refs:default_encoding (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/zlib/
H A Dzlib.c701 #define PHP_ZLIB_ENCODE_FUNC(name, default_encoding) \ argument
706 zend_long encoding = default_encoding; \
707 if (default_encoding) { \
717 zend_argument_value_error(default_encoding ? 2 : 3, "must be between -1 and 9"); \
726 …zend_argument_value_error(default_encoding ? 3 : 2, "must be one of ZLIB_ENCODING_RAW, ZLIB_ENCODI…
/PHP-8.2/ext/xml/
H A Dxml.c56 XML_Char *default_encoding; in ZEND_BEGIN_MODULE_GLOBALS()
206 xml_globals->default_encoding = (XML_Char*)"UTF-8"; in PHP_GINIT_FUNCTION()
1022 encoding = XML(default_encoding); in php_xml_parser_create_impl()
1035 encoding = XML(default_encoding); in php_xml_parser_create_impl()

Completed in 16 milliseconds