diff options
author | Antony Dovgal <tony2001@php.net> | 2006-09-28 22:02:04 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-09-28 22:02:04 +0000 |
commit | 8c09e1ca40216e53186a0b8e5020a0b2b6e98ce8 (patch) | |
tree | d4b02aae9c8159361163432eb36ea08cf61baa12 /ext/standard | |
parent | 26cff956c4ea5d203b94ba791fa43a26baace953 (diff) | |
download | php-git-8c09e1ca40216e53186a0b8e5020a0b2b6e98ce8.tar.gz |
fix test name
Diffstat (limited to 'ext/standard')
-rw-r--r-- | ext/standard/tests/array/bug30833.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/bug30833.phpt b/ext/standard/tests/array/bug30833.phpt index ecf5f1f527..728a659d8f 100644 --- a/ext/standard/tests/array/bug30833.phpt +++ b/ext/standard/tests/array/bug30833.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #30833 (array_count_values() modifying input array) +Bug #30833 (array_count_values() modifies input array) --FILE-- <?php |