summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/head.c')
-rw-r--r--ext/standard/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/head.c b/ext/standard/head.c
index 096abbc6c7..8ece988ab8 100644
--- a/ext/standard/head.c
+++ b/ext/standard/head.c
@@ -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)
{