summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEyal Teutsch <eyalt@php.net>2010-12-09 12:39:21 +0000
committerEyal Teutsch <eyalt@php.net>2010-12-09 12:39:21 +0000
commit7eb70247a32f84b561ed341fecb0532a2997ed48 (patch)
treeaf453d81730e07c696d0a512bdb97563aa1c50ef
parent30d290a31e721502dc6b5f8df678e06a8416b78b (diff)
downloadphp-git-7eb70247a32f84b561ed341fecb0532a2997ed48.tar.gz
test bug42364 included a superfluous ?>
-rw-r--r--ext/spl/tests/bug42364.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/tests/bug42364.phpt b/ext/spl/tests/bug42364.phpt
index ad0bd8f249..971fcc5ebb 100644
--- a/ext/spl/tests/bug42364.phpt
+++ b/ext/spl/tests/bug42364.phpt
@@ -19,7 +19,6 @@ if ($count > 0) {
}
?>
===DONE===
-?>
--EXPECTF--
Found %i entries!
===DONE===