summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>1999-11-21 14:06:30 +0000
committerEgon Schmid <eschmid@php.net>1999-11-21 14:06:30 +0000
commit09299854149bd6731a7ac7959b5522601e69142e (patch)
treefc347eedf04cea96a0e9a470fb9b6b2fcff80cdc /ext/standard/html.c
parentf24db304ee4c52c051abacfb695928aabce62bfb (diff)
downloadphp-git-09299854149bd6731a7ac7959b5522601e69142e.tar.gz
Maybe later on today. Must buy some beer first.
Diffstat (limited to 'ext/standard/html.c')
-rw-r--r--ext/standard/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/html.c b/ext/standard/html.c
index c1a5b9effb..93b01b2f53 100644
--- a/ext/standard/html.c
+++ b/ext/standard/html.c
@@ -122,7 +122,7 @@ PHP_FUNCTION(htmlentities)
/* }}} */
/* {{{ proto array get_html_translation_table([int whichone])
- returns the internal translation-table used by htmlspecialchars and htmlentities */
+ Returns the internal translation table used by htmlspecialchars and htmlentities */
PHP_FUNCTION(get_html_translation_table)
{
zval **whichone;