Searched refs:hint_charset (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | html.h | 57 …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 D | html.c | 1086 …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() 1435 char *str, *hint_charset = NULL; in php_html_entities() local 1442 …ameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|ls!b", &str, &str_len, &flags, &hint_charset, &hint_charset_… in php_html_entities() 1446 …replaced = php_escape_html_entities_ex(str, str_len, &new_len, all, (int) flags, hint_charset, dou… in php_html_entities() 1507 char *str, *hint_charset = NULL; in PHP_FUNCTION() local 1514 "e_style, &hint_charset, &hint_charset_len) == FAILURE) { in PHP_FUNCTION() [all …]
|
/PHP-5.4/ |
H A D | UPGRADING.INTERNALS | 181 …signed char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC); 184 …d char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset, zend_bool doub… 187 …signed char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC);
|
Completed in 10 milliseconds