Home
last modified time | relevance | path

Searched refs:php_escape_html_entities_ex (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/standard/
H A Dhtml.h43 PHPAPI char *php_escape_html_entities_ex(unsigned char *old, int oldlen, int *newlen, int all, int …
H A Dhtml.c1119 …return php_escape_html_entities_ex(old, oldlen, newlen, all, quote_style, hint_charset, 1 TSRMLS_C… in php_escape_html_entities()
1125 PHPAPI char *php_escape_html_entities_ex(unsigned char *old, int oldlen, int *newlen, int all, int … in php_escape_html_entities_ex() function
1290 …replaced = php_escape_html_entities_ex(str, str_len, &len, all, quote_style, hint_charset, double_… in php_html_entities()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_status.c415 …query_string = php_escape_html_entities_ex((unsigned char *)proc.query_string, strlen(proc.query_s… in fpm_status_handle_request()
/PHP-5.3/ext/filter/
H A Dsanitizing_filters.c260 …buf = php_escape_html_entities_ex(Z_STRVAL_P(value), Z_STRLEN_P(value), &len, 1, quotes, SG(defaul… in php_filter_full_special_chars()

Completed in 16 milliseconds