| Summary: | Auto strategy in IF statement doesn't work properly | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Roy Ganor <ganoro> |
| Component: | PDT | Assignee: | PHP UI <php.ui-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | gadi, zhaozhongwei |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
works both in branch and head(fixed?) [Petyo Tanchev] Tested on 2.2.0 from 13.08.2010 Works as expected. |
n the following code (cursor after the curly bracket): if ($a==$b) {|echo $c; pressing Enter produces different results in ZDE 5.5 and in Zend Studio 7.2. Expected behavior: if ($a==$b) { echo $c; } Currently: if ($a==$b) { }echo $c; (reported by a used)