Regular Expressions 101

Community Patterns

Method calls on PHP (static and not)

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(->|::)check\(
/
gm

Description

Find ocurrences of method calls, static or not, on PHP.

Submitted by Allyson - a year ago