summaryrefslogtreecommitdiff
path: root/src/tests/sloppy_comparison_array_keys.phpt (unfollow)
AgeCommit message (Collapse)Author
2019-01-14Reorganize the testsuitejvoisin
Splitting the testsuite in several components makes it easier to manage and comprehend. This was also needed some some tests aren't passing on Alpine Linux, but we still want to run as many of them as we can on this platform.
2018-10-05Fix segfault array keyskkadosh
Many thanks to @xXx-caillou-xXx for finding the true root cause and fixing the issue ♥
2018-08-28Add array_search and array_keys hooks to kill sloppy comparisonsxXx-caillou-xXx
2018-08-27Enable strict mode for `in_array` with sloppy_comparisonxXx-caillou-xXx