Edit report at https://bugs.php.net/bug.php?id=55287&edit=1
ID: 55287 Updated by: [email protected] Reported by: sasezaki at gmail dot com Summary: trunk's spl_classes() not includes CallbackFilter classes -Status: Open +Status: Closed Type: Bug Package: SPL related Operating System: any PHP Version: 5.4SVN-2011-07-26 (SVN) -Assigned To: +Assigned To: salathe Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2011-07-27 08:48:10] [email protected] Automatic comment from SVN on behalf of salathe Revision: http://svn.php.net/viewvc/?view=revision&revision=313763 Log: added (recursive)callbackfilteriterator to spl_classes() (bug #55287) ------------------------------------------------------------------------ [2011-07-26 15:25:32] sasezaki at gmail dot com Description: ------------ spl_classes() not includes "CallbackFilterIterator" and "RecursiveCallbackFilterIterator". Test script: --------------- On terminal emulator, type as below: php -r 'print_r(spl_classes());' | grep 'FilterIterator' Expected result: ---------------- [FilterIterator] => FilterIterator [CallbackFilterIterator] => CallbackFilterIterator [RecursiveFilterIterator] => RecursiveFilterIterator [RecursiveCallbackFilterIterator] => RecursiveCallbackFilterIterator Actual result: -------------- [FilterIterator] => FilterIterator [RecursiveFilterIterator] => RecursiveFilterIterator ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55287&edit=1
