diff options
Diffstat (limited to 'ext/standard/tests/array/array_push_variation6.phpt')
-rw-r--r-- | ext/standard/tests/array/array_push_variation6.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_push_variation6.phpt b/ext/standard/tests/array/array_push_variation6.phpt index 97b9aff140..b8cce79821 100644 --- a/ext/standard/tests/array/array_push_variation6.phpt +++ b/ext/standard/tests/array/array_push_variation6.phpt @@ -2,11 +2,6 @@ Test array_push() function : usage variations - array keys are different data types --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 - */ - /* * Pass array_push arrays where the keys are different data types. */ |