]> granicus.if.org Git - php/commitdiff
It was Jouni: Prevent Hartmut finding this until it is actually implemented...
authorEgon Schmid <eschmid@php.net>
Sun, 25 Jun 2000 17:21:04 +0000 (17:21 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 25 Jun 2000 17:21:04 +0000 (17:21 +0000)
ext/gd/gd.c
ext/standard/formatted_print.c

index bb633b6c06e9773aaf2867513de6769d0c6180fb..5d563ada7c41369fcdcc4895a6978075c7bba8a0 100644 (file)
@@ -516,7 +516,7 @@ PHP_FUNCTION(imagecreatefromxbm)
 }
 /* }}} */
 
-/* {{{ proto int imagecreatefromxpm(string filename)
+/* {{{ droto int imagecreatefromxpm(string filename)
    Create a new image from XPM file or URL */
 PHP_FUNCTION(imagecreatefromxpm)
 {
index 3b38248889b264d6695f28b87a86cc6432481377..df0b2e199b28c21e61926aa9f6eeefba0616ee8e 100644 (file)
@@ -553,7 +553,7 @@ php_formatted_print(int ht, int *len)
        return result;
 }
 
-/* {{{ proto string sprintf(string format [, mixed arg1 [, ...]])
+/* {{{ proto string sprintf(string format [, mixed arg1 [, mixed ...]])
    Return a formatted string */
 PHP_FUNCTION(user_sprintf)
 {
@@ -568,7 +568,7 @@ PHP_FUNCTION(user_sprintf)
 }
 /* }}} */
 
-/* {{{ proto int printf(string format [, mixed arg1 [, ...]])
+/* {{{ proto int printf(string format [, mixed arg1 [, mixed ...]])
    Output a formatted string */
 PHP_FUNCTION(user_printf)
 {