Lines Matching refs:PHPAPI
132 PHPAPI time_t php_time(void);
135 PHPAPI zend_long php_parse_date(const char *string, zend_long *now);
136 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, bool gmt);
137 PHPAPI int php_idate(char format, time_t ts, bool localtime);
141 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, bool gm);
142 PHPAPI zend_string *php_format_date(const char *format, size_t format_len, time_t ts, bool localtim…
143 PHPAPI zend_string *php_format_date_obj(const char *format, size_t format_len, php_date_obj *date_o…
146 PHPAPI void php_date_set_tzdb(timelib_tzdb *tzdb);
147 PHPAPI timelib_tzinfo *get_timezone_info(void);
150 PHPAPI zend_class_entry *php_date_get_date_ce(void);
151 PHPAPI zend_class_entry *php_date_get_immutable_ce(void);
152 PHPAPI zend_class_entry *php_date_get_interface_ce(void);
153 PHPAPI zend_class_entry *php_date_get_timezone_ce(void);
154 PHPAPI zend_class_entry *php_date_get_interval_ce(void);
155 PHPAPI zend_class_entry *php_date_get_period_ce(void);
161 PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object);
162 PHPAPI bool php_date_initialize(php_date_obj *dateobj, const char *time_str, size_t time_str_len, c…
163 PHPAPI void php_date_initialize_from_ts_long(php_date_obj *dateobj, zend_long sec, int usec);
164 PHPAPI bool php_date_initialize_from_ts_double(php_date_obj *dateobj, double ts);