Preg_match long string matching failure solution _ PHP Tutorial

Source: Internet
Author: User
Solve the problem of long string matching failure in preg_match. I am checking a problem today. I failed to extract the content from the string using regular expressions. I checked the strings and regular expressions repeatedly. I wrote a small script for testing, and there is no problem. I went back to today and checked a problem. I failed to extract the content from the string using regular expressions. I checked the strings and regular expressions repeatedly. I wrote a small script for testing. there is no problem. I went back to the code for debugging and failed again.
The string is relatively long, so it is suspected that preg_match also has a string length limit. sure enough!
Both preg_match and preg_match_all have this situation.

Solution:
1. ini_set ('pcre. backtrack_limit ', 1000000); // The default value is only 100000.
2. modify the pcre. backtrack_limit parameter of php. ini to support larger strings. Add configuration: pcre. backtrack_limit =-1


Excerpt from encoding

Bytes. I wrote a small script for testing. there is no problem. go back...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.