| Summary: | @var comment makes syntax error | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Yuri <yurik.m> |
| Component: | PDT | Assignee: | Michael Spector <spektom> |
| Status: | CLOSED DUPLICATE | QA Contact: | Sylvia Tancheva <silviya> |
| Severity: | normal | ||
| Priority: | P3 | CC: | gadi, ganoro |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
*** This bug has been marked as a duplicate of bug 284749 *** Closing (fixed + duplicate). [Sylvia Tancheva] |
Build ID: I20081211-1908 Steps To Reproduce: <?php class Test { } if(true) { $a = new Test(); /* @var $a Test */ } // <- syntax error, unexpected '}' More information: