Skip to content

'this.getTemp' is not blocked #4

@ebaschiera

Description

@ebaschiera

Hi,
the sample string 'this.getTemp' can never match, because of strtolower() of the flattened array.
There are two ways to fix that:

  1. change the sample string to 'this.gettemp' (lowercase)
  2. or use stripos() instead of strpos() to search for the strings
  3. or remove the strtolower()

Thank you!

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