diff options
author | Egon Schmid <eschmid@php.net> | 2000-06-25 17:21:04 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-06-25 17:21:04 +0000 |
commit | 9f0eba9f1033a380227c47f181686ec45a68e766 (patch) | |
tree | 86687569ce495d3314c97bde2cf535e6ad43fe19 | |
parent | f311ab1608de36b64c828ec7fef07abf7cc60192 (diff) | |
download | php-git-9f0eba9f1033a380227c47f181686ec45a68e766.tar.gz |
It was Jouni: Prevent Hartmut finding this until it is actually implemented...
-rw-r--r-- | ext/gd/gd.c | 2 | ||||
-rw-r--r-- | ext/standard/formatted_print.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c index bb633b6c06..5d563ada7c 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -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) { diff --git a/ext/standard/formatted_print.c b/ext/standard/formatted_print.c index 3b38248889..df0b2e199b 100644 --- a/ext/standard/formatted_print.c +++ b/ext/standard/formatted_print.c @@ -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) { |