Methods |
public
|
__construct(
?int $error,
string $function,
array<string, callable(array<string|null>): string>|string[]|string $pattern,
string[]|string $subject,
)
|
#
|
public
|
getPcreError(): int
Get the exception's PCRE error code
Get the exception's PCRE error code
|
#
|
public
|
getPcreErrorName(): string
Get the name of the exception's PCRE error
Get the name of the exception's PCRE error
|
#
|
public
|
getPcreErrorMessage(): string
Get the exception's PCRE error message
Get the exception's PCRE error message
|
#
|
public
|
getFunction(): string
Get the name of the PCRE function that failed
Get the name of the PCRE function that failed
|
#
|
public
|
getPattern(): array<string, callable(array<string|null>): string>|string[]|string
Get the pattern passed to the PCRE function
Get the pattern passed to the PCRE function
|
#
|
public
|
getSubject(): string[]|string
Get the subject passed to the PCRE function
Get the subject passed to the PCRE function
|
#
|