1--TEST-- 2Bug #46031 (Segfault in AppendIterator::next) 3--FILE-- 4<?php 5$x = new AppendIterator(); 6var_dump($x->next()); 7?> 8--EXPECT-- 9NULL 10