Skip to content

Function list not reading function names beginning with reserved words for php #981

@alokg1019

Description

@alokg1019

If a function is named beginning with a reserved word in php , then the function list window is not able to search that function if searched for using the whole name or beginning letters.
eg: in php if we name a function like so:

function forgotPassword()
{
// some code
}

Then the above function name cannot be searched for beginning with "f" since it contains a reserved
word "for" of php language
screenshot 2015-10-02 03 34 36

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions