summaryrefslogtreecommitdiff
path: root/ext/date/php_date.h
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-06-19 12:39:51 +0200
committerJoe Watkins <krakjoe@php.net>2019-06-19 12:39:51 +0200
commit599b94ff14e9de2acd871b7db17e70e6c84dbe2b (patch)
tree940dfa4d31b5248742322ac3a98070175c816584 /ext/date/php_date.h
parent65067dff01fc3a46861ddfe0fe6d3e556460c146 (diff)
downloadphp-git-599b94ff14e9de2acd871b7db17e70e6c84dbe2b.tar.gz
export php_time
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r--ext/date/php_date.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h
index 8abfa5f464..999233c4ae 100644
--- a/ext/date/php_date.h
+++ b/ext/date/php_date.h
@@ -205,6 +205,8 @@ ZEND_END_MODULE_GLOBALS(date)
#define DATEG(v) ZEND_MODULE_GLOBALS_ACCESSOR(date, v)
+PHPAPI time_t php_time();
+
/* Backwards compatibility wrapper */
PHPAPI zend_long php_parse_date(char *string, zend_long *now);
PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt);