php_escape_html_entities 4001 ext/soap/soap.c zend_string *str = php_escape_html_entities((unsigned char*)Z_STRVAL_P(tmp), Z_STRLEN_P(tmp), 0, 0, NULL); php_escape_html_entities 4026 ext/soap/soap.c zend_string *str = php_escape_html_entities((unsigned char*)Z_STRVAL_P(tmp), Z_STRLEN_P(tmp), 0, 0, NULL); php_escape_html_entities 57 ext/standard/html.h PHPAPI zend_string *php_escape_html_entities(unsigned char *old, size_t oldlen, int all, int flags, char *hint_charset); php_escape_html_entities 67 ext/standard/info.c new_str = php_escape_html_entities((unsigned char *) str, len, 0, ENT_QUOTES, "utf-8"); php_escape_html_entities 285 ext/standard/info.c return php_escape_html_entities((unsigned char *) string, strlen(string), 0, ENT_QUOTES, NULL); php_escape_html_entities 397 ext/wddx/wddx.c zend_string *buf = php_escape_html_entities( php_escape_html_entities 595 ext/wddx/wddx.c zend_string *name_esc = php_escape_html_entities((unsigned char *) ZSTR_VAL(name), ZSTR_LEN(name), 0, ENT_QUOTES, NULL); php_escape_html_entities 725 main/main.c replace_buffer = php_escape_html_entities((unsigned char*)buffer, buffer_len, 0, ENT_COMPAT, NULL); php_escape_html_entities 728 main/main.c replace_buffer = php_escape_html_entities((unsigned char*)buffer, buffer_len, 0, ENT_COMPAT | ENT_HTML_SUBSTITUTE_ERRORS, NULL); php_escape_html_entities 795 main/main.c replace_origin = php_escape_html_entities((unsigned char*)origin, origin_len, 0, ENT_COMPAT, NULL); php_escape_html_entities 1109 main/main.c zend_string *buf = php_escape_html_entities((unsigned char*)buffer, buffer_len, 0, ENT_COMPAT, NULL); php_escape_html_entities 1034 sapi/phpdbg/phpdbg_out.c encoded = php_escape_html_entities((unsigned char *) msg, msglen, 0, ENT_NOQUOTES, PG(internal_encoding) && PG(internal_encoding)[0] ? PG(internal_encoding) : (SG(default_charset) ? SG(default_charset) : "UTF-8"));