Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ext/intl/common/common_date.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err)
}
}
} else {
/* TODO: try with cast(), get() to obtain a number */
intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR,
"invalid object type for date/time "
"(only IntlCalendar and DateTimeInterface permitted)");
Expand Down