diff options
Diffstat (limited to 'ext/standard/tests/array/array_unshift_basic2.phpt')
-rw-r--r-- | ext/standard/tests/array/array_unshift_basic2.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_unshift_basic2.phpt b/ext/standard/tests/array/array_unshift_basic2.phpt index 6c4af71b29..7c19dcda41 100644 --- a/ext/standard/tests/array/array_unshift_basic2.phpt +++ b/ext/standard/tests/array/array_unshift_basic2.phpt @@ -2,11 +2,6 @@ Test array_unshift() function : basic functionality - associative arrays for 'array' argument --FILE-- <?php -/* Prototype : int array_unshift(array $array, mixed $var [, mixed ...]) - * Description: Pushes elements onto the beginning of the array - * Source code: ext/standard/array.c -*/ - /* * Testing array_unshift() by giving associative arrays for $array argument */ |