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.c703 #define PHP_ZLIB_ENCODE_FUNC(name, default_encoding) \ argument
708 zend_long encoding = default_encoding; \
709 if (default_encoding) { \
719 zend_argument_value_error(default_encoding ? 2 : 3, "must be between -1 and 9"); \
728 …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()
224 xml_globals->default_encoding = (XML_Char*)"UTF-8"; in PHP_GINIT_FUNCTION()
997 encoding = XML(default_encoding); in php_xml_parser_create_impl()
1010 encoding = XML(default_encoding); in php_xml_parser_create_impl()

Completed in 18 milliseconds