[PHP-DOC] cvs: phpdoc /fr/functions errorfunc.xml From: Egon Schmid (eschmid <email protected>)
Date: 11/26/00

eschmid Sun Nov 26 10:52:10 2000 EDT

  Modified files:
    /phpdoc/fr/functions errorfunc.xml
  Log:
  Removed non SGML characters. My French isn't good so Damien please put in the right characters.
  
Index: phpdoc/fr/functions/errorfunc.xml
diff -u phpdoc/fr/functions/errorfunc.xml:1.4 phpdoc/fr/functions/errorfunc.xml:1.5
--- phpdoc/fr/functions/errorfunc.xml:1.4 Thu Nov 23 23:52:05 2000
+++ phpdoc/fr/functions/errorfunc.xml Sun Nov 26 10:52:10 2000
@@ -263,7 +263,7 @@
     <para>
      Utilis&eacute;e apr&egrave;s avoir modifi&eacute; la fonction de gestion
      des erreurs, gr&acirc;ce &agrave; <function>set_error_handler</function>,
- cette fonction permet de rˇutiliser l'ancienne version de gestion des
+ cette fonction permet de r'utiliser l'ancienne version de gestion des
      erreurs (qui peut &ecirc;tre la fonction PHP par d&eacute;faut, ou une
      autre fonction utilisateur).
     </para>
@@ -466,7 +466,7 @@
      <informalexample>
       <programlisting>
 if (assert ($divisor == 0))
- trigger_error ("Impossible de diviser par zˇro", E_USER_ERROR);
+ trigger_error ("Impossible de diviser par z'ro", E_USER_ERROR);
       </programlisting>
      </informalexample>
      <note>