|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-09 22:34 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 09:00:01 2025 UTC |
hiya i ran into some strange behaviour of // i commented this line with // $data = preg_replace("'(<A\s.*?>.*?)?([a-z0-9_.=-]+@(?:[a-z0-9-]+\.)+(?:[a-z]{2,3}))((?(1).*?</A>))'imeS" , 'Html_Make_Email_Links_Helper("\\1", "\\2", "\\3");' , &$data); and i got a parse error (because of the ?> inside of the regex) but is commented out and it is betweern quotes so i shouldn't complain when i commented it out with /**/ theres no problem greetz, Wico