From 884d0238bb27af59312770380e94b442149ae4a6 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Tue, 14 Dec 2004 18:35:42 +0000 Subject: [PATCH] /e -> 'e' git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174727 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/functions/preg-replace.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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