summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug66702.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug66702.phpt')
-rw-r--r--ext/spl/tests/bug66702.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/bug66702.phpt b/ext/spl/tests/bug66702.phpt
index fedfc869a8..b6321b8679 100644
--- a/ext/spl/tests/bug66702.phpt
+++ b/ext/spl/tests/bug66702.phpt
@@ -17,7 +17,6 @@ $it2 = new \RegexIterator($it, "/^ba/", \RegexIterator::MATCH, \RegexIterator::U
print_r(iterator_to_array($it2));
$it2 = new \RegexIterator($it, "/^ba/", \RegexIterator::MATCH, \RegexIterator::USE_KEY | \RegexIterator::INVERT_MATCH);
print_r(iterator_to_array($it2));
-
--EXPECTF--
Array
(
@@ -37,4 +36,3 @@ Array
(
[foo] => 1
)
-