Home
last modified time | relevance | path

Searched refs:INTERNAL_FUNCTION_PARAM_PASSTHRU (Results 1 – 25 of 919) sorted by relevance

12345678910>>...37

/dports/www/mod_php81/php-8.1.1/ext/ctype/
H A Dctype.c105 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isalnum, 1, 0); in PHP_FUNCTION()
112 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isalpha, 0, 0); in PHP_FUNCTION()
119 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, iscntrl, 0, 0); in PHP_FUNCTION()
126 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isdigit, 1, 0); in PHP_FUNCTION()
133 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, islower, 0, 0); in PHP_FUNCTION()
140 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isgraph, 1, 1); in PHP_FUNCTION()
147 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isprint, 1, 1); in PHP_FUNCTION()
154 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, ispunct, 0, 0); in PHP_FUNCTION()
161 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isspace, 0, 0); in PHP_FUNCTION()
168 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isupper, 0, 0); in PHP_FUNCTION()
[all …]
/dports/lang/php81/php-8.1.1/ext/ctype/
H A Dctype.c105 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isalnum, 1, 0); in PHP_FUNCTION()
112 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isalpha, 0, 0); in PHP_FUNCTION()
119 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, iscntrl, 0, 0); in PHP_FUNCTION()
126 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isdigit, 1, 0); in PHP_FUNCTION()
133 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, islower, 0, 0); in PHP_FUNCTION()
140 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isgraph, 1, 1); in PHP_FUNCTION()
147 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isprint, 1, 1); in PHP_FUNCTION()
154 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, ispunct, 0, 0); in PHP_FUNCTION()
161 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isspace, 0, 0); in PHP_FUNCTION()
168 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isupper, 0, 0); in PHP_FUNCTION()
[all …]
/dports/textproc/php81-ctype/php-8.1.1/ext/ctype/
H A Dctype.c105 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isalnum, 1, 0); in PHP_FUNCTION()
112 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isalpha, 0, 0); in PHP_FUNCTION()
119 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, iscntrl, 0, 0); in PHP_FUNCTION()
126 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isdigit, 1, 0); in PHP_FUNCTION()
133 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, islower, 0, 0); in PHP_FUNCTION()
140 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isgraph, 1, 1); in PHP_FUNCTION()
147 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isprint, 1, 1); in PHP_FUNCTION()
154 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, ispunct, 0, 0); in PHP_FUNCTION()
161 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isspace, 0, 0); in PHP_FUNCTION()
168 ctype_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, isupper, 0, 0); in PHP_FUNCTION()
[all …]
/dports/lang/php80/php-8.0.15/ext/curl/
H A Dcurl_file.c56 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
64 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
91 curlfile_get_property("name", sizeof("name")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
98 curlfile_get_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
105 curlfile_get_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
112 curlfile_set_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
119 curlfile_set_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
/dports/ftp/php80-curl/php-8.0.15/ext/curl/
H A Dcurl_file.c56 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
64 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
91 curlfile_get_property("name", sizeof("name")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
98 curlfile_get_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
105 curlfile_get_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
112 curlfile_set_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
119 curlfile_set_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
/dports/www/mod_php80/php-8.0.15/ext/curl/
H A Dcurl_file.c56 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
64 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
91 curlfile_get_property("name", sizeof("name")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
98 curlfile_get_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
105 curlfile_get_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
112 curlfile_set_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
119 curlfile_set_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
/dports/www/mod_php81/php-8.1.1/ext/curl/
H A Dcurl_file.c56 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
64 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
91 curlfile_get_property("name", sizeof("name")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
98 curlfile_get_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
105 curlfile_get_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
112 curlfile_set_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
119 curlfile_set_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
/dports/lang/php81/php-8.1.1/ext/curl/
H A Dcurl_file.c56 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
64 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
91 curlfile_get_property("name", sizeof("name")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
98 curlfile_get_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
105 curlfile_get_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
112 curlfile_set_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
119 curlfile_set_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
/dports/ftp/php81-curl/php-8.1.1/ext/curl/
H A Dcurl_file.c56 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
64 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
91 curlfile_get_property("name", sizeof("name")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
98 curlfile_get_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
105 curlfile_get_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
112 curlfile_set_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
119 curlfile_set_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
/dports/www/mod_php81/php-8.1.1/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp81 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
88 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
95 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
102 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
109 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
217 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
223 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
229 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
247 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
274 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
[all …]
/dports/lang/php81/php-8.1.1/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp81 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
88 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
95 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
102 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
109 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
217 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
223 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
229 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
247 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
274 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
[all …]
/dports/lang/php80/php-8.0.15/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp82 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
89 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
96 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
103 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
110 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
219 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
225 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
231 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
249 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
276 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
[all …]
/dports/devel/php81-intl/php-8.1.1/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp81 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
88 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
95 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
102 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
109 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
217 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
223 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
229 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
247 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
274 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
[all …]
/dports/devel/php80-intl/php-8.0.15/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp82 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
89 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
96 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
103 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
110 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
219 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
225 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
231 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
249 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
276 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp82 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
89 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
96 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
103 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
110 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
219 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
225 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
231 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
249 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
276 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
[all …]
/dports/lang/php74/php-7.4.27/ext/curl/
H A Dcurl_file.c59 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
68 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
98 curlfile_get_property("name", sizeof("name")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
106 curlfile_get_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
114 curlfile_get_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
122 curlfile_set_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
130 curlfile_set_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
/dports/ftp/php74-curl/php-7.4.27/ext/curl/
H A Dcurl_file.c59 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
68 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
98 curlfile_get_property("name", sizeof("name")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
106 curlfile_get_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
114 curlfile_get_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
122 curlfile_set_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
130 curlfile_set_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
/dports/www/mod_php74/php-7.4.27/ext/curl/
H A Dcurl_file.c59 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
68 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
98 curlfile_get_property("name", sizeof("name")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
106 curlfile_get_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
114 curlfile_get_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
122 curlfile_set_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
130 curlfile_set_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
/dports/lang/php73/php-7.3.33/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp85 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
92 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
99 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
106 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
113 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
241 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
248 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
255 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
279 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
309 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
[all …]
/dports/lang/php74/php-7.4.27/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp85 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
92 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
99 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
106 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
113 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
241 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
248 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
255 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
279 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
309 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
[all …]
/dports/devel/php74-intl/php-7.4.27/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp85 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
92 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
99 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
106 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
113 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
241 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
248 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
255 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
279 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
309 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
[all …]
/dports/devel/php73-intl/php-7.3.33/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp85 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
92 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
99 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
106 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
113 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
241 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
248 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
255 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
279 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
309 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp85 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
92 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
99 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
106 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
113 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
241 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
248 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
255 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
279 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
309 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp85 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
92 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
99 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
106 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
113 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
241 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
248 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
255 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
279 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
309 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
[all …]
/dports/lang/php73/php-7.3.33/ext/curl/
H A Dcurl_file.c58 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
67 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
97 curlfile_get_property("name", sizeof("name")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
105 curlfile_get_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
113 curlfile_get_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
121 curlfile_set_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
129 curlfile_set_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()

12345678910>>...37