Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dhtml.h42 …signed char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC);
43 …d char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset, zend_bool doub…
44 …signed char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC);
H A Dhtml.c921 …nsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC) in php_unescape_html_entities()
926 enum entity_charset charset = determine_charset(hint_charset TSRMLS_CC); in php_unescape_html_entities()
1117 …nsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC) in php_escape_html_entities()
1119 …return php_escape_html_entities_ex(old, oldlen, newlen, all, quote_style, hint_charset, 1 TSRMLS_C… in php_escape_html_entities()
1129 enum entity_charset charset = determine_charset(hint_charset TSRMLS_CC); in php_escape_html_entities_ex()
1279 char *str, *hint_charset = NULL; in php_html_entities() local
1286 …s(ZEND_NUM_ARGS() TSRMLS_CC, "s|ls!b", &str, &str_len, &quote_style, &hint_charset, &hint_charset_… in php_html_entities()
1290 …replaced = php_escape_html_entities_ex(str, str_len, &len, all, quote_style, hint_charset, double_… in php_html_entities()
1389 char *str, *hint_charset = NULL; in PHP_FUNCTION() local
1395 &quote_style, &hint_charset, &hint_charset_len) == FAILURE) { in PHP_FUNCTION()
[all …]

Completed in 13 milliseconds