<?php $a = ['хуй', 'пизда', 1, -1];sort($a, SORT_NUMERIC);echo implode(', ', $a), PHP_EOL;
Standard input is empty
-1, хуй, пизда, 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!