diff options
Diffstat (limited to 'ext/standard/tests/array/array_intersect_uassoc_variation7.phpt')
-rw-r--r-- | ext/standard/tests/array/array_intersect_uassoc_variation7.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_intersect_uassoc_variation7.phpt b/ext/standard/tests/array/array_intersect_uassoc_variation7.phpt index eec2dc1f93..7fdf7d0550 100644 --- a/ext/standard/tests/array/array_intersect_uassoc_variation7.phpt +++ b/ext/standard/tests/array/array_intersect_uassoc_variation7.phpt @@ -2,11 +2,6 @@ Test array_intersect_uassoc() function : usage variation - Intersection of strings containing integers, float --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"; //Initialize variables |