summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_intersect_ukey_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_intersect_ukey_variation5.phpt')
-rw-r--r--ext/standard/tests/array/array_intersect_ukey_variation5.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_intersect_ukey_variation5.phpt b/ext/standard/tests/array/array_intersect_ukey_variation5.phpt
index 9f260b70ef..1839e7b4ba 100644
--- a/ext/standard/tests/array/array_intersect_ukey_variation5.phpt
+++ b/ext/standard/tests/array/array_intersect_ukey_variation5.phpt
@@ -2,11 +2,6 @@
Test array_intersect_ukey() function : usage variation - Intersection of integers with floats and strings.
--FILE--
<?php
-/* Prototype : array array_intersect_ukey(array arr1, array arr2 [, array ...], callback key_compare_func)
- * Description: Computes the intersection of arrays using a callback function on the keys for comparison.
- * Source code: ext/standard/array.c
- */
-
echo "*** Testing array_intersect_ukey() : usage variation ***\n";
//Initialize variables