Skip to content

Function List in PHP. If the name of a function starts with "if", the function name gets truncated. #3321

@tontonnono

Description

@tontonnono

Description of the Issue

Function List PHP. If the name of function starts with "if", function name gets truncated.

Steps to Reproduce the Issue

  1. new PHP file

function ifsetor( &$val, $default = null){
return isset($val) ? $val : $default;
}
3. Save php file

Expected Behavior

Function list shows "ifsetor"

Actual Behavior

Function list shows "fsetor"

Debug Information

Metadata

Metadata

Assignees

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