|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-05-06 10:32 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 01:00:01 2025 UTC |
Description: ------------ This code read a file(bcgm.txt) and use regex to process the content,then write a new file(yes.txt)! I try it on PHP5.1.6,the result is just fine,but If I run it on PHP2.X the result file is bad and just a NULL in the file. And Then ,I try other method ,Let the content short ,it's also OK,but let the content keep very long,the problem is still. preg_match_all() cannot matches very long string. Reproduce code: --------------- http://forideal.blog.163.com/blog/ Expected result: ---------------- one new file,which contains the result string. Actual result: -------------- But in the file just is "null".