|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-10-21 10:54 UTC] iliaa@php.net
[2003-10-22 02:58 UTC] dcahh at gmx dot de
[2003-10-22 21:12 UTC] iliaa@php.net
[2003-10-23 02:30 UTC] dcahh at gmx dot de
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 14 23:00:01 2025 UTC |
Description: ------------ I tried to parse a .xml-file using the regular expression as below. Using the s modifier reproduces a crash, leaving it away the crash does not appear. System message: The exception "unkown software expection" (0xc00000fd) occured in the program at 0x00c3912d. OK / Cancel (translated from German error message) Reproduce code: --------------- preg_match_all('~<(\w+)/?>(.)*</(\1)>~sm', $this->sFile, $aTags); // havin s modifier reproduces the crash, leaving it away = no crash Expected result: ---------------- Regular Expression matches