summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_fill_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_fill_variation5.phpt')
-rw-r--r--ext/standard/tests/array/array_fill_variation5.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_fill_variation5.phpt b/ext/standard/tests/array/array_fill_variation5.phpt
index 53e0fb5bec..f984a09675 100644
--- a/ext/standard/tests/array/array_fill_variation5.phpt
+++ b/ext/standard/tests/array/array_fill_variation5.phpt
@@ -2,11 +2,6 @@
Test array_fill() function : usage variations - different types of array values for 'val' argument
--FILE--
<?php
-/* Prototype : 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
- */
-
/*
* testing array_fill() by passing different types of array values for 'val' argument
*/