Home
last modified time | relevance | path

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

1234567

/php-src/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-src/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.c244 PHP_FUNCTION(abs) in PHP_FUNCTION() function
267 PHP_FUNCTION(ceil) in PHP_FUNCTION() function
359 PHP_FUNCTION(sin) in PHP_FUNCTION() function
371 PHP_FUNCTION(cos) in PHP_FUNCTION() function
383 PHP_FUNCTION(tan) in PHP_FUNCTION() function
395 PHP_FUNCTION(asin) in PHP_FUNCTION() function
407 PHP_FUNCTION(acos) in PHP_FUNCTION() function
516 PHP_FUNCTION(pi) in PHP_FUNCTION() function
561 PHP_FUNCTION(pow) in PHP_FUNCTION() function
575 PHP_FUNCTION(exp) in PHP_FUNCTION() function
[all …]
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
H A Dsyslog.c59 PHP_FUNCTION(openlog) in PHP_FUNCTION() function
81 PHP_FUNCTION(closelog) in PHP_FUNCTION() function
95 PHP_FUNCTION(syslog) in PHP_FUNCTION() function
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c243 PHP_FUNCTION(xmlwriter_set_indent) in PHP_FUNCTION() function
458 PHP_FUNCTION(xmlwriter_start_pi) in PHP_FUNCTION() function
465 PHP_FUNCTION(xmlwriter_end_pi) in PHP_FUNCTION() function
472 PHP_FUNCTION(xmlwriter_write_pi) in PHP_FUNCTION() function
513 PHP_FUNCTION(xmlwriter_end_cdata) in PHP_FUNCTION() function
527 PHP_FUNCTION(xmlwriter_write_raw) in PHP_FUNCTION() function
534 PHP_FUNCTION(xmlwriter_text) in PHP_FUNCTION() function
600 PHP_FUNCTION(xmlwriter_start_dtd) in PHP_FUNCTION() function
620 PHP_FUNCTION(xmlwriter_end_dtd) in PHP_FUNCTION() function
779 PHP_FUNCTION(xmlwriter_open_uri) in PHP_FUNCTION() function
[all …]
/php-src/ext/intl/common/
H A Dcommon_error.c24 PHP_FUNCTION( intl_get_error_code ) in PHP_FUNCTION() function
35 PHP_FUNCTION( intl_get_error_message ) in PHP_FUNCTION() function
49 PHP_FUNCTION( intl_is_failure ) in PHP_FUNCTION() function
67 PHP_FUNCTION( intl_error_name ) in PHP_FUNCTION() function
/php-src/ext/mysqli/
H A Dmysqli_api.c58 PHP_FUNCTION(mysqli_autocommit) in PHP_FUNCTION() function
282 PHP_FUNCTION(mysqli_close) in PHP_FUNCTION() function
303 PHP_FUNCTION(mysqli_commit) in PHP_FUNCTION() function
361 PHP_FUNCTION(mysqli_debug) in PHP_FUNCTION() function
391 PHP_FUNCTION(mysqli_errno) in PHP_FUNCTION() function
405 PHP_FUNCTION(mysqli_error) in PHP_FUNCTION() function
961 PHP_FUNCTION(mysqli_info) in PHP_FUNCTION() function
1018 PHP_FUNCTION(mysqli_init) in PHP_FUNCTION() function
1041 PHP_FUNCTION(mysqli_kill) in PHP_FUNCTION() function
1278 PHP_FUNCTION(mysqli_ping) in PHP_FUNCTION() function
[all …]
/php-src/ext/posix/
H A Dposix.c123 PHP_FUNCTION(posix_kill)
142 PHP_FUNCTION(posix_getpid) in PHP_FUNCTION() function
149 PHP_FUNCTION(posix_getppid) in PHP_FUNCTION() function
156 PHP_FUNCTION(posix_getuid) in PHP_FUNCTION() function
163 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() function
170 PHP_FUNCTION(posix_geteuid) in PHP_FUNCTION() function
184 PHP_FUNCTION(posix_setuid) in PHP_FUNCTION() function
191 PHP_FUNCTION(posix_setgid) in PHP_FUNCTION() function
276 PHP_FUNCTION(posix_setsid) in PHP_FUNCTION() function
341 PHP_FUNCTION(posix_uname) in PHP_FUNCTION() function
[all …]
/php-src/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
471 U_CFUNC PHP_FUNCTION(intlcal_roll) in PHP_FUNCTION() function
500 U_CFUNC PHP_FUNCTION(intlcal_clear) in PHP_FUNCTION() function
800 U_CFUNC PHP_FUNCTION(intlcal_is_set) in PHP_FUNCTION() function
[all …]
/php-src/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
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/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
299 U_CFUNC PHP_FUNCTION(intltz_get_region) in PHP_FUNCTION() function
372 U_CFUNC PHP_FUNCTION(intltz_get_iana_id) in PHP_FUNCTION() function
402 U_CFUNC PHP_FUNCTION(intltz_get_id) in PHP_FUNCTION() function
439 U_CFUNC PHP_FUNCTION(intltz_get_offset) in PHP_FUNCTION() function
470 U_CFUNC PHP_FUNCTION(intltz_get_raw_offset) in PHP_FUNCTION() function
484 U_CFUNC PHP_FUNCTION(intltz_has_same_rules) in PHP_FUNCTION() function
[all …]
/php-src/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-src/ext/gettext/
H A Dgettext.c82 PHP_FUNCTION(textdomain) in PHP_FUNCTION() function
106 PHP_FUNCTION(gettext) in PHP_FUNCTION() function
127 PHP_FUNCTION(dgettext) in PHP_FUNCTION() function
150 PHP_FUNCTION(dcgettext) in PHP_FUNCTION() function
175 PHP_FUNCTION(bindtextdomain) in PHP_FUNCTION() function
208 PHP_FUNCTION(ngettext) in PHP_FUNCTION() function
231 PHP_FUNCTION(dngettext) in PHP_FUNCTION() function
256 PHP_FUNCTION(dcngettext) in PHP_FUNCTION() function
285 PHP_FUNCTION(bind_textdomain_codeset) in PHP_FUNCTION() function
/php-src/ext/odbc/
H A Dodbc_utils.c28 PHP_FUNCTION(odbc_connection_string_is_quoted) in PHP_FUNCTION() function
41 PHP_FUNCTION(odbc_connection_string_should_quote) in PHP_FUNCTION() function
54 PHP_FUNCTION(odbc_connection_string_quote) in PHP_FUNCTION() function
/php-src/ext/enchant/
H A Denchant.c269 PHP_FUNCTION(enchant_broker_init) in PHP_FUNCTION() function
291 PHP_FUNCTION(enchant_broker_free) in PHP_FUNCTION() function
314 PHP_FUNCTION(enchant_broker_get_error) in PHP_FUNCTION() function
503 PHP_FUNCTION(enchant_broker_free_dict) in PHP_FUNCTION() function
574 PHP_FUNCTION(enchant_broker_describe) in PHP_FUNCTION() function
638 PHP_FUNCTION(enchant_dict_check) in PHP_FUNCTION() function
656 PHP_FUNCTION(enchant_dict_suggest) in PHP_FUNCTION() function
686 PHP_FUNCTION(enchant_dict_add) in PHP_FUNCTION() function
722 PHP_FUNCTION(enchant_dict_is_added) in PHP_FUNCTION() function
762 PHP_FUNCTION(enchant_dict_get_error) in PHP_FUNCTION() function
[all …]
/php-src/sapi/cli/
H A Dphp_cli_process_title.h20 PHP_FUNCTION(cli_set_process_title);
21 PHP_FUNCTION(cli_get_process_title);
/php-src/ext/sodium/
H A Dlibsodium.c193 PHP_FUNCTION(sodium_memzero) in PHP_FUNCTION() function
217 PHP_FUNCTION(sodium_increment) in PHP_FUNCTION() function
240 PHP_FUNCTION(sodium_add) in PHP_FUNCTION() function
269 PHP_FUNCTION(sodium_memcmp) in PHP_FUNCTION() function
729 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
2999 PHP_FUNCTION(sodium_compare) in PHP_FUNCTION() function
3244 PHP_FUNCTION(sodium_pad) in PHP_FUNCTION() function
[all …]
/php-src/ext/readline/
H A Dreadline.c119 PHP_FUNCTION(readline) in PHP_FUNCTION() function
144 PHP_FUNCTION(readline_info) in PHP_FUNCTION() function
272 PHP_FUNCTION(readline_add_history) in PHP_FUNCTION() function
288 PHP_FUNCTION(readline_clear_history) in PHP_FUNCTION() function
308 PHP_FUNCTION(readline_list_history) in PHP_FUNCTION() function
361 PHP_FUNCTION(readline_read_history) in PHP_FUNCTION() function
385 PHP_FUNCTION(readline_write_history) in PHP_FUNCTION() function
474 PHP_FUNCTION(readline_completion_function) in PHP_FUNCTION() function
539 PHP_FUNCTION(readline_callback_read_char) in PHP_FUNCTION() function
569 PHP_FUNCTION(readline_redisplay) in PHP_FUNCTION() function
[all …]
/php-src/ext/gd/
H A Dgd.c468 PHP_FUNCTION(gd_info) in PHP_FUNCTION() function
1814 PHP_FUNCTION(imagexbm) in PHP_FUNCTION() function
1862 PHP_FUNCTION(imagegif) in PHP_FUNCTION() function
1870 PHP_FUNCTION(imagepng) in PHP_FUNCTION() function
1879 PHP_FUNCTION(imagewebp) in PHP_FUNCTION() function
1949 PHP_FUNCTION(imagegd) in PHP_FUNCTION() function
1956 PHP_FUNCTION(imagegd2) in PHP_FUNCTION() function
1964 PHP_FUNCTION(imagebmp) in PHP_FUNCTION() function
2414 PHP_FUNCTION(imagearc) in PHP_FUNCTION() function
2966 PHP_FUNCTION(imagesx) in PHP_FUNCTION() function
[all …]
/php-src/ext/ftp/
H A Dphp_ftp.c217 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/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
/php-src/ext/calendar/
H A Dcalendar.c151 PHP_FUNCTION(cal_info) in PHP_FUNCTION() function
229 PHP_FUNCTION(cal_to_jd) in PHP_FUNCTION() function
247 PHP_FUNCTION(cal_from_jd) in PHP_FUNCTION() function
327 PHP_FUNCTION(jdtojulian) in PHP_FUNCTION() function
343 PHP_FUNCTION(juliantojd) in PHP_FUNCTION() function
452 PHP_FUNCTION(jdtojewish) in PHP_FUNCTION() function
485 PHP_FUNCTION(jewishtojd) in PHP_FUNCTION() function
498 PHP_FUNCTION(jdtofrench) in PHP_FUNCTION() function
514 PHP_FUNCTION(frenchtojd) in PHP_FUNCTION() function
527 PHP_FUNCTION(jddayofweek) in PHP_FUNCTION() function
[all …]

Completed in 124 milliseconds

1234567