|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-05-24 03:13 UTC] rasmus at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 03:00:01 2025 UTC |
the following script give the error "Warning: REG_BADRPT in ./init.php3 on line 83" . if (!strstr($pattern,"+")) { $nd = "OR" ; echo "$pattern" ; } else { echo "$pattern" ; $nd = "AND" ; echo "$pattern" ; $pattern = eregi_replace("+"," ",$pattern) ; echo "$pattern" ; } please see