summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_reverse_variation4.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-241-5/+0
| | | | Closes GH-5759
* Convert some notices to warningsNikita Popov2019-10-021-2/+2
| | | | Part of https://wiki.php.net/rfc/engine_warnings.
* Convert "Illegal offset type" warnings to exceptionsNikita Popov2019-09-271-6/+2
|
* Handle resources used as array keys consistentlyNikita Popov2019-09-271-8/+20
| | | | | | | | Resources used as array keys are generally handled by throwing a notice and converting the resource to the resource handle. The only exception is the [$resource => null] syntax, where this was treated as an illegal offset type instead. However, this also only happened for VM evaluations, the AST evaluator did handle resources correctly.
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
|
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-2/+2
|
* New testcases for array_reverse() functionRaghubansh Kumar2007-10-151-0/+377