13 | | array( '59:61', false ), // Out of bound seconds for ii:ss. |
14 | | array( '61:59', false ), // Out of bound minutes for ii:ss. |
15 | | array( '3:59:61', false ), // Out of bound seconds for HH:ii:ss. |
16 | | array( '3:61:59', false ), // Out of bound minutes for HH:ii:ss. |
| 13 | array( '59:60', false ), // Out of bound seconds for ii:ss. |
| 14 | array( '60:59', false ), // Out of bound minutes for ii:ss. |
| 15 | array( '3:59:60', false ), // Out of bound seconds for HH:ii:ss. |
| 16 | array( '3:60:59', false ), // Out of bound minutes for HH:ii:ss. |