Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Conversation

@ericpoe
Copy link
Contributor

@ericpoe ericpoe commented Sep 14, 2017

The bug, as described, is a bit of a red herring at this time. It appears that SplFileObject::current() advances the iterator without calling SplFileObject::next(). This PR shows that.

var_dump($f->current());
var_dump($f->eof());
?>
--XFAIL--
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We won't accept XFAIL tests 😕

@petk
Copy link
Contributor

petk commented Feb 11, 2019

Hello, thank you for the pull request. The XFAIL tests for the PHP-7.4 and master branches should instead go one step further and try to fix the bug if possible. The XFAIL tests are not being merged to the php-src repository anymore. Thanks and sorry for inconvenience.

@petk petk closed this Feb 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants