Hello, I had trouble with this too when I was mucking benchmarking my app
with eAccelerator today. The change was quite small in the end - just
adding T_INTERFACE to the switch in DocComment. Here's a patch with tests.
All tests pass.
Attachments:
issue-4.diff 9.8 KB
Comment #5 on issue 4 by jan.suchal: Notice: Undefined variable: class in
doc_comment.php on line 86
http://code.google.com/p/addendum/issues/detail?id=4
Thanks, applied.
BTW. Try creating patches with `svn diff -x --ignore-eol-style`. Leaves the
newline junk behind.
Ahh, cheers for that. That's really good to know. Sorry for filling all
these patches up with silly newline changes. It does make them harder to
review.