|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2002-06-16 08:40 UTC] sander@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 08:00:01 2025 UTC | 
I'm doing a "if(ereg('<DEFMAIN>(.*)</DEFMAIN>',$DefContent,$RegOut))", where the text between the DEFMAIN tags is around 106K in size. It is not matching. If I cut out a few lines of text (any lines) in the middle, it matches.