summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_diff_key.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.
* Fixed testsDmitry Stogov2006-11-091-4/+4
|
* Fixed testsIlia Alshanetsky2006-11-071-11/+11
|
* add array_:Andrey Hristov2004-07-211-0/+250
intersect_key() intersect_ukey() diff_key() diff_ukey() The first two by a patch of Cristiano Duarte. The second two were implemented in almost the same way except one small difference.