Home
last modified time | relevance | path

Searched defs:PHP_FUNCTION (Results 76 – 100 of 160) sorted by relevance

1234567

/php-src/ext/xml/
H A Dxml.c1058 PHP_FUNCTION(xml_parser_create) in PHP_FUNCTION() function
1065 PHP_FUNCTION(xml_parser_create_ns) in PHP_FUNCTION() function
1130 PHP_FUNCTION(xml_set_object) in PHP_FUNCTION() function
1166 PHP_FUNCTION(xml_set_element_handler) in PHP_FUNCTION() function
1304 PHP_FUNCTION(xml_parse) in PHP_FUNCTION() function
1327 PHP_FUNCTION(xml_parse_into_struct) in PHP_FUNCTION() function
1376 PHP_FUNCTION(xml_get_error_code) in PHP_FUNCTION() function
1391 PHP_FUNCTION(xml_error_string) in PHP_FUNCTION() function
1453 PHP_FUNCTION(xml_parser_free) in PHP_FUNCTION() function
1473 PHP_FUNCTION(xml_parser_set_option) in PHP_FUNCTION() function
[all …]
/php-src/ext/standard/
H A Dinfo.c1256 PHP_FUNCTION(phpinfo) in PHP_FUNCTION() function
1276 PHP_FUNCTION(phpversion) in PHP_FUNCTION() function
1300 PHP_FUNCTION(phpcredits) in PHP_FUNCTION() function
1315 PHP_FUNCTION(php_sapi_name) in PHP_FUNCTION() function
1329 PHP_FUNCTION(php_uname) in PHP_FUNCTION() function
1345 PHP_FUNCTION(php_ini_scanned_files) in PHP_FUNCTION() function
1358 PHP_FUNCTION(php_ini_loaded_file) in PHP_FUNCTION() function
H A Dhttp.c220 PHP_FUNCTION(http_build_query) in PHP_FUNCTION() function
317 PHP_FUNCTION(request_parse_body) in PHP_FUNCTION() function
365 PHP_FUNCTION(http_get_last_response_headers) in PHP_FUNCTION() function
378 PHP_FUNCTION(http_clear_last_response_headers) in PHP_FUNCTION() function
H A Ddns.c125 PHP_FUNCTION(gethostname) in PHP_FUNCTION() function
146 PHP_FUNCTION(gethostbyaddr) in PHP_FUNCTION() function
219 PHP_FUNCTION(gethostbyname) in PHP_FUNCTION() function
245 PHP_FUNCTION(gethostbynamel) in PHP_FUNCTION() function
367 PHP_FUNCTION(dns_check_record) in PHP_FUNCTION() function
808 PHP_FUNCTION(dns_get_record) in PHP_FUNCTION() function
1048 PHP_FUNCTION(dns_get_mx) in PHP_FUNCTION() function
H A Dfsock.c131 PHP_FUNCTION(fsockopen) in PHP_FUNCTION() function
138 PHP_FUNCTION(pfsockopen) in PHP_FUNCTION() function
H A Duuencode.c204 PHP_FUNCTION(convert_uuencode) in PHP_FUNCTION() function
217 PHP_FUNCTION(convert_uudecode) in PHP_FUNCTION() function
H A Dformatted_print.c758 PHP_FUNCTION(sprintf) in PHP_FUNCTION() function
780 PHP_FUNCTION(vsprintf) in PHP_FUNCTION() function
806 PHP_FUNCTION(printf) in PHP_FUNCTION() function
831 PHP_FUNCTION(vprintf) in PHP_FUNCTION() function
860 PHP_FUNCTION(fprintf) in PHP_FUNCTION() function
890 PHP_FUNCTION(vfprintf) in PHP_FUNCTION() function
/php-src/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp211 U_CFUNC PHP_FUNCTION(intlgregcal_create_instance) in PHP_FUNCTION() function
307 U_CFUNC PHP_FUNCTION(intlgregcal_set_gregorian_change) in PHP_FUNCTION() function
326 U_CFUNC PHP_FUNCTION(intlgregcal_get_gregorian_change) in PHP_FUNCTION() function
340 U_CFUNC PHP_FUNCTION(intlgregcal_is_leap_year) in PHP_FUNCTION() function
/php-src/ext/openssl/
H A Dopenssl.c1570 PHP_FUNCTION(openssl_spki_new) in PHP_FUNCTION() function
3200 PHP_FUNCTION(openssl_csr_sign) in PHP_FUNCTION() function
3377 PHP_FUNCTION(openssl_csr_new) in PHP_FUNCTION() function
5348 PHP_FUNCTION(openssl_pbkdf2) in PHP_FUNCTION() function
6941 PHP_FUNCTION(openssl_sign) in PHP_FUNCTION() function
7003 PHP_FUNCTION(openssl_verify) in PHP_FUNCTION() function
7059 PHP_FUNCTION(openssl_seal) in PHP_FUNCTION() function
7185 PHP_FUNCTION(openssl_open) in PHP_FUNCTION() function
7364 PHP_FUNCTION(openssl_digest) in PHP_FUNCTION() function
7743 PHP_FUNCTION(openssl_encrypt) in PHP_FUNCTION() function
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg.c258 PHP_FUNCTION(phpdbg_exec) in PHP_FUNCTION() function
297 PHP_FUNCTION(phpdbg_break_next) in PHP_FUNCTION() function
318 PHP_FUNCTION(phpdbg_break_file) in PHP_FUNCTION() function
332 PHP_FUNCTION(phpdbg_break_method) in PHP_FUNCTION() function
345 PHP_FUNCTION(phpdbg_break_function) in PHP_FUNCTION() function
358 PHP_FUNCTION(phpdbg_clear) in PHP_FUNCTION() function
376 PHP_FUNCTION(phpdbg_color) in PHP_FUNCTION() function
399 PHP_FUNCTION(phpdbg_prompt) in PHP_FUNCTION() function
412 PHP_FUNCTION(phpdbg_start_oplog) in PHP_FUNCTION() function
490 PHP_FUNCTION(phpdbg_get_executable) in PHP_FUNCTION() function
[all …]
/php-src/ext/mbstring/
H A Dmbstring.c1839 PHP_FUNCTION(mb_strlen) in PHP_FUNCTION() function
1966 PHP_FUNCTION(mb_strpos) in PHP_FUNCTION() function
2192 PHP_FUNCTION(mb_strstr) in PHP_FUNCTION() function
2309 PHP_FUNCTION(mb_substr) in PHP_FUNCTION() function
2361 PHP_FUNCTION(mb_strcut) in PHP_FUNCTION() function
3149 PHP_FUNCTION(mb_trim) in PHP_FUNCTION() function
3154 PHP_FUNCTION(mb_ltrim) in PHP_FUNCTION() function
3159 PHP_FUNCTION(mb_rtrim) in PHP_FUNCTION() function
5657 PHP_FUNCTION(mb_ord) in PHP_FUNCTION() function
5759 PHP_FUNCTION(mb_chr) in PHP_FUNCTION() function
[all …]
/php-src/ext/intl/formatter/
H A Dformatter_format.c28 PHP_FUNCTION( numfmt_format ) in PHP_FUNCTION() function
126 PHP_FUNCTION( numfmt_format_currency ) in PHP_FUNCTION() function
H A Dformatter_parse.c31 PHP_FUNCTION( numfmt_parse ) in PHP_FUNCTION() function
123 PHP_FUNCTION( numfmt_parse_currency ) in PHP_FUNCTION() function
/php-src/ext/curl/
H A Dinterface.c907 PHP_FUNCTION(curl_version) in PHP_FUNCTION() function
1129 PHP_FUNCTION(curl_init) in PHP_FUNCTION() function
2228 PHP_FUNCTION(curl_setopt) in PHP_FUNCTION() function
2297 PHP_FUNCTION(curl_exec) in PHP_FUNCTION() function
2614 PHP_FUNCTION(curl_error) in PHP_FUNCTION() function
2635 PHP_FUNCTION(curl_errno) in PHP_FUNCTION() function
2651 PHP_FUNCTION(curl_close) in PHP_FUNCTION() function
2818 PHP_FUNCTION(curl_reset) in PHP_FUNCTION() function
2841 PHP_FUNCTION(curl_escape) in PHP_FUNCTION() function
2898 PHP_FUNCTION(curl_pause) in PHP_FUNCTION() function
[all …]
/php-src/ext/date/
H A Dphp_date.c997 PHP_FUNCTION(date) in PHP_FUNCTION() function
1004 PHP_FUNCTION(gmdate) in PHP_FUNCTION() function
1011 PHP_FUNCTION(idate) in PHP_FUNCTION() function
1080 PHP_FUNCTION(strtotime) in PHP_FUNCTION() function
1223 PHP_FUNCTION(mktime) in PHP_FUNCTION() function
1230 PHP_FUNCTION(gmmktime) in PHP_FUNCTION() function
1237 PHP_FUNCTION(checkdate) in PHP_FUNCTION() function
1357 PHP_FUNCTION(strftime) in PHP_FUNCTION() function
1371 PHP_FUNCTION(time) in PHP_FUNCTION() function
1436 PHP_FUNCTION(getdate) in PHP_FUNCTION() function
[all …]
/php-src/ext/dl_test/
H A Ddl_test.c29 PHP_FUNCTION(dl_test_test1) in PHP_FUNCTION() function
38 PHP_FUNCTION(dl_test_test2) in PHP_FUNCTION() function
/php-src/ext/intl/normalizer/
H A Dnormalizer_normalize.c80 PHP_FUNCTION( normalizer_normalize ) in PHP_FUNCTION() function
219 PHP_FUNCTION( normalizer_is_normalized ) in PHP_FUNCTION() function
302 PHP_FUNCTION( normalizer_get_raw_decomposition ) in PHP_FUNCTION() function
/php-src/ext/calendar/
H A Deaster.c141 PHP_FUNCTION(easter_date) in PHP_FUNCTION() function
148 PHP_FUNCTION(easter_days) in PHP_FUNCTION() function
/php-src/ext/random/
H A Drandom.c464 PHP_FUNCTION(lcg_value) function
473 PHP_FUNCTION(mt_srand) function
505 PHP_FUNCTION(mt_rand) function
530 PHP_FUNCTION(mt_getrandmax) function
543 PHP_FUNCTION(rand) function
567 PHP_FUNCTION(random_bytes) function
595 PHP_FUNCTION(random_int) function
/php-src/ext/com_dotnet/
H A Dcom_com.c275 PHP_FUNCTION(com_get_active_object) in PHP_FUNCTION() function
653 PHP_FUNCTION(com_create_guid) in PHP_FUNCTION() function
674 PHP_FUNCTION(com_event_sink) in PHP_FUNCTION() function
737 PHP_FUNCTION(com_print_typeinfo) in PHP_FUNCTION() function
771 PHP_FUNCTION(com_message_pump) in PHP_FUNCTION() function
798 PHP_FUNCTION(com_load_typelib) in PHP_FUNCTION() function
/php-src/win32/
H A Dsignal.c88 PHP_FUNCTION(sapi_windows_set_ctrl_handler) in PHP_FUNCTION() function
134 PHP_FUNCTION(sapi_windows_generate_ctrl_event) in PHP_FUNCTION() function
/php-src/ext/intl/msgformat/
H A Dmsgformat_format.c51 PHP_FUNCTION( msgfmt_format ) in PHP_FUNCTION() function
72 PHP_FUNCTION( msgfmt_format_message ) in PHP_FUNCTION() function
H A Dmsgformat_parse.c54 PHP_FUNCTION( msgfmt_parse ) in PHP_FUNCTION() function
76 PHP_FUNCTION( msgfmt_parse_message ) in PHP_FUNCTION() function
/php-src/ext/intl/collator/
H A Dcollator_sort.c309 PHP_FUNCTION( collator_sort ) in PHP_FUNCTION() function
327 PHP_FUNCTION( collator_sort_with_sort_keys ) in PHP_FUNCTION() function
492 PHP_FUNCTION( collator_asort ) in PHP_FUNCTION() function
499 PHP_FUNCTION( collator_get_sort_key ) in PHP_FUNCTION() function
/php-src/ext/intl/idn/
H A Didn.c157 PHP_FUNCTION(idn_to_ascii) in PHP_FUNCTION() function
165 PHP_FUNCTION(idn_to_utf8) in PHP_FUNCTION() function

Completed in 137 milliseconds

1234567