You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
235 B

--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