summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_diff_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_diff_variation2.phpt')
-rw-r--r--ext/standard/tests/array/array_diff_variation2.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_diff_variation2.phpt b/ext/standard/tests/array/array_diff_variation2.phpt
index 9dc1c737bd..95898e437d 100644
--- a/ext/standard/tests/array/array_diff_variation2.phpt
+++ b/ext/standard/tests/array/array_diff_variation2.phpt
@@ -2,12 +2,6 @@
Test array_diff() function : usage variations - unexpected values for 'arr2' argument
--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 array_diff by passing non array values in place of $arr2
*/