summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/count_recursive.phpt
Commit message (Expand)AuthorAgeFilesLines
* Promote count() warning to TypeErrorGeorge Peter Banyard2020-09-211-55/+0
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-9/+9
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-241-4/+0
* Reindent phpt filesNikita Popov2020-02-031-2/+2
* Add ValueError for invalid mode in count()George Peter Banyard2020-01-231-20/+8
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* Adjust tests for zpp TypeError changeNikita Popov2019-03-111-26/+0
* Remove bareword fallback for constantsNikita Popov2019-01-311-3/+1
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
* Use int instead of integer in type errorsGabriel Caruso2018-02-041-3/+3
* Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-041-8/+6
* Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecationRowan Collins2017-03-231-1/+1
* Add expectations for invalid count() warningsCraig Duncan2016-11-171-0/+18
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-3/+3
* fixing incorrect --CLEAN-- sectionsZoe Slattery2009-04-161-1/+0
* - Fix testsJani Taskinen2007-11-021-14/+198
* removed unused sectionsMarcus Boerger2002-11-161-2/+0
* Added tests for pow()'ing with broken exponents and some additional testSander Roobol2002-03-211-1/+10
* - Fix bug introduced in earlier patchDerick Rethans2002-01-091-0/+8
* - Added test for recursive countingDerick Rethans2001-12-291-0/+37