]> granicus.if.org Git - php/commitdiff
Fixed other protos.
authorEgon Schmid <eschmid@php.net>
Sun, 9 Jul 2000 19:33:19 +0000 (19:33 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 9 Jul 2000 19:33:19 +0000 (19:33 +0000)
ext/standard/string.c

index f651c868bd56bdcab264fbc611be8ab9f347f6d8..333bc1f8624c40ba556dcebf37f3cff92bfee577 100644 (file)
@@ -773,7 +773,7 @@ PHP_FUNCTION(strpos)
 /* }}} */
 
 /* {{{ proto int strrpos(string haystack, string needle)
-   Find the last occurrence of a character in a string within another */
+   Find position of last occurrence of a character in a string within another */
 PHP_FUNCTION(strrpos)
 {
        zval **haystack, **needle;
@@ -2681,8 +2681,8 @@ PHP_FUNCTION(str_pad)
 /* }}} */
 
    
-/* {{{ proto  mixed sscanf(string str,string format, ...)
-    implements an ANSI compatible sscanf. */
+/* {{{ proto mixed sscanf(string str, string format [, string ...])
+   Implements an ANSI C compatible sscanf */
 PHP_FUNCTION(sscanf)
 {
     zval **format;