Home
last modified time | relevance | path

Searched defs:PHP_FUNCTION (Results 1 – 25 of 160) sorted by last modified time

1234567

/php-src/ext/libxml/
H A Dlibxml.c1032 PHP_FUNCTION(libxml_set_streams_context) in PHP_FUNCTION() function
1053 PHP_FUNCTION(libxml_use_internal_errors) in PHP_FUNCTION() function
1087 PHP_FUNCTION(libxml_get_last_error) in PHP_FUNCTION() function
1116 PHP_FUNCTION(libxml_get_errors) in PHP_FUNCTION() function
1156 PHP_FUNCTION(libxml_clear_errors) in PHP_FUNCTION() function
1176 PHP_FUNCTION(libxml_disable_entity_loader) in PHP_FUNCTION() function
1190 PHP_FUNCTION(libxml_set_external_entity_loader) in PHP_FUNCTION() function
1211 PHP_FUNCTION(libxml_get_external_entity_loader) in PHP_FUNCTION() function
/php-src/ext/simplexml/
H A Dsimplexml.c2213 PHP_FUNCTION(simplexml_load_file) in PHP_FUNCTION() function
2260 PHP_FUNCTION(simplexml_load_string) in PHP_FUNCTION() function
2576 PHP_FUNCTION(simplexml_import_dom) in PHP_FUNCTION() function
/php-src/ext/dom/
H A Dphp_dom.c543 PHP_FUNCTION(dom_import_simplexml) in PHP_FUNCTION() function
548 PHP_FUNCTION(DOM_import_simplexml) in PHP_FUNCTION() function
/php-src/main/
H A DSAPI.c113 PHP_FUNCTION(header_register_callback) in PHP_FUNCTION() function
H A Doutput.c1291 PHP_FUNCTION(ob_start) in PHP_FUNCTION() function
1314 PHP_FUNCTION(ob_flush) in PHP_FUNCTION() function
1334 PHP_FUNCTION(ob_clean) in PHP_FUNCTION() function
1354 PHP_FUNCTION(ob_end_flush) in PHP_FUNCTION() function
1370 PHP_FUNCTION(ob_end_clean) in PHP_FUNCTION() function
1386 PHP_FUNCTION(ob_get_flush) in PHP_FUNCTION() function
1404 PHP_FUNCTION(ob_get_clean) in PHP_FUNCTION() function
1426 PHP_FUNCTION(ob_get_contents) in PHP_FUNCTION() function
1439 PHP_FUNCTION(ob_get_level) in PHP_FUNCTION() function
1450 PHP_FUNCTION(ob_get_length) in PHP_FUNCTION() function
[all …]
/php-src/ext/standard/
H A Darray.c594 PHP_FUNCTION(ksort) in PHP_FUNCTION() function
641 PHP_FUNCTION(count) in PHP_FUNCTION() function
732 PHP_FUNCTION(asort) in PHP_FUNCTION() function
774 PHP_FUNCTION(sort) in PHP_FUNCTION() function
795 PHP_FUNCTION(rsort) in PHP_FUNCTION() function
1033 PHP_FUNCTION(end) in PHP_FUNCTION() function
1064 PHP_FUNCTION(prev) in PHP_FUNCTION() function
1095 PHP_FUNCTION(next) in PHP_FUNCTION() function
1180 PHP_FUNCTION(key) in PHP_FUNCTION() function
1203 PHP_FUNCTION(min) in PHP_FUNCTION() function
[all …]
H A Dbrowscap.c704 PHP_FUNCTION(get_browser) in PHP_FUNCTION() function
/php-src/ext/hash/
H A Dhash.c422 PHP_FUNCTION(hash) in PHP_FUNCTION() function
444 PHP_FUNCTION(hash_file) in PHP_FUNCTION() function
579 PHP_FUNCTION(hash_hmac) in PHP_FUNCTION() function
612 PHP_FUNCTION(hash_init) in PHP_FUNCTION() function
689 PHP_FUNCTION(hash_update) in PHP_FUNCTION() function
779 PHP_FUNCTION(hash_final) in PHP_FUNCTION() function
837 PHP_FUNCTION(hash_copy) in PHP_FUNCTION() function
861 PHP_FUNCTION(hash_algos) in PHP_FUNCTION() function
896 PHP_FUNCTION(hash_hkdf) in PHP_FUNCTION() function
989 PHP_FUNCTION(hash_pbkdf2) in PHP_FUNCTION() function
[all …]
/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/bcmath/
H A Dbcmath.c146 PHP_FUNCTION(bcadd) in PHP_FUNCTION() function
193 PHP_FUNCTION(bcsub) in PHP_FUNCTION() function
240 PHP_FUNCTION(bcmul) in PHP_FUNCTION() function
287 PHP_FUNCTION(bcdiv) in PHP_FUNCTION() function
339 PHP_FUNCTION(bcmod) in PHP_FUNCTION() function
466 PHP_FUNCTION(bcpow) in PHP_FUNCTION() function
526 PHP_FUNCTION(bcsqrt) in PHP_FUNCTION() function
567 PHP_FUNCTION(bccomp) in PHP_FUNCTION() function
636 PHP_FUNCTION(bcfloor) in PHP_FUNCTION() function
643 PHP_FUNCTION(bcceil) in PHP_FUNCTION() function
[all …]
/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 …]
H A Dmulti.c60 PHP_FUNCTION(curl_multi_init) in PHP_FUNCTION() function
80 PHP_FUNCTION(curl_multi_add_handle) in PHP_FUNCTION() function
148 PHP_FUNCTION(curl_multi_remove_handle) in PHP_FUNCTION() function
174 PHP_FUNCTION(curl_multi_select) in PHP_FUNCTION() function
201 PHP_FUNCTION(curl_multi_exec) in PHP_FUNCTION() function
239 PHP_FUNCTION(curl_multi_getcontent) in PHP_FUNCTION() function
263 PHP_FUNCTION(curl_multi_info_read) in PHP_FUNCTION() function
309 PHP_FUNCTION(curl_multi_close) in PHP_FUNCTION() function
334 PHP_FUNCTION(curl_multi_errno) in PHP_FUNCTION() function
350 PHP_FUNCTION(curl_multi_strerror) in PHP_FUNCTION() function
[all …]
/php-src/sapi/cgi/
H A Dcgi_main.c1563 PHP_FUNCTION(apache_child_terminate) /* {{{ */ function
1575 PHP_FUNCTION(apache_request_headers) /* {{{ */ function
1688 PHP_FUNCTION(apache_response_headers) /* {{{ */ function
/php-src/ext/odbc/
H A Dphp_odbc.c873 PHP_FUNCTION(odbc_close_all) in PHP_FUNCTION() function
896 PHP_FUNCTION(odbc_binmode) in PHP_FUNCTION() function
903 PHP_FUNCTION(odbc_longreadlen) in PHP_FUNCTION() function
910 PHP_FUNCTION(odbc_prepare) in PHP_FUNCTION() function
1029 PHP_FUNCTION(odbc_execute) in PHP_FUNCTION() function
1187 PHP_FUNCTION(odbc_cursor) in PHP_FUNCTION() function
1302 PHP_FUNCTION(odbc_exec) in PHP_FUNCTION() function
1674 PHP_FUNCTION(odbc_fetch_row) in PHP_FUNCTION() function
1736 PHP_FUNCTION(odbc_result) in PHP_FUNCTION() function
2107 PHP_FUNCTION(odbc_connect) in PHP_FUNCTION() function
[all …]
/php-src/ext/filter/
H A Dfilter.c434 PHP_FUNCTION(filter_has_var) in PHP_FUNCTION() function
576 PHP_FUNCTION(filter_input) in PHP_FUNCTION() function
640 PHP_FUNCTION(filter_var) in PHP_FUNCTION() function
666 PHP_FUNCTION(filter_input_array) in PHP_FUNCTION() function
701 PHP_FUNCTION(filter_var_array) in PHP_FUNCTION() function
725 PHP_FUNCTION(filter_list) in PHP_FUNCTION() function
741 PHP_FUNCTION(filter_id) in PHP_FUNCTION() function
/php-src/ext/gettext/
H A Dgettext.c82 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
218 PHP_FUNCTION(ngettext) in PHP_FUNCTION() function
243 PHP_FUNCTION(dngettext) in PHP_FUNCTION() function
270 PHP_FUNCTION(dcngettext) in PHP_FUNCTION() function
302 PHP_FUNCTION(bind_textdomain_codeset) in PHP_FUNCTION() function
/php-src/ext/intl/dateformat/
H A Ddateformat_parse.c129 PHP_FUNCTION(datefmt_parse) in PHP_FUNCTION() function
215 PHP_FUNCTION(datefmt_localtime) in PHP_FUNCTION() function
/php-src/ext/pcntl/
H A Dpcntl.c224 PHP_FUNCTION(pcntl_fork) in PHP_FUNCTION() function
262 PHP_FUNCTION(pcntl_alarm) in PHP_FUNCTION() function
308 PHP_FUNCTION(pcntl_waitpid) in PHP_FUNCTION() function
361 PHP_FUNCTION(pcntl_wait) in PHP_FUNCTION() function
516 PHP_FUNCTION(pcntl_wtermsig) in PHP_FUNCTION() function
552 PHP_FUNCTION(pcntl_exec) in PHP_FUNCTION() function
661 PHP_FUNCTION(pcntl_signal) in PHP_FUNCTION() function
1377 PHP_FUNCTION(pcntl_rfork) in PHP_FUNCTION() function
1440 PHP_FUNCTION(pcntl_forkx) in PHP_FUNCTION() function
1481 PHP_FUNCTION(pcntl_setns) in PHP_FUNCTION() function
[all …]
/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/ext/pgsql/
H A Dpgsql.c717 PHP_FUNCTION(pg_connect) in PHP_FUNCTION() function
753 PHP_FUNCTION(pg_close) in PHP_FUNCTION() function
864 PHP_FUNCTION(pg_dbname) in PHP_FUNCTION() function
876 PHP_FUNCTION(pg_options) in PHP_FUNCTION() function
882 PHP_FUNCTION(pg_port) in PHP_FUNCTION() function
888 PHP_FUNCTION(pg_tty) in PHP_FUNCTION() function
894 PHP_FUNCTION(pg_host) in PHP_FUNCTION() function
937 PHP_FUNCTION(pg_ping) in PHP_FUNCTION() function
975 PHP_FUNCTION(pg_query) in PHP_FUNCTION() function
2171 PHP_FUNCTION(pg_trace) 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/spl/
H A Dphp_spl.c67 PHP_FUNCTION(class_parents) in PHP_FUNCTION() function
101 PHP_FUNCTION(class_implements) in PHP_FUNCTION() function
130 PHP_FUNCTION(class_uses) in PHP_FUNCTION() function
219 PHP_FUNCTION(spl_classes) in PHP_FUNCTION() function
293 PHP_FUNCTION(spl_autoload) in PHP_FUNCTION() function
333 PHP_FUNCTION(spl_autoload_extensions) in PHP_FUNCTION() function
464 PHP_FUNCTION(spl_autoload_call) in PHP_FUNCTION() function
502 PHP_FUNCTION(spl_autoload_register) in PHP_FUNCTION() function
613 PHP_FUNCTION(spl_autoload_functions) in PHP_FUNCTION() function
647 PHP_FUNCTION(spl_object_hash) in PHP_FUNCTION() function
[all …]
/php-src/ext/tidy/
H A Dtidy.c1045 PHP_FUNCTION(tidy_get_output) in PHP_FUNCTION() function
1059 PHP_FUNCTION(tidy_parse_file) in PHP_FUNCTION() function
1131 PHP_FUNCTION(tidy_diagnose) in PHP_FUNCTION() function
1194 PHP_FUNCTION(tidy_get_config) in PHP_FUNCTION() function
1250 PHP_FUNCTION(tidy_is_xhtml) in PHP_FUNCTION() function
1259 PHP_FUNCTION(tidy_is_xml) in PHP_FUNCTION() function
1304 PHP_FUNCTION(tidy_getopt) in PHP_FUNCTION() function
1470 PHP_FUNCTION(tidy_get_root) in PHP_FUNCTION() function
1477 PHP_FUNCTION(tidy_get_html) in PHP_FUNCTION() function
1484 PHP_FUNCTION(tidy_get_head) in PHP_FUNCTION() function
[all …]
/php-src/ext/zlib/
H A Dzlib.c523 PHP_FUNCTION(ob_gzhandler) in PHP_FUNCTION() function
589 PHP_FUNCTION(zlib_get_coding_type) in PHP_FUNCTION() function
606 PHP_FUNCTION(gzfile) in PHP_FUNCTION() function
646 PHP_FUNCTION(gzopen) in PHP_FUNCTION() function
673 PHP_FUNCTION(readgzfile) in PHP_FUNCTION() function
865 PHP_FUNCTION(inflate_init) in PHP_FUNCTION() function
939 PHP_FUNCTION(inflate_add) in PHP_FUNCTION() function
1051 PHP_FUNCTION(inflate_get_status) in PHP_FUNCTION() function
1067 PHP_FUNCTION(inflate_get_read_len) in PHP_FUNCTION() function
1083 PHP_FUNCTION(deflate_init) in PHP_FUNCTION() function
[all …]
/php-src/ext/iconv/
H A Diconv.c1790 PHP_FUNCTION(iconv_strlen) in PHP_FUNCTION() function
1823 PHP_FUNCTION(iconv_substr) in PHP_FUNCTION() function
1864 PHP_FUNCTION(iconv_strpos) in PHP_FUNCTION() function
1922 PHP_FUNCTION(iconv_strrpos) in PHP_FUNCTION() function
1964 PHP_FUNCTION(iconv_mime_encode) in PHP_FUNCTION() function
2062 PHP_FUNCTION(iconv_mime_decode) in PHP_FUNCTION() function
2099 PHP_FUNCTION(iconv_mime_decode_headers) in PHP_FUNCTION() function
2198 PHP_FUNCTION(iconv) in PHP_FUNCTION() function
2230 PHP_FUNCTION(iconv_set_encoding) in PHP_FUNCTION() function
2268 PHP_FUNCTION(iconv_get_encoding) in PHP_FUNCTION() function

Completed in 180 milliseconds

1234567