From 9f0eba9f1033a380227c47f181686ec45a68e766 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sun, 25 Jun 2000 17:21:04 +0000 Subject: [PATCH] It was Jouni: Prevent Hartmut finding this until it is actually implemented... --- ext/gd/gd.c | 2 +- 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) { -- 2.50.1