Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhtml.h47 …ml_entities(const unsigned char *old, size_t oldlen, int all, int flags, const char *hint_charset);
48 …st unsigned char *old, size_t oldlen, int all, int flags, const char *hint_charset, bool double_en…
49 …string *php_unescape_html_entities(zend_string *str, int all, int flags, const char *hint_charset);
H A Dhtml.c980 …_string *php_unescape_html_entities(zend_string *str, int all, int flags, const char *hint_charset) in php_unescape_html_entities() argument
992 charset = determine_charset(hint_charset, /* quiet */ 0); in php_unescape_html_entities()
1016 …tml_entities(const unsigned char *old, size_t oldlen, int all, int flags, const char *hint_charset) in php_escape_html_entities() argument
1018 return php_escape_html_entities_ex(old, oldlen, all, flags, hint_charset, 1, /* quiet */ 0); in php_escape_html_entities()
1107 enum entity_charset charset = determine_charset(hint_charset, quiet); in php_escape_html_entities_ex()
1318 zend_string *str, *hint_charset = NULL; in php_html_entities() local
1327 Z_PARAM_STR_OR_NULL(hint_charset) in php_html_entities()
1333 hint_charset ? ZSTR_VAL(hint_charset) : NULL, double_encode, /* quiet */ 0); in php_html_entities()
1366 zend_string *str, *hint_charset = NULL; in PHP_FUNCTION() local
1374 Z_PARAM_STR_OR_NULL(hint_charset) in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds