NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Code Explorer Bug


Joined: 07 Oct 2004
Posts: 1
Reply with quote
I'm evaluating version 3.3.2 of PHPEd with PHP5 update installed. I found some bugs with PHP5 and code explorer.
Let's see this simple example:

Quote:
<?php
class test {
public $a;
private $b;

function f1() {
echo "{$a}"
}

function f2() {
// commented out
}
}
?>


Variable $a is shown outside the class
Variable $b is not shown in the tree
Function f2 is shown otside the class

Please tell me when you plan to fix these issues so I can test the program with them?
View user's profileFind all posts by izhekovSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Code explorer and code completion are parts of the Code Insight feature. Phped 3.3 supports php version 4 syntax. Php5 will be supported by Code Insight in the next version only.
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Code Explorer Bug
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic