Home
last modified time | relevance | path

Searched defs:PHP_FUNCTION (Results 1 – 25 of 192) sorted by path

12345678

/PHP-7.2/ext/bcmath/
H A Dbcmath.c228 PHP_FUNCTION(bcadd) in PHP_FUNCTION() function
268 PHP_FUNCTION(bcsub) in PHP_FUNCTION() function
308 PHP_FUNCTION(bcmul) in PHP_FUNCTION() function
348 PHP_FUNCTION(bcdiv) in PHP_FUNCTION() function
394 PHP_FUNCTION(bcmod) in PHP_FUNCTION() function
440 PHP_FUNCTION(bcpowmod) in PHP_FUNCTION() function
485 PHP_FUNCTION(bcpow) in PHP_FUNCTION() function
525 PHP_FUNCTION(bcsqrt) in PHP_FUNCTION() function
562 PHP_FUNCTION(bccomp) in PHP_FUNCTION() function
595 PHP_FUNCTION(bcscale) 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/ext/calendar/
H A Dcal_unix.c29 PHP_FUNCTION(unixtojd) in PHP_FUNCTION() function
54 PHP_FUNCTION(jdtounix) in PHP_FUNCTION() function
H A Dcalendar.c292 PHP_FUNCTION(cal_info) in PHP_FUNCTION() function
375 PHP_FUNCTION(cal_to_jd) in PHP_FUNCTION() function
394 PHP_FUNCTION(cal_from_jd) in PHP_FUNCTION() function
480 PHP_FUNCTION(jdtojulian) in PHP_FUNCTION() function
499 PHP_FUNCTION(juliantojd) in PHP_FUNCTION() function
608 PHP_FUNCTION(jdtojewish) in PHP_FUNCTION() function
647 PHP_FUNCTION(jewishtojd) in PHP_FUNCTION() function
661 PHP_FUNCTION(jdtofrench) in PHP_FUNCTION() function
680 PHP_FUNCTION(frenchtojd) in PHP_FUNCTION() function
694 PHP_FUNCTION(jddayofweek) in PHP_FUNCTION() function
[all …]
H A Deaster.c123 PHP_FUNCTION(easter_date) in PHP_FUNCTION() function
131 PHP_FUNCTION(easter_days) in PHP_FUNCTION() function
/PHP-7.2/ext/com_dotnet/
H A Dcom_com.c33 PHP_FUNCTION(com_create_instance) in PHP_FUNCTION() function
294 PHP_FUNCTION(com_get_active_object) in PHP_FUNCTION() function
672 PHP_FUNCTION(com_create_guid) in PHP_FUNCTION() function
700 PHP_FUNCTION(com_event_sink) in PHP_FUNCTION() function
760 PHP_FUNCTION(com_print_typeinfo) in PHP_FUNCTION() function
797 PHP_FUNCTION(com_message_pump) in PHP_FUNCTION() function
825 PHP_FUNCTION(com_load_typelib) in PHP_FUNCTION() function
H A Dcom_dotnet.c186 PHP_FUNCTION(com_dotnet_create_instance) in PHP_FUNCTION() function
H A Dcom_handlers.c255 static PHP_FUNCTION(com_method_handler) in PHP_FUNCTION() function
H A Dcom_variant.c513 PHP_FUNCTION(variant_set) in PHP_FUNCTION() function
660 PHP_FUNCTION(variant_add) in PHP_FUNCTION() function
668 PHP_FUNCTION(variant_cat) in PHP_FUNCTION() function
676 PHP_FUNCTION(variant_sub) in PHP_FUNCTION() function
684 PHP_FUNCTION(variant_mul) in PHP_FUNCTION() function
692 PHP_FUNCTION(variant_and) in PHP_FUNCTION() function
700 PHP_FUNCTION(variant_div) in PHP_FUNCTION() function
708 PHP_FUNCTION(variant_eqv) in PHP_FUNCTION() function
724 PHP_FUNCTION(variant_imp) in PHP_FUNCTION() function
732 PHP_FUNCTION(variant_mod) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/ctype/
H A Dctype.c184 static PHP_FUNCTION(ctype_alnum) in PHP_FUNCTION() function
192 static PHP_FUNCTION(ctype_alpha) in PHP_FUNCTION() function
200 static PHP_FUNCTION(ctype_cntrl) in PHP_FUNCTION() function
208 static PHP_FUNCTION(ctype_digit) in PHP_FUNCTION() function
216 static PHP_FUNCTION(ctype_lower) in PHP_FUNCTION() function
224 static PHP_FUNCTION(ctype_graph) in PHP_FUNCTION() function
232 static PHP_FUNCTION(ctype_print) in PHP_FUNCTION() function
240 static PHP_FUNCTION(ctype_punct) in PHP_FUNCTION() function
248 static PHP_FUNCTION(ctype_space) in PHP_FUNCTION() function
256 static PHP_FUNCTION(ctype_upper) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/curl/
H A Dcurl_file.c66 PHP_FUNCTION(curl_file_create) in PHP_FUNCTION() function
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 …]
H A Dmulti.c56 PHP_FUNCTION(curl_multi_init) in PHP_FUNCTION() function
76 PHP_FUNCTION(curl_multi_add_handle) in PHP_FUNCTION() function
165 PHP_FUNCTION(curl_multi_remove_handle) in PHP_FUNCTION() function
209 PHP_FUNCTION(curl_multi_select) in PHP_FUNCTION() function
263 PHP_FUNCTION(curl_multi_exec) in PHP_FUNCTION() function
308 PHP_FUNCTION(curl_multi_getcontent) in PHP_FUNCTION() function
335 PHP_FUNCTION(curl_multi_info_read) in PHP_FUNCTION() function
395 PHP_FUNCTION(curl_multi_close) in PHP_FUNCTION() function
447 PHP_FUNCTION(curl_multi_errno) in PHP_FUNCTION() function
467 PHP_FUNCTION(curl_multi_strerror) in PHP_FUNCTION() function
[all …]
H A Dshare.c39 PHP_FUNCTION(curl_share_init) in PHP_FUNCTION() function
57 PHP_FUNCTION(curl_share_close) in PHP_FUNCTION() function
101 PHP_FUNCTION(curl_share_setopt) in PHP_FUNCTION() function
138 PHP_FUNCTION(curl_share_errno) in PHP_FUNCTION() function
159 PHP_FUNCTION(curl_share_strerror) 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/dba/
H A Ddba.c1019 PHP_FUNCTION(dba_popen) in PHP_FUNCTION() function
1027 PHP_FUNCTION(dba_open) in PHP_FUNCTION() function
1035 PHP_FUNCTION(dba_close) in PHP_FUNCTION() function
1052 PHP_FUNCTION(dba_exists) in PHP_FUNCTION() function
1067 PHP_FUNCTION(dba_fetch) in PHP_FUNCTION() function
1167 PHP_FUNCTION(dba_nextkey) in PHP_FUNCTION() function
1195 PHP_FUNCTION(dba_delete) in PHP_FUNCTION() function
1214 PHP_FUNCTION(dba_insert) in PHP_FUNCTION() function
1223 PHP_FUNCTION(dba_replace) in PHP_FUNCTION() function
1254 PHP_FUNCTION(dba_sync) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/dom/
H A Dattr.c227 PHP_FUNCTION(dom_attr_is_id) 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 Ddocument.c695 PHP_FUNCTION(dom_document_create_element) in PHP_FUNCTION() function
785 PHP_FUNCTION(dom_document_create_comment) in PHP_FUNCTION() function
974 PHP_FUNCTION(dom_document_import_node) in PHP_FUNCTION() function
1217 PHP_FUNCTION(dom_document_adopt_node) in PHP_FUNCTION() function
1247 PHP_FUNCTION(dom_document_rename_node) in PHP_FUNCTION() function
1563 PHP_FUNCTION(dom_document_save) in PHP_FUNCTION() function
1608 PHP_FUNCTION(dom_document_savexml) in PHP_FUNCTION() function
1718 PHP_FUNCTION(dom_document_xinclude) in PHP_FUNCTION() function
1764 PHP_FUNCTION(dom_document_validate) in PHP_FUNCTION() function
2109 PHP_FUNCTION(dom_document_save_html_file) in PHP_FUNCTION() function
[all …]
H A Ddomconfiguration.c66 PHP_FUNCTION(dom_domconfiguration_set_parameter) in PHP_FUNCTION() function
76 PHP_FUNCTION(dom_domconfiguration_get_parameter) in PHP_FUNCTION() function
86 PHP_FUNCTION(dom_domconfiguration_can_set_parameter) in PHP_FUNCTION() function
H A Ddomerrorhandler.c54 PHP_FUNCTION(dom_domerrorhandler_handle_error) in PHP_FUNCTION() function
H A Ddomimplementationlist.c67 PHP_FUNCTION(dom_domimplementationlist_item) in PHP_FUNCTION() function
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 Ddomstringlist.c67 PHP_FUNCTION(dom_domstringlist_item) in PHP_FUNCTION() function
H A Delement.c322 PHP_FUNCTION(dom_element_get_attribute) in PHP_FUNCTION() function
365 PHP_FUNCTION(dom_element_set_attribute) in PHP_FUNCTION() function
432 PHP_FUNCTION(dom_element_remove_attribute) in PHP_FUNCTION() function
480 PHP_FUNCTION(dom_element_get_attribute_node) in PHP_FUNCTION() function
527 PHP_FUNCTION(dom_element_set_attribute_node) in PHP_FUNCTION() function
656 PHP_FUNCTION(dom_element_get_attribute_ns) in PHP_FUNCTION() function
736 PHP_FUNCTION(dom_element_set_attribute_ns) in PHP_FUNCTION() function
864 PHP_FUNCTION(dom_element_remove_attribute_ns) in PHP_FUNCTION() function
1077 PHP_FUNCTION(dom_element_has_attribute) in PHP_FUNCTION() function
1105 PHP_FUNCTION(dom_element_has_attribute_ns) in PHP_FUNCTION() function
[all …]

Completed in 119 milliseconds

12345678