/php-src/ext/standard/ |
H A D | type.c | 20 PHP_FUNCTION(gettype) in PHP_FUNCTION() function 84 PHP_FUNCTION(settype) in PHP_FUNCTION() function 142 PHP_FUNCTION(intval) in PHP_FUNCTION() function 201 PHP_FUNCTION(floatval) in PHP_FUNCTION() function 214 PHP_FUNCTION(boolval) in PHP_FUNCTION() function 227 PHP_FUNCTION(strval) in PHP_FUNCTION() function 263 PHP_FUNCTION(is_null) in PHP_FUNCTION() function 279 PHP_FUNCTION(is_bool) in PHP_FUNCTION() function 293 PHP_FUNCTION(is_int) in PHP_FUNCTION() function 301 PHP_FUNCTION(is_float) in PHP_FUNCTION() function [all …]
|
H A D | math.c | 247 PHP_FUNCTION(abs) in PHP_FUNCTION() function 270 PHP_FUNCTION(ceil) in PHP_FUNCTION() function 393 PHP_FUNCTION(sin) in PHP_FUNCTION() function 405 PHP_FUNCTION(cos) in PHP_FUNCTION() function 417 PHP_FUNCTION(tan) in PHP_FUNCTION() function 429 PHP_FUNCTION(asin) in PHP_FUNCTION() function 441 PHP_FUNCTION(acos) in PHP_FUNCTION() function 550 PHP_FUNCTION(pi) in PHP_FUNCTION() function 595 PHP_FUNCTION(pow) in PHP_FUNCTION() function 609 PHP_FUNCTION(exp) in PHP_FUNCTION() function [all …]
|
H A D | basic_functions.c | 515 PHP_FUNCTION(constant) in PHP_FUNCTION() function 603 PHP_FUNCTION(ip2long) in PHP_FUNCTION() function 621 PHP_FUNCTION(long2ip) in PHP_FUNCTION() function 706 PHP_FUNCTION(getenv) in PHP_FUNCTION() function 745 PHP_FUNCTION(putenv) function 931 PHP_FUNCTION(getopt) function 1112 PHP_FUNCTION(flush) function 1121 PHP_FUNCTION(sleep) function 1139 PHP_FUNCTION(usleep) function 1903 PHP_FUNCTION(ini_get) function [all …]
|
H A D | streamsfuncs.c | 48 PHP_FUNCTION(stream_socket_pair) in PHP_FUNCTION() function 96 PHP_FUNCTION(stream_socket_client) in PHP_FUNCTION() function 199 PHP_FUNCTION(stream_socket_server) in PHP_FUNCTION() function 259 PHP_FUNCTION(stream_socket_accept) in PHP_FUNCTION() function 441 PHP_FUNCTION(stream_get_contents) in PHP_FUNCTION() function 605 PHP_FUNCTION(stream_get_wrappers) in PHP_FUNCTION() function 763 PHP_FUNCTION(stream_select) in PHP_FUNCTION() function 1356 PHP_FUNCTION(stream_get_line) in PHP_FUNCTION() function 1416 PHP_FUNCTION(stream_set_timeout) in PHP_FUNCTION() function 1628 PHP_FUNCTION(stream_is_local) in PHP_FUNCTION() function [all …]
|
H A D | file.c | 216 PHP_FUNCTION(flock) in PHP_FUNCTION() function 586 PHP_FUNCTION(file) in PHP_FUNCTION() function 727 PHP_FUNCTION(fopen) in PHP_FUNCTION() function 782 PHP_FUNCTION(popen) in PHP_FUNCTION() function 837 PHP_FUNCTION(pclose) in PHP_FUNCTION() function 1113 PHP_FUNCTION(mkdir) in PHP_FUNCTION() function 1137 PHP_FUNCTION(rmdir) in PHP_FUNCTION() function 1188 PHP_FUNCTION(umask) in PHP_FUNCTION() function 1304 PHP_FUNCTION(fsync) in PHP_FUNCTION() function 1442 PHP_FUNCTION(fstat) in PHP_FUNCTION() function [all …]
|
/php-src/ext/posix/ |
H A D | posix.c | 141 PHP_FUNCTION(posix_getpid) in PHP_FUNCTION() function 148 PHP_FUNCTION(posix_getppid) in PHP_FUNCTION() function 155 PHP_FUNCTION(posix_getuid) in PHP_FUNCTION() function 162 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() function 169 PHP_FUNCTION(posix_geteuid) in PHP_FUNCTION() function 183 PHP_FUNCTION(posix_setuid) in PHP_FUNCTION() function 190 PHP_FUNCTION(posix_setgid) in PHP_FUNCTION() function 275 PHP_FUNCTION(posix_setsid) in PHP_FUNCTION() function 322 PHP_FUNCTION(posix_getsid) in PHP_FUNCTION() function 340 PHP_FUNCTION(posix_uname) in PHP_FUNCTION() function [all …]
|
/php-src/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 190 U_CFUNC PHP_FUNCTION(intlcal_get_now) in PHP_FUNCTION() function 237 U_CFUNC PHP_FUNCTION(intlcal_get) in PHP_FUNCTION() function 243 U_CFUNC PHP_FUNCTION(intlcal_get_time) in PHP_FUNCTION() function 279 U_CFUNC PHP_FUNCTION(intlcal_add) in PHP_FUNCTION() function 358 U_CFUNC PHP_FUNCTION(intlcal_after) in PHP_FUNCTION() function 363 U_CFUNC PHP_FUNCTION(intlcal_before) in PHP_FUNCTION() function 368 U_CFUNC PHP_FUNCTION(intlcal_set) in PHP_FUNCTION() function 469 U_CFUNC PHP_FUNCTION(intlcal_roll) in PHP_FUNCTION() function 498 U_CFUNC PHP_FUNCTION(intlcal_clear) in PHP_FUNCTION() function 798 U_CFUNC PHP_FUNCTION(intlcal_is_set) in PHP_FUNCTION() function [all …]
|
/php-src/ext/mysqli/ |
H A D | mysqli_api.c | 55 PHP_FUNCTION(mysqli_autocommit) in PHP_FUNCTION() function 269 PHP_FUNCTION(mysqli_close) in PHP_FUNCTION() function 290 PHP_FUNCTION(mysqli_commit) in PHP_FUNCTION() function 348 PHP_FUNCTION(mysqli_debug) in PHP_FUNCTION() function 378 PHP_FUNCTION(mysqli_errno) in PHP_FUNCTION() function 392 PHP_FUNCTION(mysqli_error) in PHP_FUNCTION() function 948 PHP_FUNCTION(mysqli_info) in PHP_FUNCTION() function 1005 PHP_FUNCTION(mysqli_init) in PHP_FUNCTION() function 1028 PHP_FUNCTION(mysqli_kill) in PHP_FUNCTION() function 1240 PHP_FUNCTION(mysqli_ping) in PHP_FUNCTION() function [all …]
|
H A D | mysqli_nonapi.c | 314 PHP_FUNCTION(mysqli_connect) function 359 PHP_FUNCTION(mysqli_fetch_array) function 366 PHP_FUNCTION(mysqli_fetch_assoc) function 373 PHP_FUNCTION(mysqli_fetch_column) function 406 PHP_FUNCTION(mysqli_fetch_all) function 464 PHP_FUNCTION(mysqli_error_list) function 530 PHP_FUNCTION(mysqli_multi_query) function 560 PHP_FUNCTION(mysqli_query) function 741 PHP_FUNCTION(mysqli_poll) function 938 PHP_FUNCTION(mysqli_set_charset) function [all …]
|
/php-src/ext/ctype/ |
H A D | ctype.c | 108 PHP_FUNCTION(ctype_alnum) in PHP_FUNCTION() function 115 PHP_FUNCTION(ctype_alpha) in PHP_FUNCTION() function 122 PHP_FUNCTION(ctype_cntrl) in PHP_FUNCTION() function 129 PHP_FUNCTION(ctype_digit) in PHP_FUNCTION() function 136 PHP_FUNCTION(ctype_lower) in PHP_FUNCTION() function 143 PHP_FUNCTION(ctype_graph) in PHP_FUNCTION() function 150 PHP_FUNCTION(ctype_print) in PHP_FUNCTION() function 157 PHP_FUNCTION(ctype_punct) in PHP_FUNCTION() function 164 PHP_FUNCTION(ctype_space) in PHP_FUNCTION() function 171 PHP_FUNCTION(ctype_upper) in PHP_FUNCTION() function [all …]
|
/php-src/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 49 U_CFUNC PHP_FUNCTION(intltz_create_time_zone) in PHP_FUNCTION() function 100 U_CFUNC PHP_FUNCTION(intltz_create_default) in PHP_FUNCTION() function 110 U_CFUNC PHP_FUNCTION(intltz_get_gmt) in PHP_FUNCTION() function 119 U_CFUNC PHP_FUNCTION(intltz_get_unknown) in PHP_FUNCTION() function 295 U_CFUNC PHP_FUNCTION(intltz_get_region) in PHP_FUNCTION() function 366 U_CFUNC PHP_FUNCTION(intltz_get_iana_id) in PHP_FUNCTION() function 395 U_CFUNC PHP_FUNCTION(intltz_get_id) in PHP_FUNCTION() function 432 U_CFUNC PHP_FUNCTION(intltz_get_offset) in PHP_FUNCTION() function 463 U_CFUNC PHP_FUNCTION(intltz_get_raw_offset) in PHP_FUNCTION() function 477 U_CFUNC PHP_FUNCTION(intltz_has_same_rules) in PHP_FUNCTION() function [all …]
|
/php-src/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 263 PHP_FUNCTION(xmlwriter_set_indent) in PHP_FUNCTION() function 478 PHP_FUNCTION(xmlwriter_start_pi) in PHP_FUNCTION() function 485 PHP_FUNCTION(xmlwriter_end_pi) in PHP_FUNCTION() function 492 PHP_FUNCTION(xmlwriter_write_pi) in PHP_FUNCTION() function 533 PHP_FUNCTION(xmlwriter_end_cdata) in PHP_FUNCTION() function 547 PHP_FUNCTION(xmlwriter_write_raw) in PHP_FUNCTION() function 554 PHP_FUNCTION(xmlwriter_text) in PHP_FUNCTION() function 620 PHP_FUNCTION(xmlwriter_start_dtd) in PHP_FUNCTION() function 640 PHP_FUNCTION(xmlwriter_end_dtd) in PHP_FUNCTION() function 799 PHP_FUNCTION(xmlwriter_open_uri) in PHP_FUNCTION() function [all …]
|
/php-src/ext/com_dotnet/ |
H A D | com_variant.c | 506 PHP_FUNCTION(variant_set) in PHP_FUNCTION() function 652 PHP_FUNCTION(variant_add) in PHP_FUNCTION() function 659 PHP_FUNCTION(variant_cat) in PHP_FUNCTION() function 666 PHP_FUNCTION(variant_sub) in PHP_FUNCTION() function 673 PHP_FUNCTION(variant_mul) in PHP_FUNCTION() function 680 PHP_FUNCTION(variant_and) in PHP_FUNCTION() function 687 PHP_FUNCTION(variant_div) in PHP_FUNCTION() function 694 PHP_FUNCTION(variant_eqv) in PHP_FUNCTION() function 708 PHP_FUNCTION(variant_imp) in PHP_FUNCTION() function 715 PHP_FUNCTION(variant_mod) in PHP_FUNCTION() function [all …]
|
/php-src/ext/sodium/ |
H A D | libsodium.c | 192 PHP_FUNCTION(sodium_memzero) in PHP_FUNCTION() function 216 PHP_FUNCTION(sodium_increment) in PHP_FUNCTION() function 239 PHP_FUNCTION(sodium_add) in PHP_FUNCTION() function 268 PHP_FUNCTION(sodium_memcmp) in PHP_FUNCTION() function 728 PHP_FUNCTION(sodium_crypto_box) in PHP_FUNCTION() function 1051 PHP_FUNCTION(sodium_crypto_sign) in PHP_FUNCTION() function 2454 PHP_FUNCTION(sodium_bin2hex) in PHP_FUNCTION() function 2478 PHP_FUNCTION(sodium_hex2bin) in PHP_FUNCTION() function 3004 PHP_FUNCTION(sodium_compare) in PHP_FUNCTION() function 3249 PHP_FUNCTION(sodium_pad) in PHP_FUNCTION() function [all …]
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat_attr.c | 27 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 D | dateformat_attrcpp.cpp | 38 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 109 U_CFUNC PHP_FUNCTION(datefmt_get_calendar) in PHP_FUNCTION() function 130 U_CFUNC PHP_FUNCTION(datefmt_get_calendar_object) in PHP_FUNCTION() function 159 U_CFUNC PHP_FUNCTION(datefmt_set_calendar) in PHP_FUNCTION() function
|
/php-src/ext/ftp/ |
H A D | php_ftp.c | 217 PHP_FUNCTION(ftp_login) in PHP_FUNCTION() function 242 PHP_FUNCTION(ftp_pwd) in PHP_FUNCTION() function 265 PHP_FUNCTION(ftp_cdup) in PHP_FUNCTION() function 287 PHP_FUNCTION(ftp_chdir) in PHP_FUNCTION() function 312 PHP_FUNCTION(ftp_exec) in PHP_FUNCTION() function 337 PHP_FUNCTION(ftp_raw) in PHP_FUNCTION() function 511 PHP_FUNCTION(ftp_mlsd) in PHP_FUNCTION() function 567 PHP_FUNCTION(ftp_fget) in PHP_FUNCTION() function 659 PHP_FUNCTION(ftp_pasv) in PHP_FUNCTION() function 679 PHP_FUNCTION(ftp_get) in PHP_FUNCTION() function [all …]
|
/php-src/ext/readline/ |
H A D | readline.c | 119 PHP_FUNCTION(readline) in PHP_FUNCTION() function 144 PHP_FUNCTION(readline_info) in PHP_FUNCTION() function 292 PHP_FUNCTION(readline_add_history) in PHP_FUNCTION() function 308 PHP_FUNCTION(readline_clear_history) in PHP_FUNCTION() function 328 PHP_FUNCTION(readline_list_history) in PHP_FUNCTION() function 381 PHP_FUNCTION(readline_read_history) in PHP_FUNCTION() function 405 PHP_FUNCTION(readline_write_history) in PHP_FUNCTION() function 489 PHP_FUNCTION(readline_completion_function) in PHP_FUNCTION() function 554 PHP_FUNCTION(readline_callback_read_char) in PHP_FUNCTION() function 584 PHP_FUNCTION(readline_redisplay) in PHP_FUNCTION() function [all …]
|
/php-src/ext/gd/ |
H A D | gd.c | 464 PHP_FUNCTION(gd_info) in PHP_FUNCTION() function 1838 PHP_FUNCTION(imagexbm) in PHP_FUNCTION() function 1889 PHP_FUNCTION(imagegif) in PHP_FUNCTION() function 1917 PHP_FUNCTION(imagepng) in PHP_FUNCTION() function 1957 PHP_FUNCTION(imagewebp) in PHP_FUNCTION() function 2115 PHP_FUNCTION(imagegd) in PHP_FUNCTION() function 2122 PHP_FUNCTION(imagegd2) in PHP_FUNCTION() function 2130 PHP_FUNCTION(imagebmp) in PHP_FUNCTION() function 2627 PHP_FUNCTION(imagearc) in PHP_FUNCTION() function 3238 PHP_FUNCTION(imagesx) in PHP_FUNCTION() function [all …]
|
/php-src/ext/intl/formatter/ |
H A D | formatter_attr.c | 26 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 368 PHP_FUNCTION( numfmt_get_locale ) in PHP_FUNCTION() function
|
/php-src/ext/pcntl/ |
H A D | pcntl.c | 260 PHP_FUNCTION(pcntl_fork) in PHP_FUNCTION() function 298 PHP_FUNCTION(pcntl_alarm) in PHP_FUNCTION() function 344 PHP_FUNCTION(pcntl_waitpid) in PHP_FUNCTION() function 397 PHP_FUNCTION(pcntl_waitid) in PHP_FUNCTION() function 430 PHP_FUNCTION(pcntl_wait) in PHP_FUNCTION() function 621 PHP_FUNCTION(pcntl_exec) in PHP_FUNCTION() function 743 PHP_FUNCTION(pcntl_signal) in PHP_FUNCTION() function 1473 PHP_FUNCTION(pcntl_rfork) in PHP_FUNCTION() function 1536 PHP_FUNCTION(pcntl_forkx) in PHP_FUNCTION() function 1577 PHP_FUNCTION(pcntl_setns) in PHP_FUNCTION() function [all …]
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 835 PHP_FUNCTION(pg_connect) in PHP_FUNCTION() function 871 PHP_FUNCTION(pg_close) in PHP_FUNCTION() function 1004 PHP_FUNCTION(pg_dbname) in PHP_FUNCTION() function 1022 PHP_FUNCTION(pg_port) in PHP_FUNCTION() function 1028 PHP_FUNCTION(pg_tty) in PHP_FUNCTION() function 1034 PHP_FUNCTION(pg_host) in PHP_FUNCTION() function 1045 PHP_FUNCTION(pg_jit) in PHP_FUNCTION() function 1082 PHP_FUNCTION(pg_ping) in PHP_FUNCTION() function 1121 PHP_FUNCTION(pg_query) in PHP_FUNCTION() function 2373 PHP_FUNCTION(pg_trace) in PHP_FUNCTION() function [all …]
|
/php-src/ext/gettext/ |
H A D | gettext.c | 82 PHP_FUNCTION(textdomain) in PHP_FUNCTION() function 108 PHP_FUNCTION(gettext) in PHP_FUNCTION() function 129 PHP_FUNCTION(dgettext) in PHP_FUNCTION() function 153 PHP_FUNCTION(dcgettext) in PHP_FUNCTION() function 180 PHP_FUNCTION(bindtextdomain) in PHP_FUNCTION() function 222 PHP_FUNCTION(ngettext) in PHP_FUNCTION() function 247 PHP_FUNCTION(dngettext) in PHP_FUNCTION() function 274 PHP_FUNCTION(dcngettext) in PHP_FUNCTION() function 306 PHP_FUNCTION(bind_textdomain_codeset) in PHP_FUNCTION() function
|
/php-src/ext/enchant/ |
H A D | enchant.c | 262 PHP_FUNCTION(enchant_broker_init) in PHP_FUNCTION() function 284 PHP_FUNCTION(enchant_broker_free) in PHP_FUNCTION() function 307 PHP_FUNCTION(enchant_broker_get_error) in PHP_FUNCTION() function 492 PHP_FUNCTION(enchant_broker_free_dict) in PHP_FUNCTION() function 563 PHP_FUNCTION(enchant_broker_describe) in PHP_FUNCTION() function 627 PHP_FUNCTION(enchant_dict_check) in PHP_FUNCTION() function 645 PHP_FUNCTION(enchant_dict_suggest) in PHP_FUNCTION() function 675 PHP_FUNCTION(enchant_dict_add) in PHP_FUNCTION() function 711 PHP_FUNCTION(enchant_dict_is_added) in PHP_FUNCTION() function 751 PHP_FUNCTION(enchant_dict_get_error) in PHP_FUNCTION() function [all …]
|
/php-src/ext/intl/common/ |
H A D | common_error.c | 24 PHP_FUNCTION( intl_get_error_code ) in PHP_FUNCTION() function 33 PHP_FUNCTION( intl_get_error_message ) in PHP_FUNCTION() function 45 PHP_FUNCTION( intl_is_failure ) in PHP_FUNCTION() function 60 PHP_FUNCTION( intl_error_name ) in PHP_FUNCTION() function
|