diff options
Diffstat (limited to 'ext/spl/tests/bug66702.phpt')
-rw-r--r-- | ext/spl/tests/bug66702.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/bug66702.phpt b/ext/spl/tests/bug66702.phpt index 3e4df51abe..f1260afa02 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)); - --EXPECT-- Array ( @@ -37,4 +36,3 @@ Array ( [foo] => 1 ) - |