Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/
H A DCODING_STANDARDS89 the PHP_FUNCTION() macro. They should be in lowercase, with words
245 PHP_FUNCTION(abs)
H A DREADME.EXT_SKEL162 PHP_FUNCTION(module_name_drawtext)
H A DREADME.input_filter149 PHP_FUNCTION(my_get_raw)
/PHP-5.5/ext/bcmath/
H A Dbcmath.c221 PHP_FUNCTION(bcadd) in PHP_FUNCTION() function
261 PHP_FUNCTION(bcsub) in PHP_FUNCTION() function
301 PHP_FUNCTION(bcmul) in PHP_FUNCTION() function
341 PHP_FUNCTION(bcdiv) in PHP_FUNCTION() function
387 PHP_FUNCTION(bcmod) in PHP_FUNCTION() function
423 PHP_FUNCTION(bcpowmod) in PHP_FUNCTION() function
467 PHP_FUNCTION(bcpow) in PHP_FUNCTION() function
507 PHP_FUNCTION(bcsqrt) in PHP_FUNCTION() function
545 PHP_FUNCTION(bccomp) in PHP_FUNCTION() function
577 PHP_FUNCTION(bcscale) in PHP_FUNCTION() function
H A Dphp_bcmath.h33 PHP_FUNCTION(bcadd);
34 PHP_FUNCTION(bcsub);
35 PHP_FUNCTION(bcmul);
36 PHP_FUNCTION(bcdiv);
37 PHP_FUNCTION(bcmod);
38 PHP_FUNCTION(bcpow);
39 PHP_FUNCTION(bcsqrt);
40 PHP_FUNCTION(bccomp);
41 PHP_FUNCTION(bcscale);
42 PHP_FUNCTION(bcpowmod);
/PHP-5.5/ext/bz2/
H A Dbz2.c46 static PHP_FUNCTION(bzopen);
47 static PHP_FUNCTION(bzread);
48 static PHP_FUNCTION(bzerrno);
49 static PHP_FUNCTION(bzerrstr);
50 static PHP_FUNCTION(bzerror);
51 static PHP_FUNCTION(bzcompress);
338 static PHP_FUNCTION(bzread) in PHP_FUNCTION() function
371 static PHP_FUNCTION(bzopen) in PHP_FUNCTION() function
465 static PHP_FUNCTION(bzerrno) in PHP_FUNCTION() function
473 static PHP_FUNCTION(bzerrstr) in PHP_FUNCTION() function
[all …]
/PHP-5.5/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.c291 PHP_FUNCTION(cal_info) in PHP_FUNCTION() function
371 PHP_FUNCTION(cal_to_jd) in PHP_FUNCTION() function
390 PHP_FUNCTION(cal_from_jd) in PHP_FUNCTION() function
470 PHP_FUNCTION(jdtojulian) in PHP_FUNCTION() function
489 PHP_FUNCTION(juliantojd) in PHP_FUNCTION() function
598 PHP_FUNCTION(jdtojewish) in PHP_FUNCTION() function
637 PHP_FUNCTION(jewishtojd) in PHP_FUNCTION() function
651 PHP_FUNCTION(jdtofrench) in PHP_FUNCTION() function
670 PHP_FUNCTION(frenchtojd) in PHP_FUNCTION() function
684 PHP_FUNCTION(jddayofweek) in PHP_FUNCTION() function
[all …]
H A Deaster.c126 PHP_FUNCTION(easter_date) in PHP_FUNCTION() function
134 PHP_FUNCTION(easter_days) in PHP_FUNCTION() function
H A Dphp_calendar.h14 PHP_FUNCTION(jdtojulian);
15 PHP_FUNCTION(juliantojd);
16 PHP_FUNCTION(jdtojewish);
17 PHP_FUNCTION(jewishtojd);
18 PHP_FUNCTION(jdtofrench);
19 PHP_FUNCTION(frenchtojd);
20 PHP_FUNCTION(jddayofweek);
24 PHP_FUNCTION(unixtojd);
25 PHP_FUNCTION(jdtounix);
27 PHP_FUNCTION(cal_to_jd);
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c33 PHP_FUNCTION(com_create_instance) in PHP_FUNCTION() function
287 PHP_FUNCTION(com_get_active_object) in PHP_FUNCTION() function
656 PHP_FUNCTION(com_create_guid) in PHP_FUNCTION() function
679 PHP_FUNCTION(com_event_sink) in PHP_FUNCTION() function
740 PHP_FUNCTION(com_print_typeinfo) in PHP_FUNCTION() function
777 PHP_FUNCTION(com_message_pump) in PHP_FUNCTION() function
805 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.c473 PHP_FUNCTION(variant_set) in PHP_FUNCTION() function
620 PHP_FUNCTION(variant_add) in PHP_FUNCTION() function
628 PHP_FUNCTION(variant_cat) in PHP_FUNCTION() function
636 PHP_FUNCTION(variant_sub) in PHP_FUNCTION() function
644 PHP_FUNCTION(variant_mul) in PHP_FUNCTION() function
652 PHP_FUNCTION(variant_and) in PHP_FUNCTION() function
660 PHP_FUNCTION(variant_div) in PHP_FUNCTION() function
668 PHP_FUNCTION(variant_eqv) in PHP_FUNCTION() function
684 PHP_FUNCTION(variant_imp) in PHP_FUNCTION() function
692 PHP_FUNCTION(variant_mod) in PHP_FUNCTION() function
[all …]
H A Dphp_com_dotnet_internal.h123 PHP_FUNCTION(variant_set);
124 PHP_FUNCTION(variant_add);
125 PHP_FUNCTION(variant_cat);
126 PHP_FUNCTION(variant_sub);
127 PHP_FUNCTION(variant_mul);
128 PHP_FUNCTION(variant_and);
129 PHP_FUNCTION(variant_div);
130 PHP_FUNCTION(variant_eqv);
132 PHP_FUNCTION(variant_imp);
133 PHP_FUNCTION(variant_mod);
[all …]
/PHP-5.5/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-5.5/ext/curl/
H A Dcurl_file.c66 PHP_FUNCTION(curl_file_create) in PHP_FUNCTION() function
H A Dinterface.c1767 PHP_FUNCTION(curl_version) in PHP_FUNCTION() function
1950 PHP_FUNCTION(curl_init) in PHP_FUNCTION() function
2890 PHP_FUNCTION(curl_setopt) in PHP_FUNCTION() function
2966 PHP_FUNCTION(curl_exec) in PHP_FUNCTION() function
3023 PHP_FUNCTION(curl_getinfo) in PHP_FUNCTION() function
3231 PHP_FUNCTION(curl_error) in PHP_FUNCTION() function
3249 PHP_FUNCTION(curl_errno) in PHP_FUNCTION() function
3266 PHP_FUNCTION(curl_close) in PHP_FUNCTION() function
3469 PHP_FUNCTION(curl_reset) in PHP_FUNCTION() function
3495 PHP_FUNCTION(curl_escape) in PHP_FUNCTION() function
[all …]
H A Dmulti.c54 PHP_FUNCTION(curl_multi_init) in PHP_FUNCTION() function
73 PHP_FUNCTION(curl_multi_add_handle) in PHP_FUNCTION() function
130 PHP_FUNCTION(curl_multi_remove_handle) in PHP_FUNCTION() function
165 PHP_FUNCTION(curl_multi_select) in PHP_FUNCTION() function
198 PHP_FUNCTION(curl_multi_exec) in PHP_FUNCTION() function
236 PHP_FUNCTION(curl_multi_getcontent) in PHP_FUNCTION() function
261 PHP_FUNCTION(curl_multi_info_read) in PHP_FUNCTION() function
324 PHP_FUNCTION(curl_multi_close) in PHP_FUNCTION() function
365 PHP_FUNCTION(curl_multi_strerror) in PHP_FUNCTION() function
416 PHP_FUNCTION(curl_multi_setopt) in PHP_FUNCTION() function
H A Dphp_curl.h71 PHP_FUNCTION(curl_close);
73 PHP_FUNCTION(curl_errno);
74 PHP_FUNCTION(curl_error);
75 PHP_FUNCTION(curl_exec);
76 PHP_FUNCTION(curl_getinfo);
77 PHP_FUNCTION(curl_init);
78 PHP_FUNCTION(curl_setopt);
80 PHP_FUNCTION(curl_version);
101 PHP_FUNCTION(curl_reset);
105 PHP_FUNCTION(curl_escape);
[all …]
H A Dshare.c37 PHP_FUNCTION(curl_share_init) in PHP_FUNCTION() function
55 PHP_FUNCTION(curl_share_close) in PHP_FUNCTION() function
96 PHP_FUNCTION(curl_share_setopt) in PHP_FUNCTION() function
/PHP-5.5/ext/date/
H A Dphp_date.c1360 PHP_FUNCTION(date) in PHP_FUNCTION() function
1368 PHP_FUNCTION(gmdate) in PHP_FUNCTION() function
1376 PHP_FUNCTION(idate) in PHP_FUNCTION() function
1444 PHP_FUNCTION(strtotime) in PHP_FUNCTION() function
1596 PHP_FUNCTION(mktime) in PHP_FUNCTION() function
1604 PHP_FUNCTION(gmmktime) in PHP_FUNCTION() function
1724 PHP_FUNCTION(strftime) in PHP_FUNCTION() function
1741 PHP_FUNCTION(time) in PHP_FUNCTION() function
1796 PHP_FUNCTION(getdate) in PHP_FUNCTION() function
3183 PHP_FUNCTION(date_add) in PHP_FUNCTION() function
[all …]
H A Dphp_date.h30 PHP_FUNCTION(date);
31 PHP_FUNCTION(idate);
32 PHP_FUNCTION(gmdate);
33 PHP_FUNCTION(strtotime);
35 PHP_FUNCTION(mktime);
36 PHP_FUNCTION(gmmktime);
41 PHP_FUNCTION(strftime);
45 PHP_FUNCTION(time);
47 PHP_FUNCTION(getdate);
62 PHP_FUNCTION(date_add);
[all …]
/PHP-5.5/ext/dba/
H A Ddba.c957 PHP_FUNCTION(dba_popen) in PHP_FUNCTION() function
965 PHP_FUNCTION(dba_open) in PHP_FUNCTION() function
973 PHP_FUNCTION(dba_close) in PHP_FUNCTION() function
990 PHP_FUNCTION(dba_exists) in PHP_FUNCTION() function
1005 PHP_FUNCTION(dba_fetch) in PHP_FUNCTION() function
1100 PHP_FUNCTION(dba_nextkey) in PHP_FUNCTION() function
1125 PHP_FUNCTION(dba_delete) in PHP_FUNCTION() function
1144 PHP_FUNCTION(dba_insert) in PHP_FUNCTION() function
1153 PHP_FUNCTION(dba_replace) in PHP_FUNCTION() function
1184 PHP_FUNCTION(dba_sync) in PHP_FUNCTION() function
[all …]
H A Dphp_dba.h131 PHP_FUNCTION(dba_open);
132 PHP_FUNCTION(dba_popen);
133 PHP_FUNCTION(dba_close);
135 PHP_FUNCTION(dba_nextkey);
136 PHP_FUNCTION(dba_replace);
137 PHP_FUNCTION(dba_insert);
138 PHP_FUNCTION(dba_delete);
139 PHP_FUNCTION(dba_exists);
140 PHP_FUNCTION(dba_fetch);
142 PHP_FUNCTION(dba_sync);
[all …]

Completed in 104 milliseconds

12345678910>>...14