|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-20 17:26 UTC] andrei at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 03:00:01 2025 UTC |
<? echo preg_replace("'<(.*?)>'ime", "Wico('\\1');", "try <'to' match \"this\"> in php"); function Wico ($plop) { return("plop"); } ?> // this will work better I think (if you guys are so nice want to build into php for us // i can't replace all ' with " or visaversa <? echo preg_replace("'<(.*?)>'ime", "Wico($1);", "try <'to' match \"this\"> in php"); function Wico ($plop) { return("plop"); } ?>