summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>1999-09-20 20:05:26 +0000
committerEgon Schmid <eschmid@php.net>1999-09-20 20:05:26 +0000
commit565c322797d94e99eb12794c9755cfe4dcd665d0 (patch)
treef8d9aa9f342b244d524836c34e78c5771a9dd101
parent5e3bbea0ffd4d58dc28fb63dc796f2ea64c02a13 (diff)
downloadphp-git-565c322797d94e99eb12794c9755cfe4dcd665d0.tar.gz
Here was also something missing.
-rw-r--r--ext/standard/file.c2
-rw-r--r--ext/standard/string.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c
index 78922925f3..900e29304e 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -919,7 +919,7 @@ PHP_FUNCTION(fgetc) {
/* Strip any HTML tags while reading */
-/* {{{ proto string fgetss(int fp, int length [, allowable_tags])
+/* {{{ proto string fgetss(int fp, int length [, string allowable_tags])
Get a line from file pointer and strip HTML tags */
PHP_FUNCTION(fgetss)
{
diff --git a/ext/standard/string.c b/ext/standard/string.c
index 3058239b59..8add4f5080 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -1764,7 +1764,7 @@ PHP_FUNCTION(nl2br)
}
/* }}} */
-/* {{{ proto string strip_tags(string str [, allowable_tags])
+/* {{{ proto string strip_tags(string str [, string allowable_tags])
Strips HTML and PHP tags from a string */
PHP_FUNCTION(strip_tags)
{