summaryrefslogtreecommitdiff
path: root/ext/fdf/fdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fdf/fdf.c')
-rw-r--r--ext/fdf/fdf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c
index 8c7230cf19..b3831e6231 100644
--- a/ext/fdf/fdf.c
+++ b/ext/fdf/fdf.c
@@ -991,7 +991,7 @@ PHP_FUNCTION(fdf_set_opt)
}
/* }}} */
-/* {{{ proto mixed fdf_get_option(resource fdfdof, string fieldname [, int element])
+/* {{{ proto mixed fdf_get_opt(resource fdfdof, string fieldname [, int element])
Gets a value from the opt array of a field */
PHP_FUNCTION(fdf_get_opt) {
zval *r_fdf;
@@ -1573,7 +1573,7 @@ PHP_FUNCTION(fdf_enum_values) {
}
/* }}} */
-/* {{{ proto fdf_header()
+/* {{{ proto void fdf_header(void)
Set FDF specific HTTP headers */
PHP_FUNCTION(fdf_header) {
sapi_header_line ctr = {0};