Home
last modified time | relevance | path

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

12345678

/PHP-7.2/ext/intl/collator/
H A Dcollator_error.c31 PHP_FUNCTION( collator_get_error_code ) in PHP_FUNCTION() function
60 PHP_FUNCTION( collator_get_error_message ) in PHP_FUNCTION() function
/PHP-7.2/ext/dom/
H A Ddomimplementationsource.c60 PHP_FUNCTION(dom_domimplementationsource_get_domimplementation) in PHP_FUNCTION() function
70 PHP_FUNCTION(dom_domimplementationsource_get_domimplementations) in PHP_FUNCTION() function
H A Dstring_extend.c59 PHP_FUNCTION(dom_string_extend_find_offset16) in PHP_FUNCTION() function
69 PHP_FUNCTION(dom_string_extend_find_offset32) in PHP_FUNCTION() function
H A Dcharacterdata.c153 PHP_FUNCTION(dom_characterdata_substring_data) in PHP_FUNCTION() function
202 PHP_FUNCTION(dom_characterdata_append_data) in PHP_FUNCTION() function
236 PHP_FUNCTION(dom_characterdata_insert_data) in PHP_FUNCTION() function
285 PHP_FUNCTION(dom_characterdata_delete_data) in PHP_FUNCTION() function
340 PHP_FUNCTION(dom_characterdata_replace_data) in PHP_FUNCTION() function
H A Dnamelist.c70 PHP_FUNCTION(dom_namelist_get_name) in PHP_FUNCTION() function
80 PHP_FUNCTION(dom_namelist_get_namespace_uri) in PHP_FUNCTION() function
H A Dtext.c140 PHP_FUNCTION(dom_text_split_text) in PHP_FUNCTION() function
201 PHP_FUNCTION(dom_text_is_whitespace_in_element_content) in PHP_FUNCTION() function
224 PHP_FUNCTION(dom_text_replace_whole_text) in PHP_FUNCTION() function
/PHP-7.2/ext/sysvsem/
H A Dsysvsem.c189 PHP_FUNCTION(sem_get) in PHP_FUNCTION() function
346 PHP_FUNCTION(sem_acquire) in PHP_FUNCTION() function
354 PHP_FUNCTION(sem_release) in PHP_FUNCTION() function
368 PHP_FUNCTION(sem_remove) function
/PHP-7.2/ext/snmp/
H A Dsnmp.c1508 PHP_FUNCTION(snmpget) in PHP_FUNCTION() function
1516 PHP_FUNCTION(snmpgetnext) in PHP_FUNCTION() function
1524 PHP_FUNCTION(snmpwalk) in PHP_FUNCTION() function
1532 PHP_FUNCTION(snmprealwalk) in PHP_FUNCTION() function
1540 PHP_FUNCTION(snmpset) in PHP_FUNCTION() function
1618 PHP_FUNCTION(snmp2_get) in PHP_FUNCTION() function
1634 PHP_FUNCTION(snmp2_walk) in PHP_FUNCTION() function
1650 PHP_FUNCTION(snmp2_set) in PHP_FUNCTION() function
1658 PHP_FUNCTION(snmp3_get) in PHP_FUNCTION() function
1674 PHP_FUNCTION(snmp3_walk) in PHP_FUNCTION() function
[all …]
/PHP-7.2/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.2/ext/bz2/
H A Dbz2.c369 static PHP_FUNCTION(bzread) in PHP_FUNCTION() function
396 static PHP_FUNCTION(bzopen) in PHP_FUNCTION() function
486 static PHP_FUNCTION(bzerrno) in PHP_FUNCTION() function
494 static PHP_FUNCTION(bzerrstr) in PHP_FUNCTION() function
502 static PHP_FUNCTION(bzerror) in PHP_FUNCTION() function
510 static PHP_FUNCTION(bzcompress) in PHP_FUNCTION() function
563 static PHP_FUNCTION(bzdecompress) in PHP_FUNCTION() function
/PHP-7.2/main/
H A Doutput.c1295 PHP_FUNCTION(ob_start) in PHP_FUNCTION() function
1319 PHP_FUNCTION(ob_flush) in PHP_FUNCTION() function
1340 PHP_FUNCTION(ob_clean) in PHP_FUNCTION() function
1361 PHP_FUNCTION(ob_end_flush) in PHP_FUNCTION() function
1378 PHP_FUNCTION(ob_end_clean) in PHP_FUNCTION() function
1395 PHP_FUNCTION(ob_get_flush) in PHP_FUNCTION() function
1414 PHP_FUNCTION(ob_get_clean) in PHP_FUNCTION() function
1437 PHP_FUNCTION(ob_get_contents) in PHP_FUNCTION() function
1451 PHP_FUNCTION(ob_get_level) in PHP_FUNCTION() function
1463 PHP_FUNCTION(ob_get_length) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/json/
H A Djson.c228 static PHP_FUNCTION(json_encode) in PHP_FUNCTION() function
263 static PHP_FUNCTION(json_decode) in PHP_FUNCTION() function
312 static PHP_FUNCTION(json_last_error) in PHP_FUNCTION() function
324 static PHP_FUNCTION(json_last_error_msg) in PHP_FUNCTION() function
/PHP-7.2/ext/calendar/
H A Dcal_unix.c29 PHP_FUNCTION(unixtojd) in PHP_FUNCTION() function
54 PHP_FUNCTION(jdtounix) in PHP_FUNCTION() function
/PHP-7.2/ext/mbstring/
H A Dmbstring.c2250 PHP_FUNCTION(mb_strlen) in PHP_FUNCTION() function
2292 PHP_FUNCTION(mb_strpos) in PHP_FUNCTION() function
2370 PHP_FUNCTION(mb_strrpos) in PHP_FUNCTION() function
2479 PHP_FUNCTION(mb_stripos) in PHP_FUNCTION() function
2553 PHP_FUNCTION(mb_strstr) in PHP_FUNCTION() function
2626 PHP_FUNCTION(mb_strrchr) in PHP_FUNCTION() function
2897 PHP_FUNCTION(mb_substr) in PHP_FUNCTION() function
2980 PHP_FUNCTION(mb_strcut) in PHP_FUNCTION() function
5104 PHP_FUNCTION(mb_ord) in PHP_FUNCTION() function
5228 PHP_FUNCTION(mb_chr) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/zlib/
H A Dzlib.c478 static PHP_FUNCTION(ob_gzhandler) in PHP_FUNCTION() function
545 static PHP_FUNCTION(zlib_get_coding_type) in PHP_FUNCTION() function
563 static PHP_FUNCTION(gzfile) in PHP_FUNCTION() function
604 static PHP_FUNCTION(gzopen) in PHP_FUNCTION() function
632 static PHP_FUNCTION(readgzfile) in PHP_FUNCTION() function
831 PHP_FUNCTION(inflate_init) in PHP_FUNCTION() function
906 PHP_FUNCTION(inflate_add) in PHP_FUNCTION() function
1025 PHP_FUNCTION(inflate_get_status) in PHP_FUNCTION() function
1046 PHP_FUNCTION(inflate_get_read_len) in PHP_FUNCTION() function
1067 PHP_FUNCTION(deflate_init) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c671 PHP_FUNCTION(xmlrpc_encode_request) in PHP_FUNCTION() function
722 PHP_FUNCTION(xmlrpc_encode) in PHP_FUNCTION() function
790 PHP_FUNCTION(xmlrpc_decode_request) in PHP_FUNCTION() function
808 PHP_FUNCTION(xmlrpc_decode) in PHP_FUNCTION() function
829 PHP_FUNCTION(xmlrpc_server_create) in PHP_FUNCTION() function
853 PHP_FUNCTION(xmlrpc_server_destroy) in PHP_FUNCTION() function
972 PHP_FUNCTION(xmlrpc_server_register_method) in PHP_FUNCTION() function
1033 PHP_FUNCTION(xmlrpc_server_call_method) in PHP_FUNCTION() function
1398 PHP_FUNCTION(xmlrpc_set_type) in PHP_FUNCTION() function
1423 PHP_FUNCTION(xmlrpc_get_type) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/session/
H A Dsession.c1755 static PHP_FUNCTION(session_name) in PHP_FUNCTION() function
2033 static PHP_FUNCTION(session_id) in PHP_FUNCTION() function
2289 static PHP_FUNCTION(session_encode) in PHP_FUNCTION() function
2308 static PHP_FUNCTION(session_decode) in PHP_FUNCTION() function
2342 static PHP_FUNCTION(session_start) in PHP_FUNCTION() function
2419 static PHP_FUNCTION(session_destroy) in PHP_FUNCTION() function
2431 static PHP_FUNCTION(session_unset) in PHP_FUNCTION() function
2454 static PHP_FUNCTION(session_gc) in PHP_FUNCTION() function
2495 static PHP_FUNCTION(session_abort) in PHP_FUNCTION() function
2511 static PHP_FUNCTION(session_reset) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/fileinfo/
H A Dfileinfo.c289 PHP_FUNCTION(finfo_open) in PHP_FUNCTION() function
382 PHP_FUNCTION(finfo_close) in PHP_FUNCTION() function
403 PHP_FUNCTION(finfo_set_flags) in PHP_FUNCTION() function
603 PHP_FUNCTION(finfo_file) in PHP_FUNCTION() function
611 PHP_FUNCTION(finfo_buffer) in PHP_FUNCTION() function
619 PHP_FUNCTION(mime_content_type) in PHP_FUNCTION() function
/PHP-7.2/ext/standard/
H A Durl.c358 PHP_FUNCTION(parse_url) in PHP_FUNCTION() function
538 PHP_FUNCTION(urlencode) in PHP_FUNCTION() function
552 PHP_FUNCTION(urldecode) in PHP_FUNCTION() function
633 PHP_FUNCTION(rawurlencode) function
647 PHP_FUNCTION(rawurldecode) function
692 PHP_FUNCTION(get_headers) function
/PHP-7.2/sapi/cli/
H A Dphp_cli_process_title.c31 PHP_FUNCTION(cli_set_process_title) in PHP_FUNCTION() function
53 PHP_FUNCTION(cli_get_process_title) in PHP_FUNCTION() function
/PHP-7.2/ext/date/
H A Dphp_date.c1415 PHP_FUNCTION(date) in PHP_FUNCTION() function
1423 PHP_FUNCTION(gmdate) in PHP_FUNCTION() function
1431 PHP_FUNCTION(idate) in PHP_FUNCTION() function
1500 PHP_FUNCTION(strtotime) in PHP_FUNCTION() function
1623 PHP_FUNCTION(mktime) in PHP_FUNCTION() function
1631 PHP_FUNCTION(gmmktime) in PHP_FUNCTION() function
1755 PHP_FUNCTION(strftime) in PHP_FUNCTION() function
1772 PHP_FUNCTION(time) in PHP_FUNCTION() function
1829 PHP_FUNCTION(getdate) in PHP_FUNCTION() function
3327 PHP_FUNCTION(date_add) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/openssl/
H A Dopenssl.c1794 PHP_FUNCTION(openssl_spki_new) in PHP_FUNCTION() function
3374 PHP_FUNCTION(openssl_csr_sign) in PHP_FUNCTION() function
3518 PHP_FUNCTION(openssl_csr_new) in PHP_FUNCTION() function
4960 PHP_FUNCTION(openssl_pbkdf2) in PHP_FUNCTION() function
5892 PHP_FUNCTION(openssl_sign) in PHP_FUNCTION() function
5958 PHP_FUNCTION(openssl_verify) in PHP_FUNCTION() function
6019 PHP_FUNCTION(openssl_seal) in PHP_FUNCTION() function
6150 PHP_FUNCTION(openssl_open) in PHP_FUNCTION() function
6304 PHP_FUNCTION(openssl_digest) in PHP_FUNCTION() function
6556 PHP_FUNCTION(openssl_encrypt) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/curl/
H A Dinterface.c1829 PHP_FUNCTION(curl_version) in PHP_FUNCTION() function
1972 PHP_FUNCTION(curl_init) in PHP_FUNCTION() function
2947 PHP_FUNCTION(curl_setopt) in PHP_FUNCTION() function
3027 PHP_FUNCTION(curl_exec) in PHP_FUNCTION() function
3084 PHP_FUNCTION(curl_getinfo) in PHP_FUNCTION() function
3298 PHP_FUNCTION(curl_error) in PHP_FUNCTION() function
3322 PHP_FUNCTION(curl_errno) in PHP_FUNCTION() function
3341 PHP_FUNCTION(curl_close) in PHP_FUNCTION() function
3520 PHP_FUNCTION(curl_reset) in PHP_FUNCTION() function
3548 PHP_FUNCTION(curl_escape) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/filter/
H A Dfilter.c571 PHP_FUNCTION(filter_has_var) in PHP_FUNCTION() function
725 PHP_FUNCTION(filter_input) in PHP_FUNCTION() function
781 PHP_FUNCTION(filter_var) in PHP_FUNCTION() function
803 PHP_FUNCTION(filter_input_array) in PHP_FUNCTION() function
849 PHP_FUNCTION(filter_var_array) in PHP_FUNCTION() function
868 PHP_FUNCTION(filter_list) in PHP_FUNCTION() function
885 PHP_FUNCTION(filter_id) in PHP_FUNCTION() function
/PHP-7.2/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 128 milliseconds

12345678