summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/bug43495.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Convert Errors to ValueErrorsGeorge Peter Banyard2019-12-051-4/+0
| | | | Closes GH-4930
* Promote warnings to errors in array_merge(_recursive)() and array_replace()George Peter Banyard2019-08-291-5/+12
|
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|
* - killed off UEXPECTSteph Fox2008-05-261-1/+1
| | | | | - could someone please fix var_export2.phpt? NUL is corrupted, can't fix here
* Fixed testDmitry Stogov2007-12-131-0/+4
|
* MFB: Fixed bug #43495 (array_merge_recursive() crashes with recursiveIlia Alshanetsky2007-12-051-0/+17
arrays)