<?php $time = "00:01:00";$mult = "25"; var_dump(date("d/m/Y H:i:s", strtotime("00:01:00") * $mult));
Standard input is empty
string(19) "27/06/3159 00:25:00"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!