diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2002-08-13 04:37:28 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2002-08-13 04:37:28 +0000 |
commit | 3ffe4cb1ff682d3a24a472688b8448718e67bbce (patch) | |
tree | 96b3872c93b9a472caac494efe960c52f009b5b0 /main/output.c | |
parent | 34362341e912a1172934054aa4f1c3128bce9d13 (diff) | |
download | php-git-3ffe4cb1ff682d3a24a472688b8448718e67bbce.tar.gz |
bool not boolean
Diffstat (limited to 'main/output.c')
-rw-r--r-- | main/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/output.c b/main/output.c index 8d9e34addc..df28033979 100644 --- a/main/output.c +++ b/main/output.c @@ -690,7 +690,7 @@ static int php_ub_body_write(const char *str, uint str_length TSRMLS_DC) * HEAD support */ -/* {{{ proto boolean ob_start([ string|array user_function [, int chunk_size [, bool erase]]]) +/* {{{ proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]]) Turn on Output Buffering (specifying an optional output handler). */ PHP_FUNCTION(ob_start) { |