Test: /Zend/tests/generators/yield_by_reference.phpt - Version 5.5.4-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Segmentation fault
001- array(3) {
002- [0]=>
003- int(-1)
004- [1]=>
005- int(-2)
006- [2]=>
007- &int(-3)
008- }
009- array(3) {
010- [0]=>
011- int(-1)
012- [1]=>
013- int(-2)
014- [2]=>
015- &int(-3)
016- }