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