summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_diff_uassoc_variation11.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_diff_uassoc_variation11.phpt')
-rw-r--r--ext/standard/tests/array/array_diff_uassoc_variation11.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_diff_uassoc_variation11.phpt b/ext/standard/tests/array/array_diff_uassoc_variation11.phpt
index 6101d6e300..8043b002bb 100644
--- a/ext/standard/tests/array/array_diff_uassoc_variation11.phpt
+++ b/ext/standard/tests/array/array_diff_uassoc_variation11.phpt
@@ -2,12 +2,6 @@
Test array_diff_uassoc() function : usage variation - Passing boolean indexed array
--FILE--
<?php
-/* Prototype : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)
- * Description: Computes the difference of arrays with additional index check which is performed by a
- * user supplied callback function
- * Source code: ext/standard/array.c
- */
-
echo "*** Testing array_diff_uassoc() : usage variation ***\n";
// Initialise function arguments not being substituted (if any)