<?php $a = [1,22,10,100];sort($a);echo implode(', ', $a), PHP_EOL;
Standard input is empty
1, 10, 22, 100
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!