php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39151 Parse error in recursiveiteratoriterator.php
Submitted: 2006-10-13 19:53 UTC Modified: 2006-10-31 23:25 UTC
From: harvey dot robin at gmail dot com Assigned: helly (profile)
Status: Closed Package: SPL related
PHP Version: 5.2.0 OS: *
Private report: No CVE-ID: None
 [2006-10-13 19:53 UTC] harvey dot robin at gmail dot com
Description:
------------
Hi,

I noticed a parse error in the file ext/spl/internal/recursiveiteratoriterator.inc.  The same error is in the web cvs view here: http://cvs.php.net/viewvc.cgi/php-src/ext/spl/internal/recursiveiteratoriterator.inc?view=markup

The error is on line 220, or 152, depending on whether there are any comments in it.

Many thanks,

Robin Harvey

Reproduce code:
---------------
php -l ext/spl/internal/recursiveiteratoriterator.inc

Actual result:
--------------
Parse error: syntax error, unexpected T_VARIABLE in ext/spl/internal/recursiveiteratoriterator.inc on line 220

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-31 23:25 UTC] helly@php.net
This bug has been fixed in CVS.

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/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC