diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2000-09-12 17:22:37 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2000-09-12 17:22:37 +0000 |
| commit | d23ad61dc35f7cba54e2f893516edecdb38e66ea (patch) | |
| tree | 1f05d3e2e4df85dfa785088107736a60c5aa8753 /ext/standard/html.h | |
| parent | 5925071957f6894a4c0d4bc24e77958727852f2c (diff) | |
| download | php-git-d23ad61dc35f7cba54e2f893516edecdb38e66ea.tar.gz | |
Clean up htmlspecialchars/htmlentities inconsistencies.
@Clean up htmlspecialchars/htmlentities inconsistencies. (Rasmus)
Diffstat (limited to 'ext/standard/html.h')
| -rw-r--r-- | ext/standard/html.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/html.h b/ext/standard/html.h index 926137efb8..166f99a40a 100644 --- a/ext/standard/html.h +++ b/ext/standard/html.h @@ -27,6 +27,6 @@ PHP_FUNCTION(htmlspecialchars); PHP_FUNCTION(htmlentities); PHP_FUNCTION(get_html_translation_table); -PHPAPI char *php_escape_html_entities(unsigned char *old, int oldlen, int *newlen, int all); +PHPAPI char *php_escape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int quote_style); #endif /* HTML_H */ |
