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

eschmid Tue Dec 26 03:26:33 2000 EDT

  Modified files:
    /phpdoc/fr/functions var.xml oracle.xml
  Log:
  No it should be clean. In strings.xml on line 2728 there is a non SGML character.
  
Index: phpdoc/fr/functions/var.xml
diff -u phpdoc/fr/functions/var.xml:1.7 phpdoc/fr/functions/var.xml:1.8
--- phpdoc/fr/functions/var.xml:1.7 Tue Dec 26 03:08:43 2000
+++ phpdoc/fr/functions/var.xml Tue Dec 26 03:26:33 2000
@@ -835,7 +835,7 @@
 $foo = 'bar';
 destroy_foo();
 echo $foo;
-?gt;
+?&gt;
       </programlisting>
      </informalexample>
      L'exemple ci dessus affichera :
Index: phpdoc/fr/functions/oracle.xml
diff -u phpdoc/fr/functions/oracle.xml:1.4 phpdoc/fr/functions/oracle.xml:1.5
--- phpdoc/fr/functions/oracle.xml:1.4 Tue Dec 26 02:24:32 2000
+++ phpdoc/fr/functions/oracle.xml Tue Dec 26 03:26:33 2000
@@ -49,7 +49,7 @@
 $input = 765;
 ora_exec($curs);
 echo "R&eacute;sultat: $result&lt;BR>Sortie: $output&lt;BR>Entr&eacute;e: $input";
-?gt;
+?&gt;
       </programlisting>
      </informalexample>
     </para>
@@ -400,7 +400,7 @@
 ora_fetch_into($cursor, &amp;$results);
 echo $results[0];
 echo $results[1];
-?gt;
+?&gt;
       </programlisting>
      </example>
      Notez que vous devez passer le tableau par r&eacute;f&eacute;rence;