summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_key_exists.phpt
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-06-24 11:34:14 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-06-24 13:13:44 +0200
commitb5c7a83dcab670a5ac6070ac3774a5d221fd5ecc (patch)
treef8ed9902f65b0b31656703d33100427ad9d077ba /ext/standard/tests/array/array_key_exists.phpt
parent187d7f05c2529779006840e34cbd9de4faabb229 (diff)
downloadphp-git-b5c7a83dcab670a5ac6070ac3774a5d221fd5ecc.tar.gz
Remove unnecessary PHPDoc-alike blocks from tests
Closes GH-5759
Diffstat (limited to 'ext/standard/tests/array/array_key_exists.phpt')
-rw-r--r--ext/standard/tests/array/array_key_exists.phpt8
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(