diff options
Diffstat (limited to 'ext/standard/tests/array/array_intersect_error.phpt')
-rw-r--r-- | ext/standard/tests/array/array_intersect_error.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_intersect_error.phpt b/ext/standard/tests/array/array_intersect_error.phpt index 81be2634db..5ddfaa42f0 100644 --- a/ext/standard/tests/array/array_intersect_error.phpt +++ b/ext/standard/tests/array/array_intersect_error.phpt @@ -2,11 +2,6 @@ Test array_intersect() function : error conditions --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 -*/ - echo "*** Testing array_intersect() : error conditions ***\n"; // Testing array_intersect() with zero arguments |