diff options
Diffstat (limited to 'ext/standard/tests/array/array_intersect_uassoc_variation2.phpt')
-rw-r--r-- | ext/standard/tests/array/array_intersect_uassoc_variation2.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_intersect_uassoc_variation2.phpt b/ext/standard/tests/array/array_intersect_uassoc_variation2.phpt index 3c3781ef27..245fa437c0 100644 --- a/ext/standard/tests/array/array_intersect_uassoc_variation2.phpt +++ b/ext/standard/tests/array/array_intersect_uassoc_variation2.phpt @@ -2,11 +2,6 @@ Test array_intersect_uassoc() function : usage variation - Passing unexpected values to second argument --FILE-- <?php -/* Prototype : array array_intersect_uassoc(array arr1, array arr2 [, array ...], callback key_compare_func) - * Description: Computes the intersection of arrays with additional index check, compares indexes by a callback function - * Source code: ext/standard/array.c - */ - echo "*** Testing array_intersect_uassoc() : usage variation ***\n"; // Initialise function arguments |