diff options
Diffstat (limited to 'ext/standard/tests/array/array_fill_basic.phpt')
-rw-r--r-- | ext/standard/tests/array/array_fill_basic.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_fill_basic.phpt b/ext/standard/tests/array/array_fill_basic.phpt index 5575cee6d6..a613f5a2c3 100644 --- a/ext/standard/tests/array/array_fill_basic.phpt +++ b/ext/standard/tests/array/array_fill_basic.phpt @@ -2,11 +2,6 @@ Test array_fill() function : basic functionality --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() : basic functionality ***\n"; // calling the array_fill with all possible valid values for 'val' argument |