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 /ext/standard/formatted_print.c | |
| parent | f311ab1608de36b64c828ec7fef07abf7cc60192 (diff) | |
| download | php-git-9f0eba9f1033a380227c47f181686ec45a68e766.tar.gz | |
It was Jouni: Prevent Hartmut finding this until it is actually implemented...
Diffstat (limited to 'ext/standard/formatted_print.c')
| -rw-r--r-- | ext/standard/formatted_print.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |
