diff options
Diffstat (limited to 'ext/standard/tests/array/array_push_basic.phpt')
-rw-r--r-- | ext/standard/tests/array/array_push_basic.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_push_basic.phpt b/ext/standard/tests/array/array_push_basic.phpt index 697eaccaf2..c0d66b7034 100644 --- a/ext/standard/tests/array/array_push_basic.phpt +++ b/ext/standard/tests/array/array_push_basic.phpt @@ -2,11 +2,6 @@ Test array_push() function : basic functionality --FILE-- <?php -/* Prototype : int array_push(array $stack, mixed $var [, mixed $...]) - * Description: Pushes elements onto the end of the array - * Source code: ext/standard/array.c - */ - /* * Test basic functionality of array_push with indexed and associative arrays */ |