|
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-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 05 02:00:02 2026 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