summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat/msgformat_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/msgformat/msgformat_parse.c')
-rw-r--r--ext/intl/msgformat/msgformat_parse.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/ext/intl/msgformat/msgformat_parse.c b/ext/intl/msgformat/msgformat_parse.c
index 70fbf25395..b8f253c373 100644
--- a/ext/intl/msgformat/msgformat_parse.c
+++ b/ext/intl/msgformat/msgformat_parse.c
@@ -50,11 +50,7 @@ static void msgfmt_do_parse(MessageFormatter_object *mfo, char *source, size_t s
}
/* }}} */
-/* {{{ proto array MessageFormatter::parse( string $source )
- * Parse a message }}} */
-/* {{{ proto array msgfmt_parse( MessageFormatter $nf, string $source )
- * Parse a message.
- */
+/* {{{ Parse a message */
PHP_FUNCTION( msgfmt_parse )
{
char *source;
@@ -76,11 +72,7 @@ PHP_FUNCTION( msgfmt_parse )
}
/* }}} */
-/* {{{ proto array MessageFormatter::formatMessage( string $locale, string $pattern, string $source )
- * Parse a message. }}} */
-/* {{{ proto array msgfmt_parse_message( string $locale, string $pattern, string $source )
- * Parse a message.
- */
+/* {{{ Parse a message. */
PHP_FUNCTION( msgfmt_parse_message )
{
UChar *spattern = NULL;