]> granicus.if.org Git - php/commitdiff
Here was also something missing.
authorEgon Schmid <eschmid@php.net>
Mon, 20 Sep 1999 20:05:26 +0000 (20:05 +0000)
committerEgon Schmid <eschmid@php.net>
Mon, 20 Sep 1999 20:05:26 +0000 (20:05 +0000)
ext/standard/file.c
ext/standard/string.c

index 78922925f33b86d8e29c217e8bb7c86187d0414b..900e29304ea3967d513d26ad155fd60f5d795a55 100644 (file)
@@ -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)
 {
index 3058239b59db203c2e7504f2e1cb932b9c5402ee..8add4f5080199f952aab36774a6a50ac2cd6539b 100644 (file)
@@ -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)
 {