Skip to content

Warning: mktime() expects at most 6 parameters, 7 given #67

@vaidiep

Description

@vaidiep

When using the mktime() function from Safe without parameters, we get this warning :

Warning: mktime() expects at most 6 parameters, 7 given

The reason is that the parameter 7 "is_dst" has been removed in PHP 7.0.0.
(cf. http://php.net/manual/en/function.mktime.php)

warning__mktime___expects_at_most_6_parameters__7_given__500_internal_server_error_

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions