Skip to content

Commit 22516b7

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
2 parents 9dfbcd7 + f53b826 commit 22516b7

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
@@ -2930,7 +2930,7 @@ static int php_date_initialize_from_hash(php_date_obj **dateobj, HashTable *myht
29302930
zval tmp_obj;
29312931
timelib_tzinfo *tzi;
29322932

2933-
z_date = zend_hash_str_find(myht, "date", sizeof("data")-1);
2933+
z_date = zend_hash_str_find(myht, "date", sizeof("date")-1);
29342934
if (z_date && Z_TYPE_P(z_date) == IS_STRING) {
29352935
zval *z_timezone_type = zend_hash_str_find(myht, "timezone_type", sizeof("timezone_type")-1);
29362936
if (z_timezone_type && Z_TYPE_P(z_timezone_type) == IS_LONG) {

0 commit comments

Comments
 (0)