We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From manual page: https://php.net/function.preg-match
If the $subject parameter is too long, this function will fail. It is subject to pcre.backtrack_limit, but this is not referenced on the page.
$subject
pcre.backtrack_limit
It would be useful if the subject parameter documented this explicitly.
See another user who ran into the same mysterious problem: https://stackoverflow.com/questions/4180910/#comment92414114_4180924
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From manual page: https://php.net/function.preg-match
If the
$subject
parameter is too long, this function will fail. It is subject topcre.backtrack_limit
, but this is not referenced on the page.It would be useful if the subject parameter documented this explicitly.
See another user who ran into the same mysterious problem: https://stackoverflow.com/questions/4180910/#comment92414114_4180924
The text was updated successfully, but these errors were encountered: