nlopess Sun Nov 6 06:16:21 2005 EDT
Modified files:
/phpdoc/en/reference/pcre pattern.syntax.xml
Log:
fix #35035: typo in an example
http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/pattern.syntax.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/pcre/pattern.syntax.xml
diff -u phpdoc/en/reference/pcre/pattern.syntax.xml:1.11
phpdoc/en/reference/pcre/pattern.syntax.xml:1.12
--- phpdoc/en/reference/pcre/pattern.syntax.xml:1.11 Tue Sep 20 07:42:58 2005
+++ phpdoc/en/reference/pcre/pattern.syntax.xml Sun Nov 6 06:16:18 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
<refentry id="reference.pcre.pattern.syntax">
<refnamediv>
@@ -1188,7 +1188,7 @@
to the string
- <literal>/* first command */ not comment /* second comment
*/</literal>
+ <literal>/* first comment */ not comment /* second comment
*/</literal>
fails, because it matches the entire string due to the
greediness of the .* item.