diff options
Diffstat (limited to 'ext/standard/tests/array/array_diff_uassoc_variation5.phpt')
-rw-r--r-- | ext/standard/tests/array/array_diff_uassoc_variation5.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_diff_uassoc_variation5.phpt b/ext/standard/tests/array/array_diff_uassoc_variation5.phpt index 81f173c72b..d2500113de 100644 --- a/ext/standard/tests/array/array_diff_uassoc_variation5.phpt +++ b/ext/standard/tests/array/array_diff_uassoc_variation5.phpt @@ -2,12 +2,6 @@ Test array_diff_uassoc() function : usage variation - Comparing integers and floating point numbers --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"; //Initialize variables |