mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
remove unused var
This commit is contained in:
+1
-1
@@ -1441,7 +1441,7 @@ PHPAPI zend_long php_parse_date(char *string, zend_long *now)
|
||||
Convert string representation of date and time to a timestamp */
|
||||
PHP_FUNCTION(strtotime)
|
||||
{
|
||||
char *times, *initial_ts;
|
||||
char *times;
|
||||
size_t time_len;
|
||||
int error1, error2;
|
||||
struct timelib_error_container *error;
|
||||
|
||||
Reference in New Issue
Block a user