Prototype corrected.

This commit is contained in:
Kristian Köhntopp 2000-11-12 22:13:35 +00:00
parent 6a149caaed
commit 89d6b5b5bd
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;