diff options
Diffstat (limited to 'ext/standard/tests/array/array_push.phpt')
-rw-r--r-- | ext/standard/tests/array/array_push.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_push.phpt b/ext/standard/tests/array/array_push.phpt index 78076b8fc4..67a2f2019b 100644 --- a/ext/standard/tests/array/array_push.phpt +++ b/ext/standard/tests/array/array_push.phpt @@ -3,11 +3,6 @@ Test array_push() function --FILE-- <?php -/* Prototype: int array_push( array &array ); - * Description: Push one or more elements onto the end of array - and returns the new number of elements in the array. - */ - $empty_array = array(); $number = 5; $str = "abc"; |