From 2fb4ea9c4f079e8022fc2d3783142cc37415127f Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 15 Feb 2008 09:35:53 +0000 Subject: [PATCH] MFH --- 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 4947180e92..1c703cb30e 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 76266fbe01..95bdb9e787 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..e54b984fd0 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--