From: Jani Taskinen Date: Mon, 9 Nov 2009 17:08:48 +0000 (+0000) Subject: - Fix bad section names (extra - in the end..) X-Git-Tag: php-5.4.0alpha1~191^2~2414 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5531c13fc3b0e1cc501ad06f892551a644eb4f6;p=php - Fix bad section names (extra - in the end..) --- 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 +)