]> granicus.if.org Git - php/commitdiff
fix test
authorZoe Slattery <zoe@php.net>
Sun, 5 Jul 2009 14:45:14 +0000 (14:45 +0000)
committerZoe Slattery <zoe@php.net>
Sun, 5 Jul 2009 14:45:14 +0000 (14:45 +0000)
ext/spl/tests/bug42364.phpt

index e02a3c5bb47516bbf36ff4ab46eae40a70d0d904..971fcc5ebb8bf4fff1fb9020151d2382e2c00f26 100644 (file)
@@ -17,8 +17,8 @@ foreach ($it as $e) {
 if ($count > 0) {
     echo "Found $count entries!\n";
 }
-echo "===DONE==="
 ?>
+===DONE===
 --EXPECTF--
 Found %i entries!
 ===DONE===