function preg_match_all_with_error( string $pattern, string $subject, inout ?int $error, int $flags = 0, int $offset = 0, ): mixed;
string $pattern
string $subject
inout ?int $error
int $flags = 0
int $offset = 0
mixed