From 82df944f6a13205877c65da74843fd44f0764cef Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 15 Feb 2008 09:35:47 +0000 Subject: [PATCH] more cosmetics --- ext/reflection/tests/bug38465.phpt | 2 +- ext/reflection/tests/bug43926.phpt | 2 +- ext/soap/tests/bugs/bug42151.phpt | 2 +- ext/standard/tests/array/bug33382.phpt | 2 +- ext/standard/tests/array/bug42838.phpt | 4 ++-- ext/standard/tests/array/bug42850.phpt | 2 +- ext/standard/tests/file/bug43248.phpt | 2 +- ext/standard/tests/general_functions/bug42272.phpt | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ext/reflection/tests/bug38465.phpt b/ext/reflection/tests/bug38465.phpt index fbcf3629a2..683101e66e 100644 --- a/ext/reflection/tests/bug38465.phpt +++ b/ext/reflection/tests/bug38465.phpt @@ -1,5 +1,5 @@ --TEST-- -Reflection Bug #38465 (ReflectionParameter fails on access to self::) +Bug #38465 (ReflectionParameter fails on access to self::) --SKIPIF-- --FILE-- diff --git a/ext/reflection/tests/bug43926.phpt b/ext/reflection/tests/bug43926.phpt index cecd947229..23257f5c61 100644 --- a/ext/reflection/tests/bug43926.phpt +++ b/ext/reflection/tests/bug43926.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug#43926 - isInstance() isn't equivalent to instanceof operator +Bug #43926 (isInstance() isn't equivalent to instanceof operator) --FILE-- --FILE-- diff --git a/ext/standard/tests/array/bug33382.phpt b/ext/standard/tests/array/bug33382.phpt index 376227f1f1..5710258998 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--