summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_fill_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_fill_error.phpt')
-rw-r--r--ext/standard/tests/array/array_fill_error.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_fill_error.phpt b/ext/standard/tests/array/array_fill_error.phpt
index f205647f51..d769298eab 100644
--- a/ext/standard/tests/array/array_fill_error.phpt
+++ b/ext/standard/tests/array/array_fill_error.phpt
@@ -2,12 +2,6 @@
Test array_fill() function : error conditions
--FILE--
<?php
-/* Prototype : proto array array_fill(int start_key, int num, mixed val)
- * Description: Create an array containing num elements starting with index start_key each initialized to val
- * Source code: ext/standard/array.c
-*/
-
-
echo "*** Testing array_fill() : error conditions ***\n";
// calling array_fill with negative values for 'num' parameter