Lines Matching refs:PHPAPI
115 PHPAPI time_t php_time(void);
118 PHPAPI zend_long php_parse_date(const char *string, zend_long *now);
119 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, bool gmt);
120 PHPAPI int php_idate(char format, time_t ts, bool localtime);
124 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, bool gm);
125 PHPAPI zend_string *php_format_date(const char *format, size_t format_len, time_t ts, bool localtim…
128 PHPAPI void php_date_set_tzdb(timelib_tzdb *tzdb);
129 PHPAPI timelib_tzinfo *get_timezone_info(void);
132 PHPAPI zend_class_entry *php_date_get_date_ce(void);
133 PHPAPI zend_class_entry *php_date_get_immutable_ce(void);
134 PHPAPI zend_class_entry *php_date_get_interface_ce(void);
135 PHPAPI zend_class_entry *php_date_get_timezone_ce(void);
136 PHPAPI zend_class_entry *php_date_get_interval_ce(void);
137 PHPAPI zend_class_entry *php_date_get_period_ce(void);
143 PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object);
144 PHPAPI bool php_date_initialize(php_date_obj *dateobj, const char *time_str, size_t time_str_len, c…