summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator/breakiterator_class.cpp
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2013-07-21 03:29:36 +0200
committerGustavo André dos Santos Lopes <cataphract@php.net>2013-07-21 03:30:28 +0200
commit3363e04fb48088cb6873ab79d993e556880483a3 (patch)
treec89e82f57da25a0b074539d4e5b79af4efb7f7b3 /ext/intl/breakiterator/breakiterator_class.cpp
parent1dc7d0da083ff77f02957ffdff9f4e8e7e3cf477 (diff)
downloadphp-git-3363e04fb48088cb6873ab79d993e556880483a3.tar.gz
intl: remove extra quotes from arginfo params
Diffstat (limited to 'ext/intl/breakiterator/breakiterator_class.cpp')
-rw-r--r--ext/intl/breakiterator/breakiterator_class.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/intl/breakiterator/breakiterator_class.cpp b/ext/intl/breakiterator/breakiterator_class.cpp
index 7bf271a344..7ca7e94c95 100644
--- a/ext/intl/breakiterator/breakiterator_class.cpp
+++ b/ext/intl/breakiterator/breakiterator_class.cpp
@@ -245,32 +245,32 @@ ZEND_BEGIN_ARG_INFO_EX(ainfo_biter_void, 0, 0, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(ainfo_biter_locale, 0, 0, 0)
- ZEND_ARG_INFO(0, "locale")
+ ZEND_ARG_INFO(0, locale)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(ainfo_biter_setText, 0, 0, 1)
- ZEND_ARG_INFO(0, "text")
+ ZEND_ARG_INFO(0, text)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(ainfo_biter_next, 0, 0, 0)
- ZEND_ARG_INFO(0, "offset")
+ ZEND_ARG_INFO(0, offset)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(ainfo_biter_offset, 0, 0, 1)
- ZEND_ARG_INFO(0, "offset")
+ ZEND_ARG_INFO(0, offset)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(ainfo_biter_get_locale, 0, 0, 1)
- ZEND_ARG_INFO(0, "locale_type")
+ ZEND_ARG_INFO(0, locale_type)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(ainfo_biter_getPartsIterator, 0, 0, 0)
- ZEND_ARG_INFO(0, "key_type")
+ ZEND_ARG_INFO(0, key_type)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(ainfo_rbbi___construct, 0, 0, 1)
- ZEND_ARG_INFO(0, "rules")
- ZEND_ARG_INFO(0, "areCompiled")
+ ZEND_ARG_INFO(0, rules)
+ ZEND_ARG_INFO(0, areCompiled)
ZEND_END_ARG_INFO()
/* }}} */