View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000443 | Xdebug | Uncategorized | public | 2009-06-05 04:32 | 2014-01-03 15:46 |
| Reporter | kminkler | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | won't fix | ||
| Target Version | 2.2dev | ||||
| Summary | 0000443: Segmentation Fault while calling undefined function during traversal of iterator | ||||
| Description | Using xdebug 2.0.2, PHP 5.2.8 with no other extensions loaded. Expected Behavior: $ php -n test.php Fatal error: Call to undefined function hasChildren() in /home/kminkler/test.php on line 31 Current Behavior: $ php test.php Running Program: $ cat test.php class A_Iterator implements RecursiveIterator class A implements IteratorAggregate
} $a = new A(array(new A(array()), new A(array()))); $iterator = new RecursiveIteratorIterator($a); | ||||
| Tags | No tags attached. | ||||
| Operating System | Virtual Machine: CentOS Linux 2.6.9-42.0.8.ELsmp #1 SMP Tue Jan 30 12:33:47 EST 2007 i686 i686 i386 GNU/Linux | ||||
| PHP Version | 5.2.8 | ||||