Home
last modified time | relevance | path

Searched refs:PHP_FUNCTION (Results 1 – 25 of 322) sorted by path

12345678910>>...13

/PHP-7.2/
H A DCODING_STANDARDS90 the PHP_FUNCTION() macro. They should be in lowercase, with words
247 PHP_FUNCTION(abs)
H A DREADME.EXT_SKEL162 PHP_FUNCTION(module_name_drawtext)
H A DREADME.input_filter149 PHP_FUNCTION(my_get_raw)
/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
H A Dphp_bcmath.h36 PHP_FUNCTION(bcadd);
37 PHP_FUNCTION(bcsub);
38 PHP_FUNCTION(bcmul);
39 PHP_FUNCTION(bcdiv);
40 PHP_FUNCTION(bcmod);
41 PHP_FUNCTION(bcpow);
42 PHP_FUNCTION(bcsqrt);
43 PHP_FUNCTION(bccomp);
44 PHP_FUNCTION(bcscale);
45 PHP_FUNCTION(bcpowmod);
/PHP-7.2/ext/bz2/
H A Dbz2.c47 static PHP_FUNCTION(bzopen);
48 static PHP_FUNCTION(bzread);
49 static PHP_FUNCTION(bzerrno);
50 static PHP_FUNCTION(bzerrstr);
51 static PHP_FUNCTION(bzerror);
52 static PHP_FUNCTION(bzcompress);
369 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
[all …]
/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
H A Dphp_calendar.h17 PHP_FUNCTION(jdtojulian);
18 PHP_FUNCTION(juliantojd);
19 PHP_FUNCTION(jdtojewish);
20 PHP_FUNCTION(jewishtojd);
21 PHP_FUNCTION(jdtofrench);
22 PHP_FUNCTION(frenchtojd);
23 PHP_FUNCTION(jddayofweek);
27 PHP_FUNCTION(unixtojd);
28 PHP_FUNCTION(jdtounix);
30 PHP_FUNCTION(cal_to_jd);
[all …]
/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 …]
H A Dphp_com_dotnet_internal.h128 PHP_FUNCTION(variant_set);
129 PHP_FUNCTION(variant_add);
130 PHP_FUNCTION(variant_cat);
131 PHP_FUNCTION(variant_sub);
132 PHP_FUNCTION(variant_mul);
133 PHP_FUNCTION(variant_and);
134 PHP_FUNCTION(variant_div);
135 PHP_FUNCTION(variant_eqv);
137 PHP_FUNCTION(variant_imp);
138 PHP_FUNCTION(variant_mod);
[all …]
/PHP-7.2/ext/ctype/
H A Dctype.c35 static PHP_FUNCTION(ctype_alnum);
36 static PHP_FUNCTION(ctype_alpha);
37 static PHP_FUNCTION(ctype_cntrl);
38 static PHP_FUNCTION(ctype_digit);
39 static PHP_FUNCTION(ctype_lower);
40 static PHP_FUNCTION(ctype_graph);
41 static PHP_FUNCTION(ctype_print);
42 static PHP_FUNCTION(ctype_punct);
43 static PHP_FUNCTION(ctype_space);
44 static PHP_FUNCTION(ctype_upper);
[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 Dphp_curl.h78 PHP_FUNCTION(curl_close);
80 PHP_FUNCTION(curl_errno);
81 PHP_FUNCTION(curl_error);
82 PHP_FUNCTION(curl_exec);
83 PHP_FUNCTION(curl_getinfo);
84 PHP_FUNCTION(curl_init);
85 PHP_FUNCTION(curl_setopt);
87 PHP_FUNCTION(curl_version);
111 PHP_FUNCTION(curl_reset);
115 PHP_FUNCTION(curl_escape);
[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 …]
H A Dphp_date.h33 PHP_FUNCTION(date);
34 PHP_FUNCTION(idate);
35 PHP_FUNCTION(gmdate);
36 PHP_FUNCTION(strtotime);
38 PHP_FUNCTION(mktime);
39 PHP_FUNCTION(gmmktime);
44 PHP_FUNCTION(strftime);
48 PHP_FUNCTION(time);
50 PHP_FUNCTION(getdate);
65 PHP_FUNCTION(date_add);
[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 …]
H A Dphp_dba.h132 PHP_FUNCTION(dba_open);
133 PHP_FUNCTION(dba_popen);
134 PHP_FUNCTION(dba_close);
136 PHP_FUNCTION(dba_nextkey);
137 PHP_FUNCTION(dba_replace);
138 PHP_FUNCTION(dba_insert);
139 PHP_FUNCTION(dba_delete);
140 PHP_FUNCTION(dba_exists);
141 PHP_FUNCTION(dba_fetch);
143 PHP_FUNCTION(dba_sync);
[all …]

Completed in 108 milliseconds

12345678910>>...13