--- embedaddon/php/ext/standard/tests/array/array_multisort_variation2.phpt 2012/02/21 23:48:03 1.1.1.1 +++ embedaddon/php/ext/standard/tests/array/array_multisort_variation2.phpt 2012/05/29 12:34:44 1.1.1.2 @@ -2,7 +2,7 @@ Test array_multisort() function : usage variation --FILE-- @$unset_var, ); -// loop through each element of the array for SORT_REGULAR|SORT_NUMERIC|SORT_STRING]] +// loop through each element of the array for SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] foreach($inputs as $key =>$value) { echo "\n--$key--\n";