php-src/ext/spl/tests/bug46031.phpt

10 lines
138 B
PHP

--TEST--
Bug #46031 (Segfault in AppendIterator::next)
--FILE--
<?php
$x = new AppendIterator();
var_dump($x->next());
?>
--EXPECT--
NULL