summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug60577.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug60577.phpt')
-rw-r--r--ext/spl/tests/bug60577.phpt8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/spl/tests/bug60577.phpt b/ext/spl/tests/bug60577.phpt
deleted file mode 100644
index 33fc133d0f..0000000000
--- a/ext/spl/tests/bug60577.phpt
+++ /dev/null
@@ -1,8 +0,0 @@
---TEST--
-count(new EmptyIterator) should return zero
---FILE--
-<?php
-$it = new EmptyIterator;
-var_dump(count($it));
---EXPECT--
-int(0)