summaryrefslogtreecommitdiff
path: root/ext/standard/datetime.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/datetime.h')
-rw-r--r--ext/standard/datetime.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h
index 5c125ccfb8..70a29a9173 100644
--- a/ext/standard/datetime.h
+++ b/ext/standard/datetime.h
@@ -22,16 +22,10 @@
#ifndef DATETIME_H
#define DATETIME_H
-PHP_FUNCTION(time);
-PHP_FUNCTION(idate);
-PHP_FUNCTION(localtime);
-PHP_FUNCTION(getdate);
-PHP_FUNCTION(checkdate);
#if HAVE_STRPTIME
PHP_FUNCTION(strptime);
#endif
-PHPAPI int php_idate(char format, int timestamp, int gm);
PHPAPI char *php_std_date(time_t t TSRMLS_DC);
#endif /* DATETIME_H */