[PHP-DOC] cvs: phpdoc /fr/functions pcre.xml From: Damien Seguy (dams <email protected>)
Date: 11/13/00

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&icirc;ne en caract&egrave;res
      </para>
+ <example>
      <programlisting role="php">
 $str = 'string';
 $chars = preg_split('//', $str, 0, PREG_SPLIT_NO_EMPTY);
@@ -546,6 +547,7 @@
     <para>
      Les caract&egrave;res sp&eacute;ciaux qui seront &eacute;chapp&eacute;s :
      <screen>. \\ + * ? [ ^ ] $ ( ) { } = ! < > | :</screen>
+ </para>
     <para>
      <example>
       <title></title>
@@ -603,6 +605,7 @@
 preg_grep("/^(\d+)?\.\d+$/", $array);
       </programlisting>
      </example>
+ </para>
    </refsect1>
   </refentry>