summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/ksort_variation2.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Remove zpp variation testsNikita Popov2019-02-051-307/+0
|
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
|
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|
* Use int instead of integer in type errorsGabriel Caruso2018-02-041-8/+8
| | | | | | | PHP requires integer typehints to be written "int" and does not allow "integer" as an alias. This changes type error messages to match the actual type name and avoids confusing messages like "must be of the type integer, integer given".
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-8/+8
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functionsArpad Ray2011-08-291-2/+2
|
* New testcases for ksort() functionRaghubansh Kumar2007-11-121-0/+307