summaryrefslogtreecommitdiff
path: root/ext/spl/tests/array_006.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
| | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it.
* Remove executable permission on phptXinchen Hui2012-10-101-0/+0
|
* Drop SKIPIF check for ext/spl.Sebastian Bergmann2008-05-241-2/+0
|
* - Fix testsJani Taskinen2007-11-021-1/+1
| | | | | - Update README.PARAMETER_PARSING_API
* Fix several issuesMarcus Boerger2004-04-251-0/+32
- bugfix #27063 - bugfix #27929 - bugfix #28099 - bugfix #28125 # The amount of code is needed to solve the return by reference problem. # dual_it and derived also need their own iterator handlers to be able # to return by reference.