ID: 49972 Updated by: johan...@php.net Reported By: wimartin at uk dot ibm dot com -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Windows PHP Version: 5.2SVN-2009-10-23 (snap) New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2009-10-23 12:59:25] wimartin at uk dot ibm dot com Description: ------------ Crash in PHP when an undefined function is called upon an AppendIterator. Also crashes on 5.3 snap but untested on 6. Reproduce code: --------------- <?php $iterator = new AppendIterator(); $iterator->undefined(); ?> Expected result: ---------------- Fatal error: Call to undefined method AppendIterator::undefined() in %s on line %d Actual result: -------------- PHP crashes outright. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49972&edit=1