Code Explorer Bug

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
schir1964
Posts: 7
Joined: Tue Jun 07, 2011 9:58 pm

Code Explorer Bug

Post by schir1964 »

Program: Rapid PHP 2010 (10.1.0.119)
Windows: XP Pro (SP3)

Bug (Code Explorer)
Inside a class when a method is defined with arguments that contain a default value using an array with defined members, code explorer stops displaying any list information for methods, functions, and variables. Arguments of this type are valid in PHP.

Example PHP Class

Code: Select all

class Myclass 
{
  public function parseString($str, $delimiters = array(',', '-', '\'', '/'))
  {
    // code
  }
}
- Christopher Mullins
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Code Explorer Bug

Post by Gatis »

Hi,

Thanks for reporting this, we will fix the problem.

Gatis
Kind regards,
Gatis Avots
Post Reply