Donate Share

Geany

Tracker: Bugs

5 Symbols not recognized in PHP OOP - ID: 1833632
Last Update: Comment added ( harbingerkun )

There seems to be some issues with the Geany symbols pane in the sidebar
when it comes to using OOP PHP. When using PHP5 syntax for method and
property visibility, the symbols view does not recognize the items and
therefore does not properly list them in their respective groups. This also
applies to PHP4 methods.


An example that works:

function some_function() { }


And example that fails:

# PHP4 Syntax
var $somevar

# PHP5 Syntax
private $somevar;
privare function some_function() { }


harbingerkun ( harbingerkun ) - 2007-11-17 13:46

5

Closed

Duplicate

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2007-11-17 13:48
Sender: harbingerkun


This bug is a duplicate of
http://sourceforge.net/tracker/index.php?func=detail&aid=1795810&group_id=153444&atid=787791


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2007-11-17 13:48 harbingerkun
resolution_id None 2007-11-17 13:48 harbingerkun
close_date - 2007-11-17 13:48 harbingerkun