Community
Participate
Working Groups
Build Identifier: 20100421 if I have a code like this:$columns = array(); $content = 'x'; if( $a == 1 ) { $content .= 'y'; } .., then $content is shown muliple times in the code assist window it should be only once, it's still the same variable Reproducible: Always Steps to Reproduce: 1. happens allways when assigning multiple times to the same variable 2. 3.
fixed in head
Verified at PDT-2.2.0.v20100616 At showed example now content assist suggest only one of $content variable Closing this issue... Verified by Teodor Kirkov teodor.k@zend.com