Home
last modified time | relevance | path

Searched refs:PHP_FUNCTION (Results 1 – 25 of 180) sorted by relevance

12345678

/PHP-8.1/ext/sodium/
H A Dphp_libsodium.h36 PHP_FUNCTION(sodium_add);
37 PHP_FUNCTION(sodium_base642bin);
38 PHP_FUNCTION(sodium_bin2base64);
39 PHP_FUNCTION(sodium_bin2hex);
40 PHP_FUNCTION(sodium_compare);
57 PHP_FUNCTION(sodium_crypto_box);
133 PHP_FUNCTION(sodium_hex2bin);
135 PHP_FUNCTION(sodium_memcmp);
136 PHP_FUNCTION(sodium_memzero);
137 PHP_FUNCTION(sodium_pad);
[all …]
H A Dlibsodium.c407 PHP_FUNCTION(sodium_memzero) in PHP_FUNCTION() function
431 PHP_FUNCTION(sodium_increment) in PHP_FUNCTION() function
454 PHP_FUNCTION(sodium_add) in PHP_FUNCTION() function
483 PHP_FUNCTION(sodium_memcmp) in PHP_FUNCTION() function
943 PHP_FUNCTION(sodium_crypto_box) in PHP_FUNCTION() function
2395 PHP_FUNCTION(sodium_bin2hex) in PHP_FUNCTION() function
2419 PHP_FUNCTION(sodium_hex2bin) in PHP_FUNCTION() function
2457 PHP_FUNCTION(sodium_bin2base64) in PHP_FUNCTION() function
2940 PHP_FUNCTION(sodium_compare) in PHP_FUNCTION() function
3159 PHP_FUNCTION(sodium_pad) in PHP_FUNCTION() function
[all …]
/PHP-8.1/ext/iconv/
H A Dphp_iconv.h45 PHP_FUNCTION(ob_iconv_handler);
46 PHP_FUNCTION(iconv_get_encoding);
47 PHP_FUNCTION(iconv_set_encoding);
48 PHP_FUNCTION(iconv_strlen);
49 PHP_FUNCTION(iconv_substr);
50 PHP_FUNCTION(iconv_strpos);
51 PHP_FUNCTION(iconv_strrpos);
52 PHP_FUNCTION(iconv_mime_encode);
53 PHP_FUNCTION(iconv_mime_decode);
54 PHP_FUNCTION(iconv_mime_decode_headers);
/PHP-8.1/ext/ctype/
H A Dctype.c110 PHP_FUNCTION(ctype_alnum) in PHP_FUNCTION() function
117 PHP_FUNCTION(ctype_alpha) in PHP_FUNCTION() function
124 PHP_FUNCTION(ctype_cntrl) in PHP_FUNCTION() function
131 PHP_FUNCTION(ctype_digit) in PHP_FUNCTION() function
138 PHP_FUNCTION(ctype_lower) in PHP_FUNCTION() function
145 PHP_FUNCTION(ctype_graph) in PHP_FUNCTION() function
152 PHP_FUNCTION(ctype_print) in PHP_FUNCTION() function
159 PHP_FUNCTION(ctype_punct) in PHP_FUNCTION() function
166 PHP_FUNCTION(ctype_space) in PHP_FUNCTION() function
173 PHP_FUNCTION(ctype_upper) in PHP_FUNCTION() function
[all …]
/PHP-8.1/ext/standard/
H A Dfile.h25 PHPAPI PHP_FUNCTION(fclose);
26 PHPAPI PHP_FUNCTION(feof);
27 PHPAPI PHP_FUNCTION(fread);
28 PHPAPI PHP_FUNCTION(fgetc);
29 PHPAPI PHP_FUNCTION(fgets);
30 PHPAPI PHP_FUNCTION(fwrite);
31 PHPAPI PHP_FUNCTION(fflush);
32 PHPAPI PHP_FUNCTION(rewind);
33 PHPAPI PHP_FUNCTION(ftell);
34 PHPAPI PHP_FUNCTION(fseek);
[all …]
H A Dtype.c21 PHP_FUNCTION(gettype) in PHP_FUNCTION() function
85 PHP_FUNCTION(settype) in PHP_FUNCTION() function
143 PHP_FUNCTION(intval) in PHP_FUNCTION() function
202 PHP_FUNCTION(floatval) in PHP_FUNCTION() function
215 PHP_FUNCTION(boolval) in PHP_FUNCTION() function
228 PHP_FUNCTION(strval) in PHP_FUNCTION() function
264 PHP_FUNCTION(is_null) in PHP_FUNCTION() function
280 PHP_FUNCTION(is_bool) in PHP_FUNCTION() function
294 PHP_FUNCTION(is_int) in PHP_FUNCTION() function
302 PHP_FUNCTION(is_float) in PHP_FUNCTION() function
[all …]
H A Dmath.c209 PHP_FUNCTION(abs) in PHP_FUNCTION() function
232 PHP_FUNCTION(ceil) in PHP_FUNCTION() function
313 PHP_FUNCTION(sin) in PHP_FUNCTION() function
325 PHP_FUNCTION(cos) in PHP_FUNCTION() function
337 PHP_FUNCTION(tan) in PHP_FUNCTION() function
349 PHP_FUNCTION(asin) in PHP_FUNCTION() function
361 PHP_FUNCTION(acos) in PHP_FUNCTION() function
470 PHP_FUNCTION(pi) in PHP_FUNCTION() function
515 PHP_FUNCTION(pow) in PHP_FUNCTION() function
529 PHP_FUNCTION(exp) in PHP_FUNCTION() function
[all …]
H A Dphp_dir.h23 PHP_FUNCTION(closedir);
24 PHP_FUNCTION(rewinddir);
25 PHP_FUNCTION(readdir);
H A Dpageinfo.c86 PHP_FUNCTION(getmyuid) in PHP_FUNCTION() function
102 PHP_FUNCTION(getmygid) in PHP_FUNCTION() function
118 PHP_FUNCTION(getmypid) in PHP_FUNCTION() function
134 PHP_FUNCTION(getmyinode) in PHP_FUNCTION() function
154 PHP_FUNCTION(getlastmod) in PHP_FUNCTION() function
/PHP-8.1/main/
H A Dphp_output.h245 PHP_FUNCTION(ob_start);
246 PHP_FUNCTION(ob_flush);
247 PHP_FUNCTION(ob_clean);
248 PHP_FUNCTION(ob_end_flush);
249 PHP_FUNCTION(ob_end_clean);
250 PHP_FUNCTION(ob_get_flush);
251 PHP_FUNCTION(ob_get_clean);
252 PHP_FUNCTION(ob_get_contents);
253 PHP_FUNCTION(ob_get_length);
254 PHP_FUNCTION(ob_get_level);
[all …]
/PHP-8.1/ext/xmlwriter/
H A Dphp_xmlwriter.c254 PHP_FUNCTION(xmlwriter_set_indent) in PHP_FUNCTION() function
511 PHP_FUNCTION(xmlwriter_start_pi) in PHP_FUNCTION() function
518 PHP_FUNCTION(xmlwriter_end_pi) in PHP_FUNCTION() function
525 PHP_FUNCTION(xmlwriter_write_pi) in PHP_FUNCTION() function
576 PHP_FUNCTION(xmlwriter_end_cdata) in PHP_FUNCTION() function
590 PHP_FUNCTION(xmlwriter_write_raw) in PHP_FUNCTION() function
597 PHP_FUNCTION(xmlwriter_text) in PHP_FUNCTION() function
673 PHP_FUNCTION(xmlwriter_start_dtd) in PHP_FUNCTION() function
698 PHP_FUNCTION(xmlwriter_end_dtd) in PHP_FUNCTION() function
882 PHP_FUNCTION(xmlwriter_open_uri) in PHP_FUNCTION() function
[all …]
/PHP-8.1/ext/intl/calendar/
H A Dcalendar_methods.cpp188 U_CFUNC PHP_FUNCTION(intlcal_get_now) in PHP_FUNCTION() function
239 U_CFUNC PHP_FUNCTION(intlcal_get) in PHP_FUNCTION() function
245 U_CFUNC PHP_FUNCTION(intlcal_get_time) in PHP_FUNCTION() function
281 U_CFUNC PHP_FUNCTION(intlcal_add) in PHP_FUNCTION() function
360 U_CFUNC PHP_FUNCTION(intlcal_after) in PHP_FUNCTION() function
365 U_CFUNC PHP_FUNCTION(intlcal_before) in PHP_FUNCTION() function
370 U_CFUNC PHP_FUNCTION(intlcal_set) in PHP_FUNCTION() function
411 U_CFUNC PHP_FUNCTION(intlcal_roll) in PHP_FUNCTION() function
440 U_CFUNC PHP_FUNCTION(intlcal_clear) in PHP_FUNCTION() function
740 U_CFUNC PHP_FUNCTION(intlcal_is_set) in PHP_FUNCTION() function
[all …]
/PHP-8.1/ext/oci8/
H A Doci8_interface.c249 PHP_FUNCTION(oci_lob_save) in PHP_FUNCTION() function
308 PHP_FUNCTION(oci_lob_load) in PHP_FUNCTION() function
342 PHP_FUNCTION(oci_lob_read) in PHP_FUNCTION() function
381 PHP_FUNCTION(oci_lob_eof) in PHP_FUNCTION() function
408 PHP_FUNCTION(oci_lob_tell) in PHP_FUNCTION() function
1019 PHP_FUNCTION(oci_commit) in PHP_FUNCTION() function
1222 PHP_FUNCTION(oci_cancel) in PHP_FUNCTION() function
1241 PHP_FUNCTION(oci_fetch) in PHP_FUNCTION() function
1438 PHP_FUNCTION(oci_close) in PHP_FUNCTION() function
1498 PHP_FUNCTION(oci_error) in PHP_FUNCTION() function
[all …]
/PHP-8.1/ext/posix/
H A Dposix.c197 PHP_FUNCTION(posix_kill)
216 PHP_FUNCTION(posix_getpid) in PHP_FUNCTION() function
230 PHP_FUNCTION(posix_getuid) in PHP_FUNCTION() function
237 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() function
258 PHP_FUNCTION(posix_setuid) in PHP_FUNCTION() function
265 PHP_FUNCTION(posix_setgid) in PHP_FUNCTION() function
350 PHP_FUNCTION(posix_setsid) in PHP_FUNCTION() function
397 PHP_FUNCTION(posix_getsid) in PHP_FUNCTION() function
415 PHP_FUNCTION(posix_uname) in PHP_FUNCTION() function
445 PHP_FUNCTION(posix_times) in PHP_FUNCTION() function
[all …]
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat_attr.c27 PHP_FUNCTION( datefmt_get_datetype ) in PHP_FUNCTION() function
47 PHP_FUNCTION( datefmt_get_timetype ) in PHP_FUNCTION() function
67 PHP_FUNCTION( datefmt_get_pattern ) in PHP_FUNCTION() function
103 PHP_FUNCTION( datefmt_set_pattern ) in PHP_FUNCTION() function
139 PHP_FUNCTION( datefmt_get_locale ) in PHP_FUNCTION() function
164 PHP_FUNCTION( datefmt_is_lenient ) in PHP_FUNCTION() function
185 PHP_FUNCTION( datefmt_set_lenient ) in PHP_FUNCTION() function
H A Ddateformat_attrcpp.cpp38 U_CFUNC PHP_FUNCTION(datefmt_get_timezone_id) in PHP_FUNCTION() function
59 U_CFUNC PHP_FUNCTION(datefmt_get_timezone) in PHP_FUNCTION() function
83 U_CFUNC PHP_FUNCTION(datefmt_set_timezone) in PHP_FUNCTION() function
107 U_CFUNC PHP_FUNCTION(datefmt_get_calendar) in PHP_FUNCTION() function
128 U_CFUNC PHP_FUNCTION(datefmt_get_calendar_object) in PHP_FUNCTION() function
157 U_CFUNC PHP_FUNCTION(datefmt_set_calendar) in PHP_FUNCTION() function
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_methods.cpp49 U_CFUNC PHP_FUNCTION(intltz_create_time_zone) in PHP_FUNCTION() function
101 U_CFUNC PHP_FUNCTION(intltz_create_default) in PHP_FUNCTION() function
113 U_CFUNC PHP_FUNCTION(intltz_get_gmt) in PHP_FUNCTION() function
124 U_CFUNC PHP_FUNCTION(intltz_get_unknown) in PHP_FUNCTION() function
300 U_CFUNC PHP_FUNCTION(intltz_get_region) in PHP_FUNCTION() function
374 U_CFUNC PHP_FUNCTION(intltz_get_id) in PHP_FUNCTION() function
411 U_CFUNC PHP_FUNCTION(intltz_get_offset) in PHP_FUNCTION() function
442 U_CFUNC PHP_FUNCTION(intltz_get_raw_offset) in PHP_FUNCTION() function
456 U_CFUNC PHP_FUNCTION(intltz_has_same_rules) in PHP_FUNCTION() function
563 U_CFUNC PHP_FUNCTION(intltz_get_error_code) in PHP_FUNCTION() function
[all …]
/PHP-8.1/ext/intl/collator/
H A Dcollator_attr.c27 PHP_FUNCTION( collator_get_attribute ) in PHP_FUNCTION() function
51 PHP_FUNCTION( collator_set_attribute ) in PHP_FUNCTION() function
76 PHP_FUNCTION( collator_get_strength ) in PHP_FUNCTION() function
96 PHP_FUNCTION( collator_set_strength ) in PHP_FUNCTION() function
/PHP-8.1/ext/sockets/
H A Dsendrecvmsg.h8 PHP_FUNCTION(socket_sendmsg);
9 PHP_FUNCTION(socket_recvmsg);
10 PHP_FUNCTION(socket_cmsg_space);
/PHP-8.1/ext/gettext/
H A Dgettext.c72 PHP_FUNCTION(textdomain) in PHP_FUNCTION() function
93 PHP_FUNCTION(gettext) in PHP_FUNCTION() function
114 PHP_FUNCTION(dgettext) in PHP_FUNCTION() function
137 PHP_FUNCTION(dcgettext) in PHP_FUNCTION() function
161 PHP_FUNCTION(bindtextdomain) in PHP_FUNCTION() function
199 PHP_FUNCTION(ngettext) in PHP_FUNCTION() function
222 PHP_FUNCTION(dngettext) in PHP_FUNCTION() function
247 PHP_FUNCTION(dcngettext) in PHP_FUNCTION() function
275 PHP_FUNCTION(bind_textdomain_codeset) in PHP_FUNCTION() function
/PHP-8.1/sapi/cli/
H A Dphp_cli_process_title.h20 PHP_FUNCTION(cli_set_process_title);
21 PHP_FUNCTION(cli_get_process_title);
/PHP-8.1/ext/enchant/
H A Denchant.c268 PHP_FUNCTION(enchant_broker_init) in PHP_FUNCTION() function
290 PHP_FUNCTION(enchant_broker_free) in PHP_FUNCTION() function
313 PHP_FUNCTION(enchant_broker_get_error) in PHP_FUNCTION() function
502 PHP_FUNCTION(enchant_broker_free_dict) in PHP_FUNCTION() function
573 PHP_FUNCTION(enchant_broker_describe) in PHP_FUNCTION() function
637 PHP_FUNCTION(enchant_dict_check) in PHP_FUNCTION() function
655 PHP_FUNCTION(enchant_dict_suggest) in PHP_FUNCTION() function
685 PHP_FUNCTION(enchant_dict_add) in PHP_FUNCTION() function
721 PHP_FUNCTION(enchant_dict_is_added) in PHP_FUNCTION() function
761 PHP_FUNCTION(enchant_dict_get_error) in PHP_FUNCTION() function
[all …]
/PHP-8.1/ext/readline/
H A Dreadline.c116 PHP_FUNCTION(readline) in PHP_FUNCTION() function
141 PHP_FUNCTION(readline_info) in PHP_FUNCTION() function
269 PHP_FUNCTION(readline_add_history) in PHP_FUNCTION() function
285 PHP_FUNCTION(readline_clear_history) in PHP_FUNCTION() function
305 PHP_FUNCTION(readline_list_history) in PHP_FUNCTION() function
358 PHP_FUNCTION(readline_read_history) in PHP_FUNCTION() function
382 PHP_FUNCTION(readline_write_history) in PHP_FUNCTION() function
471 PHP_FUNCTION(readline_completion_function) in PHP_FUNCTION() function
536 PHP_FUNCTION(readline_callback_read_char) in PHP_FUNCTION() function
566 PHP_FUNCTION(readline_redisplay) in PHP_FUNCTION() function
[all …]
/PHP-8.1/ext/mysqli/
H A Dmysqli_api.c160 PHP_FUNCTION(mysqli_autocommit) in PHP_FUNCTION() function
669 PHP_FUNCTION(mysqli_close) in PHP_FUNCTION() function
690 PHP_FUNCTION(mysqli_commit) function
752 PHP_FUNCTION(mysqli_debug) function
782 PHP_FUNCTION(mysqli_errno) function
796 PHP_FUNCTION(mysqli_error) function
1456 PHP_FUNCTION(mysqli_info) function
1517 PHP_FUNCTION(mysqli_init) function
1540 PHP_FUNCTION(mysqli_kill) function
1794 PHP_FUNCTION(mysqli_ping) function
[all …]
/PHP-8.1/ext/curl/
H A Dshare.c32 PHP_FUNCTION(curl_share_init) in PHP_FUNCTION() function
46 PHP_FUNCTION(curl_share_close) in PHP_FUNCTION() function
79 PHP_FUNCTION(curl_share_setopt) in PHP_FUNCTION() function
102 PHP_FUNCTION(curl_share_errno) in PHP_FUNCTION() function
119 PHP_FUNCTION(curl_share_strerror) in PHP_FUNCTION() function

Completed in 100 milliseconds

12345678