summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_diff_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_diff_variation3.phpt')
-rw-r--r--ext/standard/tests/array/array_diff_variation3.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_diff_variation3.phpt b/ext/standard/tests/array/array_diff_variation3.phpt
index 073d6ca5c9..37b295b0bd 100644
--- a/ext/standard/tests/array/array_diff_variation3.phpt
+++ b/ext/standard/tests/array/array_diff_variation3.phpt
@@ -2,12 +2,6 @@
Test array_diff() function : usage variations - array with different data types as values
--FILE--
<?php
-/* Prototype : array array_diff(array $arr1, array $arr2 [, array ...])
- * Description: Returns the entries of $arr1 that have values which are not
- * present in any of the others arguments.
- * Source code: ext/standard/array.c
- */
-
/*
* Test how array_diff() compares indexed arrays containing different
* data types as values in place of $arr1