diff options
Diffstat (limited to 'ext/standard/tests/array/array_intersect_variation3.phpt')
-rw-r--r-- | ext/standard/tests/array/array_intersect_variation3.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_intersect_variation3.phpt b/ext/standard/tests/array/array_intersect_variation3.phpt index de831a903e..1f3258ae83 100644 --- a/ext/standard/tests/array/array_intersect_variation3.phpt +++ b/ext/standard/tests/array/array_intersect_variation3.phpt @@ -2,11 +2,6 @@ Test array_intersect() function : usage variations - different arrays for 'arr1' argument --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 -*/ - /* * Passing different types of arrays to $arr1 argument and testing whether * array_intersect() behaves in expected way with the other arguments passed to the function |