summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/current_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/current_variation5.phpt')
-rw-r--r--ext/standard/tests/array/current_variation5.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/current_variation5.phpt b/ext/standard/tests/array/current_variation5.phpt
index 7458de07f7..4270618db3 100644
--- a/ext/standard/tests/array/current_variation5.phpt
+++ b/ext/standard/tests/array/current_variation5.phpt
@@ -2,12 +2,6 @@
Test current() function : usage variations - reference & normal parameters
--FILE--
<?php
-/* Prototype : mixed current(array $array_arg)
- * Description: Return the element currently pointed to by the internal array pointer
- * Source code: ext/standard/array.c
- * Alias to functions: pos
- */
-
echo "*** Testing current() : usage variations ***\n";
echo "\n-- Function: reference parameter --\n";