summaryrefslogtreecommitdiff
path: root/ext/standard/quot_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/quot_print.c')
-rw-r--r--ext/standard/quot_print.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/standard/quot_print.c b/ext/standard/quot_print.c
index 19dc2e652a..6e8594d398 100644
--- a/ext/standard/quot_print.c
+++ b/ext/standard/quot_print.c
@@ -193,8 +193,7 @@ PHPAPI zend_string *php_quot_print_encode(const unsigned char *str, size_t lengt
* Decoding Quoted-printable string.
*
*/
-/* {{{ proto string quoted_printable_decode(string str)
- Convert a quoted-printable string to an 8 bit string */
+/* {{{ Convert a quoted-printable string to an 8 bit string */
PHP_FUNCTION(quoted_printable_decode)
{
zend_string *arg1;
@@ -257,7 +256,7 @@ PHP_FUNCTION(quoted_printable_decode)
}
/* }}} */
-/* {{{ proto string quoted_printable_encode(string str) */
+/* {{{ */
PHP_FUNCTION(quoted_printable_encode)
{
zend_string *str;