diff --git a/reference/pcre/functions/preg-replace.xml b/reference/pcre/functions/preg-replace.xml index cbba4732b6..43bbf8c643 100644 --- a/reference/pcre/functions/preg-replace.xml +++ b/reference/pcre/functions/preg-replace.xml @@ -1,5 +1,5 @@ - + @@ -159,7 +159,7 @@ The slow black bear jumped over the lazy dog. though. - /e modifier makes preg_replace + The e modifier makes preg_replace treat the replacement parameter as PHP code after the appropriate references substitution is done. Tip: make sure that replacement constitutes a valid PHP code string, @@ -191,7 +191,7 @@ $startDate = 5/27/1999 - Using /e modifier + Using the 'e' modifier