-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Description
Message
30 Undefined variable: $minutes
30 Undefined variable: $seconds
31 Undefined variable: $minutes
31 Undefined variable: $minutes Code
sscanf($time, '%d:%d:%d', $hours, $minutes, $seconds);
$seconds = isset($seconds) ? $hours * 3600 + $minutes * 60 + $seconds : $hours * 60 + $minutes;Those values are created with references in method.
See sscanf doc
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels