Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhtml.h57 …signed char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC);
58 …d char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset, zend_bool doub…
59 …signed char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC);
H A Dhtml.c1086 …nsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC) in php_unescape_html_entities()
1095 charset = determine_charset(hint_charset TSRMLS_CC); in php_unescape_html_entities()
1126 …nsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC) in php_escape_html_entities()
1128 return php_escape_html_entities_ex(old, oldlen, newlen, all, flags, hint_charset, 1 TSRMLS_CC); in php_escape_html_entities()
1218 enum entity_charset charset = determine_charset(hint_charset TSRMLS_CC); in php_escape_html_entities_ex()
1440 char *str, *hint_charset = NULL; in php_html_entities() local
1447 …ameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|ls!b", &str, &str_len, &flags, &hint_charset, &hint_charset_… in php_html_entities()
1451 …replaced = php_escape_html_entities_ex(str, str_len, &new_len, all, (int) flags, hint_charset, dou… in php_html_entities()
1512 char *str, *hint_charset = NULL; in PHP_FUNCTION() local
1519 &quote_style, &hint_charset, &hint_charset_len) == FAILURE) { in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds