]> git.pld-linux.org Git - packages/php-pecl-intl.git/blame - zend_arg_info_static.patch
- release 4
[packages/php-pecl-intl.git] / zend_arg_info_static.patch
CommitLineData
ca0fef74
ER
1--- php-pecl-intl-1.1.1/collator/collator_class.c~ 2010-03-16 00:03:30.000000000 +0200
2+++ php-pecl-intl-1.1.1/collator/collator_class.c 2010-06-06 22:00:21.622436798 +0300
3@@ -88,22 +88,18 @@
4 modify approptiate 'collator_XX_args' for
5 the procedural API.
6 */
7-static
8 ZEND_BEGIN_ARG_INFO_EX( collator_0_args, 0, 0, 0 )
9 ZEND_END_ARG_INFO()
10
11-static
12 ZEND_BEGIN_ARG_INFO_EX( collator_1_arg, 0, 0, 1 )
13 ZEND_ARG_INFO( 0, arg1 )
14 ZEND_END_ARG_INFO()
15
16-static
17 ZEND_BEGIN_ARG_INFO_EX( collator_2_args, 0, 0, 2 )
18 ZEND_ARG_INFO( 0, arg1 )
19 ZEND_ARG_INFO( 0, arg2 )
20 ZEND_END_ARG_INFO()
21
22-static
23 ZEND_BEGIN_ARG_INFO_EX( collator_sort_args, 0, 0, 1 )
24 ZEND_ARG_ARRAY_INFO( 1, arr, 0 )
25 ZEND_ARG_INFO( 0, flags )
26--- php-pecl-intl-1.1.1/formatter/formatter_class.c~ 2010-03-16 00:03:30.000000000 +0200
27+++ php-pecl-intl-1.1.1/formatter/formatter_class.c 2010-06-06 22:01:21.165241865 +0300
28@@ -80,63 +80,54 @@
29 */
30
31 /* {{{ arginfo */
32-static ZEND_BEGIN_ARG_INFO_EX(number_parse_arginfo, 0, 0, 1)
33+ZEND_BEGIN_ARG_INFO_EX(number_parse_arginfo, 0, 0, 1)
34 ZEND_ARG_INFO(0, string)
35 ZEND_ARG_INFO(0, type)
36 ZEND_ARG_INFO(1, position)
37 ZEND_END_ARG_INFO()
38
39-static ZEND_BEGIN_ARG_INFO_EX(number_parse_currency_arginfo, 0, 0, 2)
40+ZEND_BEGIN_ARG_INFO_EX(number_parse_currency_arginfo, 0, 0, 2)
41 ZEND_ARG_INFO(0, string)
42 ZEND_ARG_INFO(1, currency)
43 ZEND_ARG_INFO(1, position)
44 ZEND_END_ARG_INFO()
45
46-static
47 ZEND_BEGIN_ARG_INFO_EX(arginfo_numberformatter_getattribute, 0, 0, 1)
48 ZEND_ARG_INFO(0, attr)
49 ZEND_END_ARG_INFO()
50
51-static
52 ZEND_BEGIN_ARG_INFO_EX(arginfo_numberformatter_setattribute, 0, 0, 2)
53 ZEND_ARG_INFO(0, attr)
54 ZEND_ARG_INFO(0, value)
55 ZEND_END_ARG_INFO()
56
57-static
58 ZEND_BEGIN_ARG_INFO_EX(arginfo_numberformatter_setsymbol, 0, 0, 2)
59 ZEND_ARG_INFO(0, attr)
60 ZEND_ARG_INFO(0, symbol)
61 ZEND_END_ARG_INFO()
62
63-static
64 ZEND_BEGIN_ARG_INFO(arginfo_numberformatter_getpattern, 0)
65 ZEND_END_ARG_INFO()
66
67-static
68 ZEND_BEGIN_ARG_INFO_EX(arginfo_numberformatter_setpattern, 0, 0, 1)
69 ZEND_ARG_INFO(0, pattern)
70 ZEND_END_ARG_INFO()
71
72-static
73 ZEND_BEGIN_ARG_INFO_EX(arginfo_numberformatter_getlocale, 0, 0, 0)
74 ZEND_ARG_INFO(0, type)
75 ZEND_END_ARG_INFO()
76
77-static
78 ZEND_BEGIN_ARG_INFO_EX(arginfo_numberformatter___construct, 0, 0, 2)
79 ZEND_ARG_INFO(0, locale)
80 ZEND_ARG_INFO(0, style)
81 ZEND_ARG_INFO(0, pattern)
82 ZEND_END_ARG_INFO()
83
84-static
85 ZEND_BEGIN_ARG_INFO_EX(arginfo_numberformatter_formatcurrency, 0, 0, 2)
86 ZEND_ARG_INFO(0, num)
87 ZEND_ARG_INFO(0, currency)
88 ZEND_END_ARG_INFO()
89
90-static
91 ZEND_BEGIN_ARG_INFO_EX(arginfo_numberformatter_format, 0, 0, 1)
92 ZEND_ARG_INFO(0, num)
93 ZEND_ARG_INFO(0, type)
94--- php-pecl-intl-1.1.1/normalizer/normalizer_class.c~ 2010-03-16 00:03:30.000000000 +0200
95+++ php-pecl-intl-1.1.1/normalizer/normalizer_class.c 2010-06-06 22:01:45.691810267 +0300
96@@ -29,7 +29,6 @@
97
98 /* {{{ Normalizer methods arguments info */
99
100-static
101 ZEND_BEGIN_ARG_INFO_EX( normalizer_3_args, 0, 0, 3 )
102 ZEND_ARG_INFO( 0, arg1 )
103 ZEND_ARG_INFO( 0, arg2 )
104--- php-pecl-intl-1.1.1/locale/locale_class.c~ 2010-03-16 00:03:30.000000000 +0200
105+++ php-pecl-intl-1.1.1/locale/locale_class.c 2010-06-06 22:02:06.064926337 +0300
106@@ -35,29 +35,24 @@
107 * approptiate 'locale_XX_args' for the procedural API!
108 */
109
110-static
111 ZEND_BEGIN_ARG_INFO_EX( locale_0_args, 0, 0, 0 )
112 ZEND_END_ARG_INFO()
113
114-static
115 ZEND_BEGIN_ARG_INFO_EX( locale_1_arg, 0, 0, 1 )
116 ZEND_ARG_INFO( 0, arg1 )
117 ZEND_END_ARG_INFO()
118
119-static
120 ZEND_BEGIN_ARG_INFO_EX( locale_2_args, 0, 0, 2 )
121 ZEND_ARG_INFO( 0, arg1 )
122 ZEND_ARG_INFO( 0, arg2 )
123 ZEND_END_ARG_INFO()
124
125-static
126 ZEND_BEGIN_ARG_INFO_EX( locale_3_args, 0, 0, 3 )
127 ZEND_ARG_INFO( 0, arg1 )
128 ZEND_ARG_INFO( 0, arg2 )
129 ZEND_ARG_INFO( 0, arg3 )
130 ZEND_END_ARG_INFO()
131
132-static
133 ZEND_BEGIN_ARG_INFO_EX( locale_4_args, 0, 0, 4 )
134 ZEND_ARG_INFO( 0, arg1 )
135 ZEND_ARG_INFO( 0, arg2 )
136--- php-pecl-intl-1.1.1/dateformat/dateformat_class.c~ 2010-03-16 00:03:30.000000000 +0200
137+++ php-pecl-intl-1.1.1/dateformat/dateformat_class.c 2010-06-06 22:02:36.218265767 +0300
138@@ -84,42 +84,35 @@
139 */
140
141 /* {{{ arginfo */
142-static ZEND_BEGIN_ARG_INFO_EX(datefmt_parse_args, 0, 0, 1)
143+ZEND_BEGIN_ARG_INFO_EX(datefmt_parse_args, 0, 0, 1)
144 ZEND_ARG_INFO(0, string)
145 ZEND_ARG_INFO(1, position)
146 ZEND_END_ARG_INFO()
147
148-static
149 ZEND_BEGIN_ARG_INFO_EX(arginfo_intldateformatter_format, 0, 0, 0)
150 ZEND_ARG_INFO(0, args)
151 ZEND_ARG_INFO(0, array)
152 ZEND_END_ARG_INFO()
153
154-static
155 ZEND_BEGIN_ARG_INFO(arginfo_intldateformatter_getdatetype, 0)
156 ZEND_END_ARG_INFO()
157
158-static
159 ZEND_BEGIN_ARG_INFO_EX(arginfo_intldateformatter_settimezoneid, 0, 0, 1)
160 ZEND_ARG_INFO(0, zone)
161 ZEND_END_ARG_INFO()
162
163-static
164 ZEND_BEGIN_ARG_INFO_EX(arginfo_intldateformatter_setpattern, 0, 0, 1)
165 ZEND_ARG_INFO(0, pattern)
166 ZEND_END_ARG_INFO()
167
168-static
169 ZEND_BEGIN_ARG_INFO_EX(arginfo_intldateformatter_setlenient, 0, 0, 1)
170 ZEND_ARG_INFO(0, lenient)
171 ZEND_END_ARG_INFO()
172
173-static
174 ZEND_BEGIN_ARG_INFO_EX(arginfo_intldateformatter_setcalendar, 0, 0, 1)
175 ZEND_ARG_INFO(0, which)
176 ZEND_END_ARG_INFO()
177
178-static
179 ZEND_BEGIN_ARG_INFO_EX(arginfo_intldateformatter___construct, 0, 0, 3)
180 ZEND_ARG_INFO(0, locale)
181 ZEND_ARG_INFO(0, datetype)
182--- php-pecl-intl-1.1.1/msgformat/msgformat_class.c~ 2010-03-16 00:03:30.000000000 +0200
183+++ php-pecl-intl-1.1.1/msgformat/msgformat_class.c 2010-06-06 22:02:58.456171037 +0300
184@@ -77,34 +77,28 @@
185 */
186
187 /* {{{ arginfo */
188-static
189 ZEND_BEGIN_ARG_INFO_EX(arginfo_messageformatter___construct, 0, 0, 2)
190 ZEND_ARG_INFO(0, locale)
191 ZEND_ARG_INFO(0, pattern)
192 ZEND_END_ARG_INFO()
193
194-static
195 ZEND_BEGIN_ARG_INFO(arginfo_messageformatter_geterrormessage, 0)
196 ZEND_END_ARG_INFO()
197
198-static
199 ZEND_BEGIN_ARG_INFO_EX(arginfo_messageformatter_formatmessage, 0, 0, 3)
200 ZEND_ARG_INFO(0, locale)
201 ZEND_ARG_INFO(0, pattern)
202 ZEND_ARG_INFO(0, args)
203 ZEND_END_ARG_INFO()
204
205-static
206 ZEND_BEGIN_ARG_INFO_EX(arginfo_messageformatter_format, 0, 0, 1)
207 ZEND_ARG_INFO(0, args)
208 ZEND_END_ARG_INFO()
209
210-static
211 ZEND_BEGIN_ARG_INFO_EX(arginfo_messageformatter_setpattern, 0, 0, 1)
212 ZEND_ARG_INFO(0, pattern)
213 ZEND_END_ARG_INFO()
214
215-static
216 ZEND_BEGIN_ARG_INFO_EX(arginfo_messageformatter_parse, 0, 0, 1)
217 ZEND_ARG_INFO(0, source)
218 ZEND_END_ARG_INFO()
This page took 0.069639 seconds and 4 git commands to generate.