diff options
Diffstat (limited to 'ext/standard/tests/array/array_intersect_key_variation2.phpt')
-rw-r--r-- | ext/standard/tests/array/array_intersect_key_variation2.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_intersect_key_variation2.phpt b/ext/standard/tests/array/array_intersect_key_variation2.phpt index a494f81fc6..d8b98c5fa7 100644 --- a/ext/standard/tests/array/array_intersect_key_variation2.phpt +++ b/ext/standard/tests/array/array_intersect_key_variation2.phpt @@ -2,11 +2,6 @@ Test array_intersect_key() function : usage variation - Passing unexpected values to second argument --FILE-- <?php -/* Prototype : array array_intersect_key(array arr1, array arr2 [, array ...]) - * Description: Returns the entries of arr1 that have keys which are present in all the other arguments. - * Source code: ext/standard/array.c - */ - echo "*** Testing array_intersect_key() : usage variation ***\n"; // Initialise function arguments not being substituted (if any) |