php-src/ext/spl/tests/bug49972.phpt
2009-10-23 16:47:35 +00:00

12 lines
235 B
PHP
Executable File

--TEST--
Bug #49972 (AppendIterator undefined function crash)
--FILE--
<?php
$iterator = new AppendIterator();
$iterator->undefined();
?>
--EXPECTF--
Fatal error: Call to undefined method AppendIterator::undefined() in %s on line %d