<?php$time1 = strtotime('23:56');$time2 = strtotime('00:21'); echo "$time1\n$time2\n";echo ($time1 - $time2)/60;?>
Standard input is empty
1355097360 1355012460 1415
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!