Home
last modified time | relevance | path

Searched refs:ZEND_FUNCTION (Results 1 – 25 of 84) sorted by relevance

1234

/PHP-8.0/Zend/
H A Dzend_builtin_functions_arginfo.h219 ZEND_FUNCTION(strlen);
220 ZEND_FUNCTION(strcmp);
221 ZEND_FUNCTION(strncmp);
222 ZEND_FUNCTION(strcasecmp);
225 ZEND_FUNCTION(define);
226 ZEND_FUNCTION(defined);
227 ZEND_FUNCTION(get_class);
231 ZEND_FUNCTION(is_a);
268 ZEND_FUNCTION(gc_enabled);
269 ZEND_FUNCTION(gc_enable);
[all …]
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_arginfo.h165 ZEND_FUNCTION(intlcal_equals);
167 ZEND_FUNCTION(intlcal_add);
168 ZEND_FUNCTION(intlcal_after);
169 ZEND_FUNCTION(intlcal_before);
170 ZEND_FUNCTION(intlcal_clear);
172 ZEND_FUNCTION(intlcal_get);
188 ZEND_FUNCTION(intlcal_get_now);
191 ZEND_FUNCTION(intlcal_get_time);
199 ZEND_FUNCTION(intlcal_roll);
200 ZEND_FUNCTION(intlcal_is_set);
[all …]
/PHP-8.0/ext/standard/
H A Dbasic_functions_arginfo.h2248 ZEND_FUNCTION(end);
2253 ZEND_FUNCTION(key);
2254 ZEND_FUNCTION(min);
2255 ZEND_FUNCTION(max);
2407 ZEND_FUNCTION(md5);
2480 ZEND_FUNCTION(ord);
2481 ZEND_FUNCTION(chr);
2517 ZEND_FUNCTION(dir);
2648 ZEND_FUNCTION(abs);
2652 ZEND_FUNCTION(sin);
[all …]
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h793 ZEND_FUNCTION(intlcal_get);
796 ZEND_FUNCTION(intlcal_add);
798 ZEND_FUNCTION(intlcal_after);
800 ZEND_FUNCTION(intlcal_set);
801 ZEND_FUNCTION(intlcal_roll);
802 ZEND_FUNCTION(intlcal_clear);
877 ZEND_FUNCTION(numfmt_parse);
900 ZEND_FUNCTION(idn_to_ascii);
901 ZEND_FUNCTION(idn_to_utf8);
914 ZEND_FUNCTION(locale_parse);
[all …]
/PHP-8.0/ext/posix/
H A Dposix_arginfo.h163 ZEND_FUNCTION(posix_kill);
164 ZEND_FUNCTION(posix_getpid);
166 ZEND_FUNCTION(posix_getuid);
167 ZEND_FUNCTION(posix_setuid);
172 ZEND_FUNCTION(posix_getgid);
173 ZEND_FUNCTION(posix_setgid);
186 ZEND_FUNCTION(posix_setsid);
193 ZEND_FUNCTION(posix_getsid);
195 ZEND_FUNCTION(posix_uname);
196 ZEND_FUNCTION(posix_times);
[all …]
/PHP-8.0/ext/gmp/
H A Dgmp_arginfo.h193 ZEND_FUNCTION(gmp_add);
194 ZEND_FUNCTION(gmp_sub);
195 ZEND_FUNCTION(gmp_mul);
199 ZEND_FUNCTION(gmp_mod);
201 ZEND_FUNCTION(gmp_neg);
202 ZEND_FUNCTION(gmp_abs);
208 ZEND_FUNCTION(gmp_pow);
213 ZEND_FUNCTION(gmp_gcd);
215 ZEND_FUNCTION(gmp_lcm);
220 ZEND_FUNCTION(gmp_cmp);
[all …]
/PHP-8.0/ext/sodium/
H A Dlibsodium_arginfo.h431 ZEND_FUNCTION(sodium_crypto_box);
514 ZEND_FUNCTION(sodium_add);
515 ZEND_FUNCTION(sodium_compare);
516 ZEND_FUNCTION(sodium_increment);
517 ZEND_FUNCTION(sodium_memcmp);
518 ZEND_FUNCTION(sodium_memzero);
519 ZEND_FUNCTION(sodium_pad);
520 ZEND_FUNCTION(sodium_unpad);
521 ZEND_FUNCTION(sodium_bin2hex);
522 ZEND_FUNCTION(sodium_hex2bin);
[all …]
/PHP-8.0/ext/xml/
H A Dxml_arginfo.h86 ZEND_FUNCTION(xml_parser_create);
87 ZEND_FUNCTION(xml_parser_create_ns);
88 ZEND_FUNCTION(xml_set_object);
89 ZEND_FUNCTION(xml_set_element_handler);
98 ZEND_FUNCTION(xml_parse);
99 ZEND_FUNCTION(xml_parse_into_struct);
100 ZEND_FUNCTION(xml_get_error_code);
101 ZEND_FUNCTION(xml_error_string);
105 ZEND_FUNCTION(xml_parser_free);
106 ZEND_FUNCTION(xml_parser_set_option);
[all …]
/PHP-8.0/ext/ctype/
H A Dctype_arginfo.h29 ZEND_FUNCTION(ctype_alnum);
30 ZEND_FUNCTION(ctype_alpha);
31 ZEND_FUNCTION(ctype_cntrl);
32 ZEND_FUNCTION(ctype_digit);
33 ZEND_FUNCTION(ctype_lower);
34 ZEND_FUNCTION(ctype_graph);
35 ZEND_FUNCTION(ctype_print);
36 ZEND_FUNCTION(ctype_punct);
37 ZEND_FUNCTION(ctype_space);
38 ZEND_FUNCTION(ctype_upper);
[all …]
/PHP-8.0/ext/curl/
H A Dcurl_arginfo.h144 ZEND_FUNCTION(curl_close);
146 ZEND_FUNCTION(curl_errno);
147 ZEND_FUNCTION(curl_error);
149 ZEND_FUNCTION(curl_escape);
157 ZEND_FUNCTION(curl_exec);
159 ZEND_FUNCTION(curl_getinfo);
160 ZEND_FUNCTION(curl_init);
172 ZEND_FUNCTION(curl_pause);
174 ZEND_FUNCTION(curl_reset);
176 ZEND_FUNCTION(curl_setopt);
[all …]
/PHP-8.0/ext/com_dotnet/
H A Dcom_extension_arginfo.h135 ZEND_FUNCTION(variant_set);
136 ZEND_FUNCTION(variant_add);
137 ZEND_FUNCTION(variant_cat);
138 ZEND_FUNCTION(variant_sub);
139 ZEND_FUNCTION(variant_mul);
140 ZEND_FUNCTION(variant_and);
141 ZEND_FUNCTION(variant_div);
142 ZEND_FUNCTION(variant_eqv);
144 ZEND_FUNCTION(variant_imp);
145 ZEND_FUNCTION(variant_mod);
[all …]
/PHP-8.0/ext/pgsql/
H A Dpgsql_arginfo.h454 ZEND_FUNCTION(pg_close);
455 ZEND_FUNCTION(pg_dbname);
458 ZEND_FUNCTION(pg_port);
459 ZEND_FUNCTION(pg_tty);
460 ZEND_FUNCTION(pg_host);
463 ZEND_FUNCTION(pg_ping);
464 ZEND_FUNCTION(pg_query);
490 ZEND_FUNCTION(pg_trace);
531 ZEND_FUNCTION(pg_socket);
533 ZEND_FUNCTION(pg_flush);
[all …]
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h565 ZEND_FUNCTION(gd_info);
620 ZEND_FUNCTION(imagexbm);
621 ZEND_FUNCTION(imagegif);
623 ZEND_FUNCTION(imagepng);
626 ZEND_FUNCTION(imagewebp);
632 ZEND_FUNCTION(imagegd);
633 ZEND_FUNCTION(imagegd2);
635 ZEND_FUNCTION(imagebmp);
654 ZEND_FUNCTION(imagearc);
674 ZEND_FUNCTION(imagesx);
[all …]
/PHP-8.0/ext/mbstring/
H A Dmbstring_arginfo.h316 ZEND_FUNCTION(mb_strlen);
317 ZEND_FUNCTION(mb_strpos);
321 ZEND_FUNCTION(mb_strstr);
326 ZEND_FUNCTION(mb_substr);
327 ZEND_FUNCTION(mb_strcut);
346 ZEND_FUNCTION(mb_scrub);
347 ZEND_FUNCTION(mb_ord);
348 ZEND_FUNCTION(mb_chr);
353 ZEND_FUNCTION(mb_ereg);
356 ZEND_FUNCTION(mb_eregi);
[all …]
/PHP-8.0/ext/imap/
H A Dphp_imap_arginfo.h341 ZEND_FUNCTION(imap_open);
351 ZEND_FUNCTION(imap_body);
358 ZEND_FUNCTION(imap_gc);
373 ZEND_FUNCTION(imap_ping);
376 ZEND_FUNCTION(imap_8bit);
378 ZEND_FUNCTION(imap_utf8);
383 ZEND_FUNCTION(imap_sort);
384 ZEND_FUNCTION(imap_uid);
386 ZEND_FUNCTION(imap_list);
387 ZEND_FUNCTION(imap_lsub);
[all …]
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_arginfo.h94 ZEND_FUNCTION(intltz_create_default);
101 ZEND_FUNCTION(intltz_get_dst_savings);
103 ZEND_FUNCTION(intltz_get_error_code);
105 ZEND_FUNCTION(intltz_get_gmt);
106 ZEND_FUNCTION(intltz_get_id);
107 ZEND_FUNCTION(intltz_get_offset);
108 ZEND_FUNCTION(intltz_get_raw_offset);
109 ZEND_FUNCTION(intltz_get_region);
111 ZEND_FUNCTION(intltz_get_unknown);
113 ZEND_FUNCTION(intltz_get_windows_id);
[all …]
/PHP-8.0/ext/intl/locale/
H A Dlocale_arginfo.h60 ZEND_FUNCTION(locale_get_default);
61 ZEND_FUNCTION(locale_set_default);
63 ZEND_FUNCTION(locale_get_script);
64 ZEND_FUNCTION(locale_get_region);
65 ZEND_FUNCTION(locale_get_keywords);
68 ZEND_FUNCTION(locale_get_display_name);
71 ZEND_FUNCTION(locale_compose);
72 ZEND_FUNCTION(locale_parse);
74 ZEND_FUNCTION(locale_filter_matches);
75 ZEND_FUNCTION(locale_lookup);
[all …]
/PHP-8.0/ext/calendar/
H A Dcalendar_arginfo.h79 ZEND_FUNCTION(cal_from_jd);
80 ZEND_FUNCTION(cal_info);
81 ZEND_FUNCTION(cal_to_jd);
84 ZEND_FUNCTION(frenchtojd);
88 ZEND_FUNCTION(jdtofrench);
90 ZEND_FUNCTION(jdtojewish);
91 ZEND_FUNCTION(jdtojulian);
92 ZEND_FUNCTION(jdtounix);
93 ZEND_FUNCTION(jewishtojd);
94 ZEND_FUNCTION(juliantojd);
[all …]
/PHP-8.0/ext/dba/
H A Ddba_arginfo.h62 ZEND_FUNCTION(dba_popen);
63 ZEND_FUNCTION(dba_open);
64 ZEND_FUNCTION(dba_close);
65 ZEND_FUNCTION(dba_exists);
66 ZEND_FUNCTION(dba_fetch);
69 ZEND_FUNCTION(dba_nextkey);
70 ZEND_FUNCTION(dba_delete);
71 ZEND_FUNCTION(dba_insert);
72 ZEND_FUNCTION(dba_replace);
74 ZEND_FUNCTION(dba_sync);
[all …]
/PHP-8.0/ext/zlib/
H A Dzlib_arginfo.h138 ZEND_FUNCTION(gzfile);
139 ZEND_FUNCTION(gzopen);
149 ZEND_FUNCTION(fwrite);
150 ZEND_FUNCTION(rewind);
151 ZEND_FUNCTION(fclose);
152 ZEND_FUNCTION(feof);
153 ZEND_FUNCTION(fgetc);
155 ZEND_FUNCTION(fseek);
156 ZEND_FUNCTION(ftell);
157 ZEND_FUNCTION(fread);
[all …]
/PHP-8.0/ext/enchant/
H A Denchant_arginfo.h101 ZEND_FUNCTION(enchant_broker_init);
102 ZEND_FUNCTION(enchant_broker_free);
103 ZEND_FUNCTION(enchant_broker_get_error);
109 ZEND_FUNCTION(enchant_broker_free_dict);
112 ZEND_FUNCTION(enchant_broker_describe);
114 ZEND_FUNCTION(enchant_dict_check);
115 ZEND_FUNCTION(enchant_dict_suggest);
116 ZEND_FUNCTION(enchant_dict_add);
118 ZEND_FUNCTION(enchant_dict_is_added);
120 ZEND_FUNCTION(enchant_dict_get_error);
[all …]
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_arginfo.h82 ZEND_FUNCTION(datefmt_create);
83 ZEND_FUNCTION(datefmt_get_datetype);
84 ZEND_FUNCTION(datefmt_get_timetype);
91 ZEND_FUNCTION(datefmt_set_pattern);
92 ZEND_FUNCTION(datefmt_get_pattern);
93 ZEND_FUNCTION(datefmt_get_locale);
94 ZEND_FUNCTION(datefmt_set_lenient);
95 ZEND_FUNCTION(datefmt_is_lenient);
96 ZEND_FUNCTION(datefmt_format);
98 ZEND_FUNCTION(datefmt_parse);
[all …]
/PHP-8.0/ext/odbc/
H A Dodbc_arginfo.h250 ZEND_FUNCTION(odbc_binmode);
252 ZEND_FUNCTION(odbc_prepare);
253 ZEND_FUNCTION(odbc_execute);
254 ZEND_FUNCTION(odbc_cursor);
258 ZEND_FUNCTION(odbc_exec);
267 ZEND_FUNCTION(odbc_result);
270 ZEND_FUNCTION(odbc_connect);
272 ZEND_FUNCTION(odbc_close);
284 ZEND_FUNCTION(odbc_commit);
286 ZEND_FUNCTION(odbc_error);
[all …]
/PHP-8.0/ext/ftp/
H A Dftp_arginfo.h202 ZEND_FUNCTION(ftp_pwd);
203 ZEND_FUNCTION(ftp_cdup);
205 ZEND_FUNCTION(ftp_exec);
206 ZEND_FUNCTION(ftp_raw);
213 ZEND_FUNCTION(ftp_mlsd);
215 ZEND_FUNCTION(ftp_fget);
217 ZEND_FUNCTION(ftp_pasv);
218 ZEND_FUNCTION(ftp_get);
221 ZEND_FUNCTION(ftp_fput);
223 ZEND_FUNCTION(ftp_put);
[all …]
/PHP-8.0/ext/spl/
H A Dphp_spl_arginfo.h65 ZEND_FUNCTION(class_implements);
66 ZEND_FUNCTION(class_parents);
67 ZEND_FUNCTION(class_uses);
68 ZEND_FUNCTION(spl_autoload);
69 ZEND_FUNCTION(spl_autoload_call);
74 ZEND_FUNCTION(spl_classes);
75 ZEND_FUNCTION(spl_object_hash);
76 ZEND_FUNCTION(spl_object_id);
77 ZEND_FUNCTION(iterator_apply);
78 ZEND_FUNCTION(iterator_count);
[all …]

Completed in 89 milliseconds

1234