In this quick post to his blog Matthew Turland shares a "kink" he found in using the FilterIteractor SPL iterator when working with the Phergie project's code.
Once I discovered the segfault [from the FilterIterator code], I had to come up with a short code sample exposing the bug in order to report it.
He talks about the bug that led him to the segfault and a second bug that was a side effect of the first causing the first element to be skipped during iteration.