Community
Participate
Working Groups
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)
works both in branch and head(fixed?)
[Petyo Tanchev] Tested on 2.2.0 from 13.08.2010 Works as expected.