Date: 11/13/00
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions pcre.xml"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /nl chapters.ent /nl/functions xslt.xml"
- Next in thread: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions pcre.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
dams Mon Nov 13 03:41:07 2000 EDT
Modified files:
/phpdoc/fr/functions pcre.xml
Log:
Added missing end tags.
Index: phpdoc/fr/functions/pcre.xml
diff -u phpdoc/fr/functions/pcre.xml:1.4 phpdoc/fr/functions/pcre.xml:1.5
--- phpdoc/fr/functions/pcre.xml:1.4 Mon Nov 13 02:41:02 2000
+++ phpdoc/fr/functions/pcre.xml Mon Nov 13 03:41:07 2000
@@ -497,6 +497,7 @@
<para>
Scinder une chaîne en caractères
</para>
+ <example>
<programlisting role="php">
$str = 'string';
$chars = preg_split('//', $str, 0, PREG_SPLIT_NO_EMPTY);
@@ -546,6 +547,7 @@
<para>
Les caractères spéciaux qui seront échappés :
<screen>. \\ + * ? [ ^ ] $ ( ) { } = ! < > | :</screen>
+ </para>
<para>
<example>
<title></title>
@@ -603,6 +605,7 @@
preg_grep("/^(\d+)?\.\d+$/", $array);
</programlisting>
</example>
+ </para>
</refsect1>
</refentry>
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions pcre.xml"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /nl chapters.ent /nl/functions xslt.xml"
- Next in thread: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions pcre.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

