Skip to content

Commit f53b826

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
2 parents 85b0019 + e3255a4 commit f53b826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/date/php_date.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2923,7 +2923,7 @@ static int php_date_initialize_from_hash(php_date_obj **dateobj, HashTable *myht
29232923
zval tmp_obj;
29242924
timelib_tzinfo *tzi;
29252925

2926-
z_date = zend_hash_str_find(myht, "date", sizeof("data")-1);
2926+
z_date = zend_hash_str_find(myht, "date", sizeof("date")-1);
29272927
if (z_date && Z_TYPE_P(z_date) == IS_STRING) {
29282928
zval *z_timezone_type = zend_hash_str_find(myht, "timezone_type", sizeof("timezone_type")-1);
29292929
if (z_timezone_type && Z_TYPE_P(z_timezone_type) == IS_LONG) {

0 commit comments

Comments
 (0)