diff options
Diffstat (limited to 'ext/standard/datetime.c')
| -rw-r--r-- | ext/standard/datetime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/datetime.c b/ext/standard/datetime.c index 4993d25d46..c902afbc00 100644 --- a/ext/standard/datetime.c +++ b/ext/standard/datetime.c @@ -80,7 +80,7 @@ PHP_FUNCTION(time) void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gm) { pval **arguments[7]; - struct tm *ta, tmbuf, *t1, *t2; + struct tm *ta, tmbuf; time_t t, seconds; int i, gmadjust, arg_count = ZEND_NUM_ARGS(); int is_dst = -1, val, chgsecs = 0; |
