PHP :: Bug #39151 :: Parse error in recursiveiteratoriterator.php
| 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
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2006-10-31 23:25 UTC] helly@php.net