diff options
Diffstat (limited to 'ext/standard/output.c')
-rw-r--r-- | ext/standard/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/output.c b/ext/standard/output.c index f778ca33bc..d489f42cc2 100644 --- a/ext/standard/output.c +++ b/ext/standard/output.c @@ -364,7 +364,7 @@ PHP_FUNCTION(ob_end_clean) /* }}} */ -/* proto string ob_get_contents(void) +/* {{{ proto string ob_get_contents(void) Return the contents of the output buffer */ PHP_FUNCTION(ob_get_contents) { |