summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug40872.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug40872.phpt')
-rw-r--r--ext/spl/tests/bug40872.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/bug40872.phpt b/ext/spl/tests/bug40872.phpt
index a48fe74feb..909951f3d3 100644
--- a/ext/spl/tests/bug40872.phpt
+++ b/ext/spl/tests/bug40872.phpt
@@ -23,8 +23,6 @@ Bug #40872 (inconsistency in offsetSet, offsetExists treatment of string enclose
var_dump($projects->offsetExists(1));
var_dump($projects->offsetExists('2'));
?>
-===DONE===
--EXPECT--
bool(true)
bool(true)
-===DONE===