diff options
Diffstat (limited to 'ext/standard/tests/array/key_variation2.phpt')
| -rw-r--r-- | ext/standard/tests/array/key_variation2.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/array/key_variation2.phpt b/ext/standard/tests/array/key_variation2.phpt index c34a1154c7..cf7ca37531 100644 --- a/ext/standard/tests/array/key_variation2.phpt +++ b/ext/standard/tests/array/key_variation2.phpt @@ -3,7 +3,7 @@ Test key() function : usage variations --FILE-- <?php /* Prototype : mixed key(array $array_arg) - * Description: Return the key of the element currently pointed to by the internal array pointer + * Description: Return the key of the element currently pointed to by the internal array pointer * Source code: ext/standard/array.c */ @@ -48,7 +48,7 @@ $inputs = array( // null data /*4*/ 'null uppercase' => array( NULL => 'null 1', - ), + ), /*5*/ 'null lowercase' => array( null => 'null 2', |
