Description of the Issue
Function List PHP. If the name of function starts with "if", function name gets truncated.
Steps to Reproduce the Issue
- 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