From 979eb4d641697c1404af0ef344c2dc2f1fac92f0 Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Mon, 5 Feb 2007 14:42:26 +0000 Subject: [PATCH] the subject returned isn't the parameter 'subject' that was passed git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229041 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/functions/preg-replace-callback.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/reference/pcre/functions/preg-replace-callback.xml b/reference/pcre/functions/preg-replace-callback.xml index b04129e451..7d1c28f1f3 100644 --- a/reference/pcre/functions/preg-replace-callback.xml +++ b/reference/pcre/functions/preg-replace-callback.xml @@ -1,5 +1,5 @@ - + preg_replace_callback @@ -126,9 +126,8 @@ fclose($fp); otherwise. - If matches are found, the new subject will - be returned, otherwise subject will be - returned unchanged. + If matches are found, the new subject will be returned, otherwise + subject will be returned unchanged.