From cfb4a04e6334e524d9c30c40a7df944c4c6d01c2 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 6 Nov 2005 11:16:18 +0000 Subject: [PATCH] fix #35035: typo in an example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200080 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/pattern.syntax.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pcre/pattern.syntax.xml b/reference/pcre/pattern.syntax.xml index e8c7c69ae2..dc6972322b 100644 --- a/reference/pcre/pattern.syntax.xml +++ b/reference/pcre/pattern.syntax.xml @@ -1,5 +1,5 @@ - + @@ -1188,7 +1188,7 @@ to the string - /* first command */ not comment /* second comment */ + /* first comment */ not comment /* second comment */ fails, because it matches the entire string due to the greediness of the .* item.