Date: 12/26/00
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions strings.xml"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions image.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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;
+?>
</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ésultat: $result<BR>Sortie: $output<BR>Entrée: $input";
-?gt;
+?>
</programlisting>
</informalexample>
</para>
@@ -400,7 +400,7 @@
ora_fetch_into($cursor, &$results);
echo $results[0];
echo $results[1];
-?gt;
+?>
</programlisting>
</example>
Notez que vous devez passer le tableau par référence;
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions strings.xml"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions image.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

