Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhtml.h55 …hp_escape_html_entities(unsigned char *old, size_t oldlen, int all, int flags, char *hint_charset);
56 …ities_ex(unsigned char *old, size_t oldlen, int all, int flags, char *hint_charset, zend_bool doub…
57 … zend_string *php_unescape_html_entities(zend_string *str, int all, int flags, char *hint_charset);
H A Dhtml.c1063 charset = determine_charset(hint_charset); in php_unescape_html_entities()
1089 return php_escape_html_entities_ex(old, oldlen, all, flags, hint_charset, 1); in php_escape_html_entities()
1179 enum entity_charset charset = determine_charset(hint_charset); in php_escape_html_entities_ex()
1391 zend_string *str, *hint_charset = NULL; in php_html_entities() local
1401 Z_PARAM_STR_EX(hint_charset, 1, 0) in php_html_entities()
1405 if (!hint_charset) { in php_html_entities()
1408 …ed char*)ZSTR_VAL(str), ZSTR_LEN(str), all, (int) flags, (hint_charset ? ZSTR_VAL(hint_charset) : … in php_html_entities()
1469 zend_string *str, *hint_charset = NULL; in PHP_FUNCTION() local
1478 Z_PARAM_STR(hint_charset) in PHP_FUNCTION()
1481 if (!hint_charset) { in PHP_FUNCTION()
[all …]

Completed in 11 milliseconds