Lines Matching refs:PHP_FUNCTION

31 PHP_FUNCTION(date);
32 PHP_FUNCTION(idate);
33 PHP_FUNCTION(gmdate);
34 PHP_FUNCTION(strtotime);
36 PHP_FUNCTION(mktime);
37 PHP_FUNCTION(gmmktime);
39 PHP_FUNCTION(checkdate);
40 PHP_FUNCTION(strftime);
41 PHP_FUNCTION(gmstrftime);
42 PHP_FUNCTION(time);
43 PHP_FUNCTION(localtime);
44 PHP_FUNCTION(getdate);
51 PHP_FUNCTION(date_create);
52 PHP_FUNCTION(date_create_immutable);
53 PHP_FUNCTION(date_create_from_format);
54 PHP_FUNCTION(date_create_immutable_from_format);
55 PHP_FUNCTION(date_parse);
56 PHP_FUNCTION(date_parse_from_format);
57 PHP_FUNCTION(date_get_last_errors);
58 PHP_FUNCTION(date_format);
59 PHP_FUNCTION(date_modify);
60 PHP_FUNCTION(date_add);
61 PHP_FUNCTION(date_sub);
62 PHP_FUNCTION(date_timezone_get);
63 PHP_FUNCTION(date_timezone_set);
64 PHP_FUNCTION(date_offset_get);
65 PHP_FUNCTION(date_diff);
67 PHP_FUNCTION(date_time_set);
68 PHP_FUNCTION(date_date_set);
69 PHP_FUNCTION(date_isodate_set);
70 PHP_FUNCTION(date_timestamp_set);
71 PHP_FUNCTION(date_timestamp_get);
88 PHP_FUNCTION(timezone_open);
89 PHP_FUNCTION(timezone_name_get);
90 PHP_FUNCTION(timezone_name_from_abbr);
91 PHP_FUNCTION(timezone_offset_get);
92 PHP_FUNCTION(timezone_transitions_get);
93 PHP_FUNCTION(timezone_location_get);
94 PHP_FUNCTION(timezone_identifiers_list);
95 PHP_FUNCTION(timezone_abbreviations_list);
96 PHP_FUNCTION(timezone_version_get);
101 PHP_FUNCTION(date_interval_format);
102 PHP_FUNCTION(date_interval_create_from_date_string);
113 PHP_FUNCTION(date_default_timezone_set);
114 PHP_FUNCTION(date_default_timezone_get);
117 PHP_FUNCTION(date_sunrise);
118 PHP_FUNCTION(date_sunset);
119 PHP_FUNCTION(date_sun_info);