From: Zoe Slattery Date: Sun, 5 Jul 2009 14:45:14 +0000 (+0000) Subject: fix test X-Git-Tag: php-5.4.0alpha1~191^2~3165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e23aa50647a51d434f8aa1ab24ef84663620078;p=php fix test --- diff --git a/ext/spl/tests/bug42364.phpt b/ext/spl/tests/bug42364.phpt index e02a3c5bb4..971fcc5ebb 100644 --- a/ext/spl/tests/bug42364.phpt +++ b/ext/spl/tests/bug42364.phpt @@ -17,8 +17,8 @@ foreach ($it as $e) { if ($count > 0) { echo "Found $count entries!\n"; } -echo "===DONE===" ?> +===DONE=== --EXPECTF-- Found %i entries! ===DONE===