Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dhtml.h57 …hp_escape_html_entities(unsigned char *old, size_t oldlen, int all, int flags, char *hint_charset);
58 …ities_ex(unsigned char *old, size_t oldlen, int all, int flags, char *hint_charset, zend_bool doub…
59 …_unescape_html_entities(unsigned char *old, size_t oldlen, int all, int flags, char *hint_charset);
H A Dhtml.c1107 charset = determine_charset(hint_charset); in php_unescape_html_entities()
1140 return php_escape_html_entities_ex(old, oldlen, all, flags, hint_charset, 1); in php_escape_html_entities()
1230 enum entity_charset charset = determine_charset(hint_charset); in php_escape_html_entities_ex()
1442 zend_string *str, *hint_charset = NULL; in php_html_entities() local
1452 Z_PARAM_STR_EX(hint_charset, 1, 0) in php_html_entities()
1456 if (!hint_charset) { in php_html_entities()
1459 …ed char*)ZSTR_VAL(str), ZSTR_LEN(str), all, (int) flags, (hint_charset ? ZSTR_VAL(hint_charset) : … in php_html_entities()
1519 zend_string *str, *hint_charset = NULL; in PHP_FUNCTION() local
1528 Z_PARAM_STR(hint_charset) in PHP_FUNCTION()
1531 if (!hint_charset) { in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds