<?php function cmp ($a, $b) { } $terms = ['123a', '123z', '123b',]; $num = 3;$thing=3;
Standard input is empty
Array ( [0] => 123a [1] => 123z [2] => 123b )
PHP Warning: Use of undefined constant cmp - assumed 'cmp' (this will throw an Error in a future version of PHP) in /home/iOG7BP/prog.php on line 9 PHP Warning: usort() expects parameter 2 to be a valid callback, array must have exactly two members in /home/iOG7BP/prog.php on line 9