diff options
Diffstat (limited to 'ext/spl/tests/bug46031.phpt')
| -rw-r--r-- | ext/spl/tests/bug46031.phpt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/spl/tests/bug46031.phpt b/ext/spl/tests/bug46031.phpt new file mode 100644 index 0000000..9261ff0 --- /dev/null +++ b/ext/spl/tests/bug46031.phpt @@ -0,0 +1,9 @@ +--TEST-- +Bug #46031 (Segfault in AppendIterator::next) +--FILE-- +<?php +$x = new AppendIterator(); +var_dump($x->next()); +?> +--EXPECT-- +NULL |
