summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_rand_basic2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_rand_basic2.phpt')
-rw-r--r--ext/standard/tests/array/array_rand_basic2.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/array_rand_basic2.phpt b/ext/standard/tests/array/array_rand_basic2.phpt
index 15eacc90e6..747cb5628f 100644
--- a/ext/standard/tests/array/array_rand_basic2.phpt
+++ b/ext/standard/tests/array/array_rand_basic2.phpt
@@ -2,11 +2,6 @@
Test array_rand() function : basic functionality - with associative array for 'input' argument
--FILE--
<?php
-/* Prototype : mixed array_rand(array $input [, int $num_req])
- * Description: Return key/keys for random entry/entries in the array
- * Source code: ext/standard/array.c
-*/
-
/*
* Test array_rand() when associative array is passed to 'input' argument
*/