summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug61347.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug61347.phpt')
-rw-r--r--ext/spl/tests/bug61347.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/bug61347.phpt b/ext/spl/tests/bug61347.phpt
index cb091858ae..f893b24527 100644
--- a/ext/spl/tests/bug61347.phpt
+++ b/ext/spl/tests/bug61347.phpt
@@ -22,8 +22,6 @@ var_dump(isset($b[37])); //true
var_dump(isset($b['no_exists'])); //false
var_dump(empty($b['b'])); //true
var_dump(empty($b[37])); //true
-
-
--EXPECT--
bool(false)
bool(false)