mirror of
https://github.com/php/php-src.git
synced 2026-04-20 06:21:12 +02:00
fix typo
This commit is contained in:
@@ -475,7 +475,7 @@ static int php_ub_body_write(const char *str, uint str_length)
|
||||
*/
|
||||
|
||||
|
||||
/* {{{ proto void ob_start([ string user_function, [ int chunk_size]])
|
||||
/* {{{ proto void ob_start([ string user_function [, int chunk_size]])
|
||||
Turn on Output Buffering (specifying an optional output handler). */
|
||||
PHP_FUNCTION(ob_start)
|
||||
{
|
||||
|
||||
@@ -475,7 +475,7 @@ static int php_ub_body_write(const char *str, uint str_length)
|
||||
*/
|
||||
|
||||
|
||||
/* {{{ proto void ob_start([ string user_function, [ int chunk_size]])
|
||||
/* {{{ proto void ob_start([ string user_function [, int chunk_size]])
|
||||
Turn on Output Buffering (specifying an optional output handler). */
|
||||
PHP_FUNCTION(ob_start)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user