| Summary: | code folding does not works when closures are used | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Giorgio Liscio <giorgio.liscio> |
| Component: | PDT | Assignee: | PHP Core <php.core-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | Ilina Stefanova <ilina.s> |
| Severity: | normal | ||
| Priority: | P3 | CC: | kalin.a |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows Server 2003 | ||
| Whiteboard: | |||
works for me Verified. Closing... |
Build Identifier: Build id: 20100617-1415 hi, test the code to reproduce Reproducible: Always Steps to Reproduce: try to fold this function: function test()// <-- this function { $closure = function() { echo "test"; }; echo "this is not folded"; echo "at all"; }