diff options
Diffstat (limited to 'ext/standard/tests/array/array_intersect_variation9.phpt')
-rw-r--r-- | ext/standard/tests/array/array_intersect_variation9.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_intersect_variation9.phpt b/ext/standard/tests/array/array_intersect_variation9.phpt index d66d9c682b..c73b0f3dc9 100644 --- a/ext/standard/tests/array/array_intersect_variation9.phpt +++ b/ext/standard/tests/array/array_intersect_variation9.phpt @@ -2,11 +2,6 @@ Test array_intersect() function : usage variations - two dimensional arrays for $arr1 and $arr2 arguments(Bug#43109) --FILE-- <?php -/* Prototype : array array_intersect(array $arr1, array $arr2 [, array $...]) - * Description: Returns the entries of arr1 that have values which are present in all the other arguments - * Source code: ext/standard/array.c -*/ - /* * Testing the behavior of array_intersect() by passing 2-D arrays * to both $arr1 and $arr2 argument. |