diff options
author | Eyal Teutsch <eyalt@php.net> | 2010-12-09 12:39:21 +0000 |
---|---|---|
committer | Eyal Teutsch <eyalt@php.net> | 2010-12-09 12:39:21 +0000 |
commit | 7eb70247a32f84b561ed341fecb0532a2997ed48 (patch) | |
tree | af453d81730e07c696d0a512bdb97563aa1c50ef | |
parent | 30d290a31e721502dc6b5f8df678e06a8416b78b (diff) | |
download | php-git-7eb70247a32f84b561ed341fecb0532a2997ed48.tar.gz |
test bug42364 included a superfluous ?>
-rw-r--r-- | ext/spl/tests/bug42364.phpt | 1 |
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=== |