Skip to content

Commit 1f9c10a

Browse files
committed
Fix bad conflict resolution
1 parent 3b76eb8 commit 1f9c10a

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

ext/intl/php_intl.c

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,6 @@ ZEND_END_ARG_INFO()
179179
#define intl_0_args collator_static_0_args
180180
#define intl_1_arg collator_static_1_arg
181181

182-
ZEND_BEGIN_ARG_INFO_EX(datefmt_parse_args, 0, 0, 2)
183-
ZEND_ARG_INFO(0, formatter)
184-
ZEND_ARG_INFO(0, string)
185-
ZEND_ARG_INFO(1, position)
186-
ZEND_END_ARG_INFO()
187-
188182
ZEND_BEGIN_ARG_INFO_EX(arginfo_numfmt_create, 0, 0, 2)
189183
ZEND_ARG_INFO(0, locale)
190184
ZEND_ARG_INFO(0, style)
@@ -234,41 +228,6 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_numfmt_get_locale, 0, 0, 1)
234228
ZEND_ARG_INFO(0, type)
235229
ZEND_END_ARG_INFO()
236230

237-
ZEND_BEGIN_ARG_INFO_EX(arginfo_idn_to_ascii, 0, 0, 1)
238-
ZEND_ARG_INFO(0, domain)
239-
ZEND_ARG_INFO(0, option)
240-
ZEND_ARG_INFO(0, variant)
241-
ZEND_ARG_INFO(1, idn_info)
242-
ZEND_END_ARG_INFO()
243-
244-
ZEND_BEGIN_ARG_INFO_EX( arginfo_resourcebundle_create_proc, 0, 0, 2 )
245-
ZEND_ARG_INFO( 0, locale )
246-
ZEND_ARG_INFO( 0, bundlename )
247-
ZEND_ARG_INFO( 0, fallback )
248-
ZEND_END_ARG_INFO()
249-
250-
ZEND_BEGIN_ARG_INFO_EX( arginfo_resourcebundle_get_proc, 0, 0, 2 )
251-
ZEND_ARG_INFO( 0, bundle )
252-
ZEND_ARG_INFO( 0, index )
253-
ZEND_ARG_INFO( 0, fallback )
254-
ZEND_END_ARG_INFO()
255-
256-
ZEND_BEGIN_ARG_INFO_EX( arginfo_resourcebundle_count_proc, 0, 0, 1 )
257-
ZEND_ARG_INFO( 0, bundle )
258-
ZEND_END_ARG_INFO()
259-
260-
ZEND_BEGIN_ARG_INFO_EX( arginfo_resourcebundle_locales_proc, 0, 0, 1 )
261-
ZEND_ARG_INFO( 0, bundlename )
262-
ZEND_END_ARG_INFO()
263-
264-
ZEND_BEGIN_ARG_INFO_EX( arginfo_resourcebundle_get_error_code_proc, 0, 0, 1 )
265-
ZEND_ARG_INFO( 0, bundle )
266-
ZEND_END_ARG_INFO()
267-
268-
ZEND_BEGIN_ARG_INFO_EX( arginfo_resourcebundle_get_error_message_proc, 0, 0, 1 )
269-
ZEND_ARG_INFO( 0, bundle )
270-
ZEND_END_ARG_INFO()
271-
272231
ZEND_BEGIN_ARG_INFO_EX( arginfo_transliterator_void, 0, 0, 0 )
273232
ZEND_END_ARG_INFO()
274233

0 commit comments

Comments
 (0)