summaryrefslogtreecommitdiff
path: root/ext/spl/tests/spl_005.phpt
Commit message (Collapse)AuthorAgeFilesLines
* More zpp error/variation test removalsNikita Popov2019-03-061-21/+0
| | | | | Some of these tests also check non-zpp conditions -- however, there is always some other test that also checks those error conditions.
* 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".
* Remove executable permission on phptXinchen Hui2012-10-101-0/+0
|
* Drop SKIPIF check for ext/spl.Sebastian Bergmann2008-05-241-2/+0
|
* - MFH Add spl_object_hash()Marcus Boerger2006-07-091-0/+23