diff options
Diffstat (limited to 'ext/standard/tests/array/array_intersect_key_variation5.phpt')
-rw-r--r-- | ext/standard/tests/array/array_intersect_key_variation5.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_intersect_key_variation5.phpt b/ext/standard/tests/array/array_intersect_key_variation5.phpt index d2b2541fc4..05788d7abb 100644 --- a/ext/standard/tests/array/array_intersect_key_variation5.phpt +++ b/ext/standard/tests/array/array_intersect_key_variation5.phpt @@ -2,11 +2,6 @@ Test array_intersect_key() function : usage variation - Passing float indexed array --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) |