summaryrefslogtreecommitdiff
path: root/ext/spl/tests/arrayObject_ksort_basic1.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-2/+2
|
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|
* Use int instead of integer in type errorsGabriel Caruso2018-02-041-1/+1
| | | | | | | 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-1/+1
|
* Implemented FR #62840 (Add sort flag to ArrayObject::ksort)Xinchen Hui2012-08-211-4/+22
|
* Committing for Robin FernandesZoe Slattery2008-10-171-0/+49