Browse Source

Prototype corrected.

PHP-4.0.5
Kristian Köhntopp 26 years ago
parent
commit
89d6b5b5bd
  1. 4
      ext/standard/output.c
  2. 4
      main/output.c

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

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

Loading…
Cancel
Save