From a5531c13fc3b0e1cc501ad06f892551a644eb4f6 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Mon, 9 Nov 2009 17:08:48 +0000 Subject: [PATCH] - Fix bad section names (extra - in the end..) --- Zend/tests/bug47516.phpt | 2 +- ext/mcrypt/tests/bug46010.phpt | 2 +- ext/sockets/tests/socket_set_option_rcvtimeo.phpt | 2 +- ext/sockets/tests/socket_set_option_seolinger.phpt | 2 +- ext/sockets/tests/socket_set_option_sndtimeo.phpt | 2 +- ext/standard/tests/file/bug26615.phpt | 2 +- ext/standard/tests/general_functions/is_callable_basic1.phpt | 4 ++-- tests/output/ob_start_basic_006.phpt | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Zend/tests/bug47516.phpt b/Zend/tests/bug47516.phpt index 66304fe3be..a9a20710d3 100644 --- a/Zend/tests/bug47516.phpt +++ b/Zend/tests/bug47516.phpt @@ -30,7 +30,7 @@ ppp echo "$htm\n"; ?> ---EXPECT--- +--EXPECT-- abc abc abc diff --git a/ext/mcrypt/tests/bug46010.phpt b/ext/mcrypt/tests/bug46010.phpt index 5aeb3119dc..bacfb59759 100644 --- a/ext/mcrypt/tests/bug46010.phpt +++ b/ext/mcrypt/tests/bug46010.phpt @@ -1,4 +1,4 @@ ---TEST--- +--TEST-- Bug #46010 (warnings incorrectly generated for iv in ecb mode) --FILE-- ===DONE=== ---EXPECT--- +--EXPECT-- *** Testing is_callable() on defined functions *** -- Iteration 1 -- bool(true) @@ -106,4 +106,4 @@ Hello_World bool(true) bool(true) Hello_World -===DONE=== \ No newline at end of file +===DONE=== diff --git a/tests/output/ob_start_basic_006.phpt b/tests/output/ob_start_basic_006.phpt index 1c4807dad0..ff7a0cd9eb 100644 --- a/tests/output/ob_start_basic_006.phpt +++ b/tests/output/ob_start_basic_006.phpt @@ -71,7 +71,7 @@ $c->id = 'changedIDagain'; var_dump(ob_start(array('f', 'C::g', array(array($c, "g"), array($c, "h"))))); checkAndClean(); ?> ---EXPECTF--- +--EXPECTF-- ---> Test arrays: Notice: ob_start(): failed to create buffer in %s on line 44 @@ -120,4 +120,4 @@ Notice: ob_start(): failed to create buffer in %s on line 68 bool(false) Array ( -) \ No newline at end of file +) -- 2.50.1