<?php$a = ["09:00:00", "03:23:43", "05:35:52", "00:03:45", "10:43:34", "01:45:34"];sort($a);echo implode("\n", $a);
Standard input is empty
00:03:45 01:45:34 03:23:43 05:35:52 09:00:00 10:43:34
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!