mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Fixed proto of headers_list().
This commit is contained in:
parent
6ffc1c291a
commit
8eacea8b48
@ -244,7 +244,7 @@ static void php_head_apply_header_list_to_hash(void *data, void *arg TSRMLS_DC)
|
||||
}
|
||||
}
|
||||
|
||||
/* {{{ proto string headers_list(void)
|
||||
/* {{{ proto array headers_list(void)
|
||||
Return list of headers to be sent / already sent */
|
||||
PHP_FUNCTION(headers_list)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user