Skip to content

PHP function list ignores functions starting with "for" #4627

@laxamar

Description

@laxamar

Description of the Issue

In my classes and functions, I have a bunch of functions starting with "format" like "function format_input(" and "function formatBrowse"

These functions do not show in the functions list

Steps to Reproduce the Issue

  1. Create a ckass in PHP
  2. create a function with the name starting with 'format' such as 'function format_input'
  3. These functions do not display in the function list
  4. Profit

Expected Behavior

Every function name should appear!

Actual Behavior

Functions with names starting with format do not show up

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