Home
last modified time | relevance | path

Searched defs:PHP_FUNCTION (Results 1 – 25 of 163) sorted by relevance

1234567

/PHP-8.0/ext/standard/
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
317 PHP_FUNCTION(sin) in PHP_FUNCTION() function
329 PHP_FUNCTION(cos) in PHP_FUNCTION() function
341 PHP_FUNCTION(tan) in PHP_FUNCTION() function
353 PHP_FUNCTION(asin) in PHP_FUNCTION() function
365 PHP_FUNCTION(acos) in PHP_FUNCTION() function
474 PHP_FUNCTION(pi) in PHP_FUNCTION() function
519 PHP_FUNCTION(pow) in PHP_FUNCTION() function
533 PHP_FUNCTION(exp) in PHP_FUNCTION() function
[all …]
H A Dstreamsfuncs.c51 PHP_FUNCTION(stream_socket_pair) in PHP_FUNCTION() function
99 PHP_FUNCTION(stream_socket_client) in PHP_FUNCTION() function
192 PHP_FUNCTION(stream_socket_server) in PHP_FUNCTION() function
256 PHP_FUNCTION(stream_socket_accept) in PHP_FUNCTION() function
429 PHP_FUNCTION(stream_get_contents) in PHP_FUNCTION() function
593 PHP_FUNCTION(stream_get_wrappers) in PHP_FUNCTION() function
751 PHP_FUNCTION(stream_select) in PHP_FUNCTION() function
1291 PHP_FUNCTION(stream_get_line) in PHP_FUNCTION() function
1351 PHP_FUNCTION(stream_set_timeout) in PHP_FUNCTION() function
1564 PHP_FUNCTION(stream_is_local) in PHP_FUNCTION() function
[all …]
H A Dbasic_functions.c570 PHP_FUNCTION(constant) in PHP_FUNCTION() function
662 PHP_FUNCTION(ip2long) in PHP_FUNCTION() function
699 PHP_FUNCTION(long2ip) in PHP_FUNCTION() function
734 PHP_FUNCTION(getenv) in PHP_FUNCTION() function
830 PHP_FUNCTION(putenv) function
1027 PHP_FUNCTION(getopt) function
1208 PHP_FUNCTION(flush) function
1217 PHP_FUNCTION(sleep) function
1235 PHP_FUNCTION(usleep) function
1992 PHP_FUNCTION(ini_get) function
[all …]
/PHP-8.0/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
412 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.0/ext/posix/
H A Dposix.c210 PHP_FUNCTION(posix_getpid) in PHP_FUNCTION() function
217 PHP_FUNCTION(posix_getppid) in PHP_FUNCTION() function
224 PHP_FUNCTION(posix_getuid) in PHP_FUNCTION() function
231 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() function
252 PHP_FUNCTION(posix_setuid) in PHP_FUNCTION() function
259 PHP_FUNCTION(posix_setgid) in PHP_FUNCTION() function
344 PHP_FUNCTION(posix_setsid) in PHP_FUNCTION() function
391 PHP_FUNCTION(posix_getsid) in PHP_FUNCTION() function
409 PHP_FUNCTION(posix_uname) in PHP_FUNCTION() function
439 PHP_FUNCTION(posix_times) in PHP_FUNCTION() function
[all …]
/PHP-8.0/ext/ctype/
H A Dctype.c98 PHP_FUNCTION(ctype_alnum) in PHP_FUNCTION() function
105 PHP_FUNCTION(ctype_alpha) in PHP_FUNCTION() function
112 PHP_FUNCTION(ctype_cntrl) in PHP_FUNCTION() function
119 PHP_FUNCTION(ctype_digit) in PHP_FUNCTION() function
126 PHP_FUNCTION(ctype_lower) in PHP_FUNCTION() function
133 PHP_FUNCTION(ctype_graph) in PHP_FUNCTION() function
140 PHP_FUNCTION(ctype_print) in PHP_FUNCTION() function
147 PHP_FUNCTION(ctype_punct) in PHP_FUNCTION() function
154 PHP_FUNCTION(ctype_space) in PHP_FUNCTION() function
161 PHP_FUNCTION(ctype_upper) in PHP_FUNCTION() function
[all …]
/PHP-8.0/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.0/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
1410 PHP_FUNCTION(mysqli_info) function
1471 PHP_FUNCTION(mysqli_init) function
1494 PHP_FUNCTION(mysqli_kill) function
1743 PHP_FUNCTION(mysqli_ping) function
[all …]
H A Dmysqli_nonapi.c375 PHP_FUNCTION(mysqli_connect) function
420 PHP_FUNCTION(mysqli_fetch_array) function
427 PHP_FUNCTION(mysqli_fetch_assoc) function
435 PHP_FUNCTION(mysqli_fetch_all) function
484 PHP_FUNCTION(mysqli_error_list) function
581 PHP_FUNCTION(mysqli_multi_query) function
628 PHP_FUNCTION(mysqli_query) function
833 PHP_FUNCTION(mysqli_poll) function
1035 PHP_FUNCTION(mysqli_set_charset) function
1056 PHP_FUNCTION(mysqli_get_charset) function
[all …]
/PHP-8.0/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.0/ext/xmlwriter/
H A Dphp_xmlwriter.c251 PHP_FUNCTION(xmlwriter_set_indent) in PHP_FUNCTION() function
508 PHP_FUNCTION(xmlwriter_start_pi) in PHP_FUNCTION() function
515 PHP_FUNCTION(xmlwriter_end_pi) in PHP_FUNCTION() function
522 PHP_FUNCTION(xmlwriter_write_pi) in PHP_FUNCTION() function
573 PHP_FUNCTION(xmlwriter_end_cdata) in PHP_FUNCTION() function
587 PHP_FUNCTION(xmlwriter_write_raw) in PHP_FUNCTION() function
594 PHP_FUNCTION(xmlwriter_text) in PHP_FUNCTION() function
670 PHP_FUNCTION(xmlwriter_start_dtd) in PHP_FUNCTION() function
695 PHP_FUNCTION(xmlwriter_end_dtd) in PHP_FUNCTION() function
879 PHP_FUNCTION(xmlwriter_open_uri) in PHP_FUNCTION() function
[all …]
/PHP-8.0/ext/com_dotnet/
H A Dcom_variant.c495 PHP_FUNCTION(variant_set) in PHP_FUNCTION() function
641 PHP_FUNCTION(variant_add) in PHP_FUNCTION() function
648 PHP_FUNCTION(variant_cat) in PHP_FUNCTION() function
655 PHP_FUNCTION(variant_sub) in PHP_FUNCTION() function
662 PHP_FUNCTION(variant_mul) in PHP_FUNCTION() function
669 PHP_FUNCTION(variant_and) in PHP_FUNCTION() function
676 PHP_FUNCTION(variant_div) in PHP_FUNCTION() function
683 PHP_FUNCTION(variant_eqv) in PHP_FUNCTION() function
697 PHP_FUNCTION(variant_imp) in PHP_FUNCTION() function
704 PHP_FUNCTION(variant_mod) in PHP_FUNCTION() function
[all …]
/PHP-8.0/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.0/ext/ftp/
H A Dphp_ftp.c186 PHP_FUNCTION(ftp_login) in PHP_FUNCTION() function
214 PHP_FUNCTION(ftp_pwd) in PHP_FUNCTION() function
240 PHP_FUNCTION(ftp_cdup) in PHP_FUNCTION() function
265 PHP_FUNCTION(ftp_chdir) in PHP_FUNCTION() function
293 PHP_FUNCTION(ftp_exec) in PHP_FUNCTION() function
321 PHP_FUNCTION(ftp_raw) in PHP_FUNCTION() function
516 PHP_FUNCTION(ftp_mlsd) in PHP_FUNCTION() function
578 PHP_FUNCTION(ftp_fget) in PHP_FUNCTION() function
676 PHP_FUNCTION(ftp_pasv) in PHP_FUNCTION() function
699 PHP_FUNCTION(ftp_get) in PHP_FUNCTION() function
[all …]
/PHP-8.0/ext/sodium/
H A Dlibsodium.c376 PHP_FUNCTION(sodium_memzero) in PHP_FUNCTION() function
400 PHP_FUNCTION(sodium_increment) in PHP_FUNCTION() function
423 PHP_FUNCTION(sodium_add) in PHP_FUNCTION() function
452 PHP_FUNCTION(sodium_memcmp) in PHP_FUNCTION() function
912 PHP_FUNCTION(sodium_crypto_box) in PHP_FUNCTION() function
2283 PHP_FUNCTION(sodium_bin2hex) in PHP_FUNCTION() function
2307 PHP_FUNCTION(sodium_hex2bin) in PHP_FUNCTION() function
2345 PHP_FUNCTION(sodium_bin2base64) in PHP_FUNCTION() function
2765 PHP_FUNCTION(sodium_compare) in PHP_FUNCTION() function
2972 PHP_FUNCTION(sodium_pad) in PHP_FUNCTION() function
[all …]
/PHP-8.0/ext/pcntl/
H A Dpcntl.c480 PHP_FUNCTION(pcntl_fork) in PHP_FUNCTION() function
499 PHP_FUNCTION(pcntl_alarm) in PHP_FUNCTION() function
545 PHP_FUNCTION(pcntl_waitpid) in PHP_FUNCTION() function
594 PHP_FUNCTION(pcntl_wait) in PHP_FUNCTION() function
648 PHP_FUNCTION(pcntl_wifexited) in PHP_FUNCTION() function
745 PHP_FUNCTION(pcntl_wtermsig) in PHP_FUNCTION() function
763 PHP_FUNCTION(pcntl_wstopsig) in PHP_FUNCTION() function
781 PHP_FUNCTION(pcntl_exec) in PHP_FUNCTION() function
887 PHP_FUNCTION(pcntl_signal) in PHP_FUNCTION() function
1276 PHP_FUNCTION(pcntl_strerror) in PHP_FUNCTION() function
[all …]
/PHP-8.0/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.0/ext/intl/formatter/
H A Dformatter_attr.c26 PHP_FUNCTION( numfmt_get_attribute ) in PHP_FUNCTION() function
88 PHP_FUNCTION( numfmt_get_text_attribute ) in PHP_FUNCTION() function
125 PHP_FUNCTION( numfmt_set_attribute ) in PHP_FUNCTION() function
178 PHP_FUNCTION( numfmt_set_text_attribute ) in PHP_FUNCTION() function
213 PHP_FUNCTION( numfmt_get_symbol ) in PHP_FUNCTION() function
254 PHP_FUNCTION( numfmt_set_symbol ) in PHP_FUNCTION() function
294 PHP_FUNCTION( numfmt_get_pattern ) in PHP_FUNCTION() function
329 PHP_FUNCTION( numfmt_set_pattern ) in PHP_FUNCTION() function
362 PHP_FUNCTION( numfmt_get_locale ) in PHP_FUNCTION() function
/PHP-8.0/ext/gd/
H A Dgd.c565 PHP_FUNCTION(gd_info) in PHP_FUNCTION() function
1892 PHP_FUNCTION(imagexbm) in PHP_FUNCTION() function
1940 PHP_FUNCTION(imagegif) in PHP_FUNCTION() function
1948 PHP_FUNCTION(imagepng) in PHP_FUNCTION() function
1957 PHP_FUNCTION(imagewebp) in PHP_FUNCTION() function
2018 PHP_FUNCTION(imagegd) in PHP_FUNCTION() function
2025 PHP_FUNCTION(imagegd2) in PHP_FUNCTION() function
2033 PHP_FUNCTION(imagebmp) in PHP_FUNCTION() function
2483 PHP_FUNCTION(imagearc) in PHP_FUNCTION() function
3048 PHP_FUNCTION(imagesx) in PHP_FUNCTION() function
[all …]
/PHP-8.0/ext/pspell/
H A Dpspell.c108 PHP_FUNCTION(pspell_new) in PHP_FUNCTION() function
204 PHP_FUNCTION(pspell_new_personal) in PHP_FUNCTION() function
308 PHP_FUNCTION(pspell_new_config) in PHP_FUNCTION() function
337 PHP_FUNCTION(pspell_check) in PHP_FUNCTION() function
359 PHP_FUNCTION(pspell_suggest) in PHP_FUNCTION() function
473 PHP_FUNCTION(pspell_clear_session) in PHP_FUNCTION() function
495 PHP_FUNCTION(pspell_save_wordlist) in PHP_FUNCTION() function
519 PHP_FUNCTION(pspell_config_create) in PHP_FUNCTION() function
605 PHP_FUNCTION(pspell_config_mode) in PHP_FUNCTION() function
630 PHP_FUNCTION(pspell_config_ignore) in PHP_FUNCTION() function
[all …]
/PHP-8.0/ext/enchant/
H A Denchant.c279 PHP_FUNCTION(enchant_broker_init) in PHP_FUNCTION() function
301 PHP_FUNCTION(enchant_broker_free) in PHP_FUNCTION() function
324 PHP_FUNCTION(enchant_broker_get_error) in PHP_FUNCTION() function
513 PHP_FUNCTION(enchant_broker_free_dict) in PHP_FUNCTION() function
584 PHP_FUNCTION(enchant_broker_describe) in PHP_FUNCTION() function
648 PHP_FUNCTION(enchant_dict_check) in PHP_FUNCTION() function
666 PHP_FUNCTION(enchant_dict_suggest) in PHP_FUNCTION() function
696 PHP_FUNCTION(enchant_dict_add) in PHP_FUNCTION() function
732 PHP_FUNCTION(enchant_dict_is_added) in PHP_FUNCTION() function
772 PHP_FUNCTION(enchant_dict_get_error) in PHP_FUNCTION() function
[all …]
/PHP-8.0/ext/imap/
H A Dphp_imap.c730 PHP_FUNCTION(imap_open) in PHP_FUNCTION() function
983 PHP_FUNCTION(imap_ping) in PHP_FUNCTION() function
1173 PHP_FUNCTION(imap_gc) in PHP_FUNCTION() function
1200 PHP_FUNCTION(imap_close) in PHP_FUNCTION() function
1290 PHP_FUNCTION(imap_body) in PHP_FUNCTION() function
1457 PHP_FUNCTION(imap_list) in PHP_FUNCTION() function
1763 PHP_FUNCTION(imap_lsub) in PHP_FUNCTION() function
2120 PHP_FUNCTION(imap_8bit) in PHP_FUNCTION() function
2293 PHP_FUNCTION(imap_utf8) in PHP_FUNCTION() function
2694 PHP_FUNCTION(imap_sort) in PHP_FUNCTION() function
[all …]
/PHP-8.0/ext/pgsql/
H A Dpgsql.c693 PHP_FUNCTION(pg_connect) in PHP_FUNCTION() function
728 PHP_FUNCTION(pg_close) in PHP_FUNCTION() function
851 PHP_FUNCTION(pg_dbname) in PHP_FUNCTION() function
865 PHP_FUNCTION(pg_options) in PHP_FUNCTION() function
872 PHP_FUNCTION(pg_port) in PHP_FUNCTION() function
879 PHP_FUNCTION(pg_tty) in PHP_FUNCTION() function
886 PHP_FUNCTION(pg_host) in PHP_FUNCTION() function
933 PHP_FUNCTION(pg_ping) in PHP_FUNCTION() function
973 PHP_FUNCTION(pg_query) in PHP_FUNCTION() function
2226 PHP_FUNCTION(pg_trace) in PHP_FUNCTION() function
[all …]

Completed in 134 milliseconds

1234567