diff options
Diffstat (limited to 'ext/standard/tests/array/array_key_exists.phpt')
-rw-r--r-- | ext/standard/tests/array/array_key_exists.phpt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/standard/tests/array/array_key_exists.phpt b/ext/standard/tests/array/array_key_exists.phpt index cd68e33515..3e0e5ffaaa 100644 --- a/ext/standard/tests/array/array_key_exists.phpt +++ b/ext/standard/tests/array/array_key_exists.phpt @@ -2,14 +2,6 @@ Test array_key_exists() function --FILE-- <?php -/* Prototype: - * bool array_key_exists ( mixed $key, array $search ); - * Description: - * Returns TRUE if the given key is set in the array. - * key can be any value possible for an array index. - * Also also works on objects. - */ - echo "*** Testing basic functionalities ***\n"; /* Arrays with regular values */ $search_arrays = array( |