summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_diff_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_diff_error.phpt')
-rw-r--r--ext/standard/tests/array/array_diff_error.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_diff_error.phpt b/ext/standard/tests/array/array_diff_error.phpt
index 889c5ce1b2..81481fd207 100644
--- a/ext/standard/tests/array/array_diff_error.phpt
+++ b/ext/standard/tests/array/array_diff_error.phpt
@@ -2,12 +2,6 @@
Test array_diff() function : error conditions - too few arguments passed to function
--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 with less than the expected number of arguments
*/