From: Kristian Köhntopp Date: Sun, 12 Nov 2000 22:13:35 +0000 (+0000) Subject: Prototype corrected. X-Git-Tag: php-4.0.4RC3~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89d6b5b5bd601b895c9a30d3f04e6a330fb4b962;p=php Prototype corrected. --- diff --git a/ext/standard/output.c b/ext/standard/output.c index 109f2850a2..a64f81502f 100644 --- a/ext/standard/output.c +++ b/ext/standard/output.c @@ -391,8 +391,8 @@ static int php_ub_body_write(const char *str, uint str_length) */ -/* {{{ proto void ob_start(void) - Turn on Output Buffering */ +/* {{{ proto void ob_start([ string user_function]) + Turn on Output Buffering (specifying an optional output handler). */ PHP_FUNCTION(ob_start) { zval *output_handler; diff --git a/main/output.c b/main/output.c index 109f2850a2..a64f81502f 100644 --- a/main/output.c +++ b/main/output.c @@ -391,8 +391,8 @@ static int php_ub_body_write(const char *str, uint str_length) */ -/* {{{ proto void ob_start(void) - Turn on Output Buffering */ +/* {{{ proto void ob_start([ string user_function]) + Turn on Output Buffering (specifying an optional output handler). */ PHP_FUNCTION(ob_start) { zval *output_handler;