Home
last modified time | relevance | path

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

12345678

/PHP-7.3/ext/dom/
H A Ddomimplementationsource.c58 PHP_FUNCTION(dom_domimplementationsource_get_domimplementation) in PHP_FUNCTION() function
68 PHP_FUNCTION(dom_domimplementationsource_get_domimplementations) in PHP_FUNCTION() function
H A Dstring_extend.c57 PHP_FUNCTION(dom_string_extend_find_offset16) in PHP_FUNCTION() function
67 PHP_FUNCTION(dom_string_extend_find_offset32) in PHP_FUNCTION() function
H A Dcharacterdata.c151 PHP_FUNCTION(dom_characterdata_substring_data) in PHP_FUNCTION() function
200 PHP_FUNCTION(dom_characterdata_append_data) in PHP_FUNCTION() function
234 PHP_FUNCTION(dom_characterdata_insert_data) in PHP_FUNCTION() function
283 PHP_FUNCTION(dom_characterdata_delete_data) in PHP_FUNCTION() function
338 PHP_FUNCTION(dom_characterdata_replace_data) in PHP_FUNCTION() function
H A Dnamelist.c68 PHP_FUNCTION(dom_namelist_get_name) in PHP_FUNCTION() function
78 PHP_FUNCTION(dom_namelist_get_namespace_uri) in PHP_FUNCTION() function
H A Dtext.c138 PHP_FUNCTION(dom_text_split_text) in PHP_FUNCTION() function
199 PHP_FUNCTION(dom_text_is_whitespace_in_element_content) in PHP_FUNCTION() function
222 PHP_FUNCTION(dom_text_replace_whole_text) in PHP_FUNCTION() function
/PHP-7.3/main/
H A Doutput.c1304 PHP_FUNCTION(ob_start) in PHP_FUNCTION() function
1328 PHP_FUNCTION(ob_flush) in PHP_FUNCTION() function
1349 PHP_FUNCTION(ob_clean) in PHP_FUNCTION() function
1370 PHP_FUNCTION(ob_end_flush) in PHP_FUNCTION() function
1387 PHP_FUNCTION(ob_end_clean) in PHP_FUNCTION() function
1404 PHP_FUNCTION(ob_get_flush) in PHP_FUNCTION() function
1423 PHP_FUNCTION(ob_get_clean) in PHP_FUNCTION() function
1446 PHP_FUNCTION(ob_get_contents) in PHP_FUNCTION() function
1460 PHP_FUNCTION(ob_get_level) in PHP_FUNCTION() function
1472 PHP_FUNCTION(ob_get_length) in PHP_FUNCTION() function
[all …]
/PHP-7.3/ext/sysvsem/
H A Dsysvsem.c198 PHP_FUNCTION(sem_get) in PHP_FUNCTION() function
355 PHP_FUNCTION(sem_acquire) in PHP_FUNCTION() function
363 PHP_FUNCTION(sem_release) in PHP_FUNCTION() function
377 PHP_FUNCTION(sem_remove) function
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat.c98 PHP_FUNCTION( msgfmt_create ) in PHP_FUNCTION() function
131 PHP_FUNCTION( msgfmt_get_error_code ) in PHP_FUNCTION() function
158 PHP_FUNCTION( msgfmt_get_error_message ) in PHP_FUNCTION() function
/PHP-7.3/ext/bz2/
H A Dbz2.c367 static PHP_FUNCTION(bzread) in PHP_FUNCTION() function
394 static PHP_FUNCTION(bzopen) in PHP_FUNCTION() function
484 static PHP_FUNCTION(bzerrno) in PHP_FUNCTION() function
492 static PHP_FUNCTION(bzerrstr) in PHP_FUNCTION() function
500 static PHP_FUNCTION(bzerror) in PHP_FUNCTION() function
508 static PHP_FUNCTION(bzcompress) in PHP_FUNCTION() function
559 static PHP_FUNCTION(bzdecompress) in PHP_FUNCTION() function
/PHP-7.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c665 PHP_FUNCTION(xmlrpc_encode_request) in PHP_FUNCTION() function
716 PHP_FUNCTION(xmlrpc_encode) in PHP_FUNCTION() function
784 PHP_FUNCTION(xmlrpc_decode_request) in PHP_FUNCTION() function
802 PHP_FUNCTION(xmlrpc_decode) in PHP_FUNCTION() function
823 PHP_FUNCTION(xmlrpc_server_create) in PHP_FUNCTION() function
847 PHP_FUNCTION(xmlrpc_server_destroy) in PHP_FUNCTION() function
966 PHP_FUNCTION(xmlrpc_server_register_method) in PHP_FUNCTION() function
1023 PHP_FUNCTION(xmlrpc_server_call_method) in PHP_FUNCTION() function
1385 PHP_FUNCTION(xmlrpc_set_type) in PHP_FUNCTION() function
1410 PHP_FUNCTION(xmlrpc_get_type) in PHP_FUNCTION() function
[all …]
/PHP-7.3/ext/zlib/
H A Dzlib.c476 static PHP_FUNCTION(ob_gzhandler) in PHP_FUNCTION() function
543 static PHP_FUNCTION(zlib_get_coding_type) in PHP_FUNCTION() function
561 static PHP_FUNCTION(gzfile) in PHP_FUNCTION() function
602 static PHP_FUNCTION(gzopen) in PHP_FUNCTION() function
630 static PHP_FUNCTION(readgzfile) in PHP_FUNCTION() function
829 PHP_FUNCTION(inflate_init) in PHP_FUNCTION() function
904 PHP_FUNCTION(inflate_add) in PHP_FUNCTION() function
1023 PHP_FUNCTION(inflate_get_status) in PHP_FUNCTION() function
1044 PHP_FUNCTION(inflate_get_read_len) in PHP_FUNCTION() function
1065 PHP_FUNCTION(deflate_init) in PHP_FUNCTION() function
[all …]
/PHP-7.3/ext/session/
H A Dsession.c1839 static PHP_FUNCTION(session_name) in PHP_FUNCTION() function
2117 static PHP_FUNCTION(session_id) in PHP_FUNCTION() function
2378 static PHP_FUNCTION(session_encode) in PHP_FUNCTION() function
2397 static PHP_FUNCTION(session_decode) in PHP_FUNCTION() function
2431 static PHP_FUNCTION(session_start) in PHP_FUNCTION() function
2509 static PHP_FUNCTION(session_destroy) in PHP_FUNCTION() function
2521 static PHP_FUNCTION(session_unset) in PHP_FUNCTION() function
2544 static PHP_FUNCTION(session_gc) in PHP_FUNCTION() function
2585 static PHP_FUNCTION(session_abort) in PHP_FUNCTION() function
2601 static PHP_FUNCTION(session_reset) in PHP_FUNCTION() function
[all …]
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c838 PHP_FUNCTION(mb_regex_encoding) in PHP_FUNCTION() function
985 PHP_FUNCTION(mb_ereg) in PHP_FUNCTION() function
993 PHP_FUNCTION(mb_eregi) in PHP_FUNCTION() function
1241 PHP_FUNCTION(mb_ereg_replace) in PHP_FUNCTION() function
1249 PHP_FUNCTION(mb_eregi_replace) in PHP_FUNCTION() function
1265 PHP_FUNCTION(mb_split) in PHP_FUNCTION() function
1349 PHP_FUNCTION(mb_ereg_match) in PHP_FUNCTION() function
1523 PHP_FUNCTION(mb_ereg_search) in PHP_FUNCTION() function
1531 PHP_FUNCTION(mb_ereg_search_pos) in PHP_FUNCTION() function
1539 PHP_FUNCTION(mb_ereg_search_regs) in PHP_FUNCTION() function
[all …]
H A Dmbstring.c2311 PHP_FUNCTION(mb_strlen) in PHP_FUNCTION() function
2345 PHP_FUNCTION(mb_strpos) in PHP_FUNCTION() function
2409 PHP_FUNCTION(mb_strrpos) in PHP_FUNCTION() function
2493 PHP_FUNCTION(mb_stripos) in PHP_FUNCTION() function
2546 PHP_FUNCTION(mb_strstr) in PHP_FUNCTION() function
2601 PHP_FUNCTION(mb_strrchr) in PHP_FUNCTION() function
2796 PHP_FUNCTION(mb_substr) in PHP_FUNCTION() function
2867 PHP_FUNCTION(mb_strcut) in PHP_FUNCTION() function
4894 PHP_FUNCTION(mb_ord) in PHP_FUNCTION() function
5004 PHP_FUNCTION(mb_chr) in PHP_FUNCTION() function
[all …]
/PHP-7.3/ext/fileinfo/
H A Dfileinfo.c287 PHP_FUNCTION(finfo_open) in PHP_FUNCTION() function
380 PHP_FUNCTION(finfo_close) in PHP_FUNCTION() function
401 PHP_FUNCTION(finfo_set_flags) in PHP_FUNCTION() function
601 PHP_FUNCTION(finfo_file) in PHP_FUNCTION() function
609 PHP_FUNCTION(finfo_buffer) in PHP_FUNCTION() function
617 PHP_FUNCTION(mime_content_type) in PHP_FUNCTION() function
/PHP-7.3/ext/openssl/
H A Dopenssl.c1800 PHP_FUNCTION(openssl_spki_new) in PHP_FUNCTION() function
3380 PHP_FUNCTION(openssl_csr_sign) in PHP_FUNCTION() function
3524 PHP_FUNCTION(openssl_csr_new) in PHP_FUNCTION() function
5010 PHP_FUNCTION(openssl_pbkdf2) in PHP_FUNCTION() function
5942 PHP_FUNCTION(openssl_sign) in PHP_FUNCTION() function
6008 PHP_FUNCTION(openssl_verify) in PHP_FUNCTION() function
6069 PHP_FUNCTION(openssl_seal) in PHP_FUNCTION() function
6200 PHP_FUNCTION(openssl_open) in PHP_FUNCTION() function
6354 PHP_FUNCTION(openssl_digest) in PHP_FUNCTION() function
6606 PHP_FUNCTION(openssl_encrypt) in PHP_FUNCTION() function
[all …]
/PHP-7.3/ext/date/
H A Dphp_date.c1433 PHP_FUNCTION(date) in PHP_FUNCTION() function
1441 PHP_FUNCTION(gmdate) in PHP_FUNCTION() function
1449 PHP_FUNCTION(idate) in PHP_FUNCTION() function
1518 PHP_FUNCTION(strtotime) in PHP_FUNCTION() function
1641 PHP_FUNCTION(mktime) in PHP_FUNCTION() function
1649 PHP_FUNCTION(gmmktime) in PHP_FUNCTION() function
1773 PHP_FUNCTION(strftime) in PHP_FUNCTION() function
1790 PHP_FUNCTION(time) in PHP_FUNCTION() function
1851 PHP_FUNCTION(getdate) in PHP_FUNCTION() function
3327 PHP_FUNCTION(date_add) in PHP_FUNCTION() function
[all …]
/PHP-7.3/ext/json/
H A Djson.c269 static PHP_FUNCTION(json_encode) in PHP_FUNCTION() function
312 static PHP_FUNCTION(json_decode) in PHP_FUNCTION() function
367 static PHP_FUNCTION(json_last_error) in PHP_FUNCTION() function
379 static PHP_FUNCTION(json_last_error_msg) in PHP_FUNCTION() function
/PHP-7.3/ext/curl/
H A Dinterface.c1869 PHP_FUNCTION(curl_version) in PHP_FUNCTION() function
2031 PHP_FUNCTION(curl_init) in PHP_FUNCTION() function
3076 PHP_FUNCTION(curl_setopt) in PHP_FUNCTION() function
3156 PHP_FUNCTION(curl_exec) in PHP_FUNCTION() function
3213 PHP_FUNCTION(curl_getinfo) in PHP_FUNCTION() function
3479 PHP_FUNCTION(curl_error) in PHP_FUNCTION() function
3503 PHP_FUNCTION(curl_errno) in PHP_FUNCTION() function
3522 PHP_FUNCTION(curl_close) in PHP_FUNCTION() function
3695 PHP_FUNCTION(curl_reset) in PHP_FUNCTION() function
3721 PHP_FUNCTION(curl_escape) in PHP_FUNCTION() function
[all …]
/PHP-7.3/sapi/cli/
H A Dphp_cli_process_title.c29 PHP_FUNCTION(cli_set_process_title) in PHP_FUNCTION() function
51 PHP_FUNCTION(cli_get_process_title) in PHP_FUNCTION() function
/PHP-7.3/ext/calendar/
H A Dcal_unix.c30 PHP_FUNCTION(unixtojd) in PHP_FUNCTION() function
58 PHP_FUNCTION(jdtounix) in PHP_FUNCTION() function
/PHP-7.3/ext/standard/
H A Durl.c339 PHP_FUNCTION(parse_url) in PHP_FUNCTION() function
520 PHP_FUNCTION(urlencode) in PHP_FUNCTION() function
534 PHP_FUNCTION(urldecode) in PHP_FUNCTION() function
619 PHP_FUNCTION(rawurlencode) function
633 PHP_FUNCTION(rawurldecode) function
678 PHP_FUNCTION(get_headers) function
/PHP-7.3/ext/filter/
H A Dfilter.c572 PHP_FUNCTION(filter_has_var) in PHP_FUNCTION() function
720 PHP_FUNCTION(filter_input) in PHP_FUNCTION() function
776 PHP_FUNCTION(filter_var) in PHP_FUNCTION() function
798 PHP_FUNCTION(filter_input_array) in PHP_FUNCTION() function
844 PHP_FUNCTION(filter_var_array) in PHP_FUNCTION() function
863 PHP_FUNCTION(filter_list) in PHP_FUNCTION() function
880 PHP_FUNCTION(filter_id) in PHP_FUNCTION() function
/PHP-7.3/ext/interbase/
H A Dibase_query.c1064 PHP_FUNCTION(ibase_query) in PHP_FUNCTION() function
1236 PHP_FUNCTION(ibase_num_rows) in PHP_FUNCTION() function
1653 PHP_FUNCTION(ibase_fetch_row) in PHP_FUNCTION() function
1661 PHP_FUNCTION(ibase_fetch_assoc) in PHP_FUNCTION() function
1727 PHP_FUNCTION(ibase_prepare) in PHP_FUNCTION() function
1779 PHP_FUNCTION(ibase_execute) in PHP_FUNCTION() function
1851 PHP_FUNCTION(ibase_free_query) in PHP_FUNCTION() function
1874 PHP_FUNCTION(ibase_num_fields) in PHP_FUNCTION() function
1997 PHP_FUNCTION(ibase_field_info) in PHP_FUNCTION() function
2038 PHP_FUNCTION(ibase_num_params) in PHP_FUNCTION() function
[all …]
/PHP-7.3/ext/mysqli/
H A Dmysqli_embedded.c32 PHP_FUNCTION(mysqli_embedded_server_start) in PHP_FUNCTION() function
115 PHP_FUNCTION(mysqli_embedded_server_end) in PHP_FUNCTION() function

Completed in 174 milliseconds

12345678