mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix some protos
This commit is contained in:
parent
3b88c31bfc
commit
245428b241
3 changed files with 10 additions and 10 deletions
|
@ -28,10 +28,10 @@ PHPAPI int php_header_write(const char *str, uint str_length);
|
|||
PHPAPI void php_start_ob_buffering(void);
|
||||
PHPAPI void php_end_ob_buffering(int send_buffer);
|
||||
PHPAPI int php_ob_get_buffer(pval *p);
|
||||
PHPAPI void php_start_implicit_flush();
|
||||
PHPAPI void php_end_implicit_flush();
|
||||
PHPAPI char *php_get_output_start_filename();
|
||||
PHPAPI int php_get_output_start_lineno();
|
||||
PHPAPI void php_start_implicit_flush(void);
|
||||
PHPAPI void php_end_implicit_flush(void);
|
||||
PHPAPI char *php_get_output_start_filename(void);
|
||||
PHPAPI int php_get_output_start_lineno(void);
|
||||
|
||||
PHP_FUNCTION(ob_start);
|
||||
PHP_FUNCTION(ob_end_flush);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue