From:             [EMAIL PROTECTED]
Operating system: FreeBSD 5.3-RELEASE
PHP version:      5CVS-2005-08-11 (dev)
PHP Bug Type:     SPL related
Bug description:  RecursiveFilterIterator causes fatal error

Description:
------------
Class RecursiveFilterIterator contains 1 abstract method and must
therefore be declared abstract or implement the remaining methods...

Reproduce code:
---------------
php -v


Expected result:
----------------
PHP 6.0.0-dev (cli) (built: Aug 11 2005 04:38:23) (DEBUG)
Copyright (c) 1997-2005 The PHP Group
Zend Engine v2.1.0-dev, Copyright (c) 1998-2005 Zend Technologies


Actual result:
--------------
PHP Fatal error:  Class RecursiveFilterIterator contains 1 abstract method
and must therefore be declared abstract or implement the remaining methods
(FilterIterator::accept) in Unknown on line 0
<br />
<b>Fatal error</b>:  Class RecursiveFilterIterator contains 1 abstract
method and must therefore be declared abstract or implement the remaining
methods (FilterIterator::accept) in <b>Unknown</b> on line <b>0</b><br />
PHP 6.0.0-dev (cli) (built: Aug 11 2005 04:38:23) (DEBUG)
Copyright (c) 1997-2005 The PHP Group
Zend Engine v2.1.0-dev, Copyright (c) 1998-2005 Zend Technologies


-- 
Edit bug report at http://bugs.php.net/?id=34084&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34084&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34084&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34084&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=34084&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=34084&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=34084&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=34084&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=34084&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=34084&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=34084&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=34084&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=34084&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=34084&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34084&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=34084&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=34084&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=34084&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34084&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=34084&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34084&r=mysqlcfg

Reply via email to