class RegularExpression (View source)

Error handler that converts PHP errors and warnings to exceptions.

Methods

static int
safeMatch(string $pattern, string $subject, null $matches = null, int $flags, int $offset)

No description

Details

static int safeMatch(string $pattern, string $subject, null $matches = null, int $flags, int $offset)

Parameters

string $pattern
string $subject
null $matches
int $flags
int $offset

Return Value

int