diff options
| author | Antony Dovgal <tony2001@php.net> | 2006-12-05 23:03:19 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2006-12-05 23:03:19 +0000 |
| commit | 9ce985bbae97b8bb6850577c155b31b3a966a770 (patch) | |
| tree | 91ddeeab159fcbbd5f6018f9878cbf1a99187c0f /ext | |
| parent | 7fd9e4fce91b0849fd539e7a900384e975497a37 (diff) | |
| download | php-git-9ce985bbae97b8bb6850577c155b31b3a966a770.tar.gz | |
cosmetic improvements
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/standard/tests/array/bug33382.phpt | 2 | ||||
| -rw-r--r-- | ext/standard/tests/array/bug36975.phpt | 2 | ||||
| -rw-r--r-- | ext/standard/tests/file/bug35740.phpt | 2 | ||||
| -rw-r--r-- | ext/standard/tests/file/bug39538.phpt | 3 | ||||
| -rw-r--r-- | ext/standard/tests/general_functions/bug27678.phpt | 2 | ||||
| -rw-r--r-- | ext/zlib/tests/bug_34821.phpt | 2 |
6 files changed, 7 insertions, 6 deletions
diff --git a/ext/standard/tests/array/bug33382.phpt b/ext/standard/tests/array/bug33382.phpt index 407b5846fe..376227f1f1 100644 --- a/ext/standard/tests/array/bug33382.phpt +++ b/ext/standard/tests/array/bug33382.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #33382 ( array_reverse() fails after *sort() ) +Bug #33382 ( array_reverse() fails after *sort() ) --FILE-- <?php diff --git a/ext/standard/tests/array/bug36975.phpt b/ext/standard/tests/array/bug36975.phpt index f91cee09ad..f37c933e3f 100644 --- a/ext/standard/tests/array/bug36975.phpt +++ b/ext/standard/tests/array/bug36975.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug#36975 (natcasesort() causes array_pop() to misbehave) +Bug #36975 (natcasesort() causes array_pop() to misbehave) --FILE-- <?php $a = array('aa', 'aa', 'bb', 'bb', 'cc', 'cc'); diff --git a/ext/standard/tests/file/bug35740.phpt b/ext/standard/tests/file/bug35740.phpt index 78df1843c9..3526b24973 100644 --- a/ext/standard/tests/file/bug35740.phpt +++ b/ext/standard/tests/file/bug35740.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #35740 (memory leak when including a directory) +Bug #35740 (memory leak when including a directory) --FILE-- <?php diff --git a/ext/standard/tests/file/bug39538.phpt b/ext/standard/tests/file/bug39538.phpt index 16f15234fc..504865e651 100644 --- a/ext/standard/tests/file/bug39538.phpt +++ b/ext/standard/tests/file/bug39538.phpt @@ -1,5 +1,5 @@ --TEST-- -bug 39538 +Bug #39538 (fgetcsv can't handle starting newlines and trailing odd number of backslashes) --FILE-- <?php $content = array("\"\nthis is an test\", \"next data\", \"p\narsed\"","\"\r\nthis is an test\", \"next data\", \"p\r\narsed\"","\"\n\rthis is an test\", \"next data\", \"p\n\rarsed\""); @@ -11,6 +11,7 @@ foreach ($content as $v) { print_r (fgetcsv(fopen($file, "r"), filesize($file))); } @unlink($file); +?> --EXPECT-- Array ( diff --git a/ext/standard/tests/general_functions/bug27678.phpt b/ext/standard/tests/general_functions/bug27678.phpt index ec9cf93cf7..5db5890a1c 100644 --- a/ext/standard/tests/general_functions/bug27678.phpt +++ b/ext/standard/tests/general_functions/bug27678.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #27678 (number_format() crashes with large numbers) +Bug #27678 (number_format() crashes with large numbers) --FILE-- <?php diff --git a/ext/zlib/tests/bug_34821.phpt b/ext/zlib/tests/bug_34821.phpt index ff845c6df7..a9da24612e 100644 --- a/ext/zlib/tests/bug_34821.phpt +++ b/ext/zlib/tests/bug_34821.phpt @@ -1,5 +1,5 @@ --TEST-- -bug 34821 +Bug #34821 (zlib encoders fail on widely varying binary data) --SKIPIF-- <?php if (!extension_loaded("zlib")) print "skip"; ?> --FILE-- |
