diff options
Diffstat (limited to 'ext/standard/tests/array/005.phpt')
-rw-r--r-- | ext/standard/tests/array/005.phpt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/tests/array/005.phpt b/ext/standard/tests/array/005.phpt index ed9f0458c4..29deed8a12 100644 --- a/ext/standard/tests/array/005.phpt +++ b/ext/standard/tests/array/005.phpt @@ -2,10 +2,6 @@ Test array_shift() function --FILE-- <?php -/* Prototype: mixed array_shift( array &array ); - * Description: Shifts the first value of the array off and returns it. - */ - array_shift($GLOBALS); $empty_array = array(); |