summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_unshift_empty.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_unshift_empty.phpt')
-rw-r--r--ext/standard/tests/array/array_unshift_empty.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_unshift_empty.phpt b/ext/standard/tests/array/array_unshift_empty.phpt
index fde05c5d75..43bad5b315 100644
--- a/ext/standard/tests/array/array_unshift_empty.phpt
+++ b/ext/standard/tests/array/array_unshift_empty.phpt
@@ -2,11 +2,6 @@
Test array_unshift() function : prepend array with empty set
--FILE--
<?php
-/* Prototype : int array_unshift(array $array[, mixed ...])
- * Description: Pushes elements onto the beginning of the array
- * Source code: ext/standard/array.c
-*/
-
$array = [1,2,3];
$values = [];