summaryrefslogtreecommitdiff
path: root/ext/spl/tests/array_008.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.
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| |
* | - Removed allow_call_time_pass_reference (Pierrick)Felipe Pena2010-04-261-29/+0
|/
* Drop SKIPIF check for ext/spl.Sebastian Bergmann2008-05-241-2/+0
|
* - Fix testsJani Taskinen2007-11-141-1/+1
|
* - Fix testsJani Taskinen2007-11-021-1/+1
| | | | | - Update README.PARAMETER_PARSING_API
* Fix several issuesMarcus Boerger2004-04-251-0/+62
- 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.