Date: 11/23/00
- Next message: Mike Robinson: "RE: [PHP-DOC] PHP documentation in PDF has blank pages"
- Previous message: Martin Kraemer: "[PHP-DOC] cvs: phpdoc /de/functions regex.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
martin Thu Nov 23 06:55:36 2000 EDT
Modified files:
/phpdoc/de/functions regex.xml
Log:
Fix another typo
Index: phpdoc/de/functions/regex.xml
diff -u phpdoc/de/functions/regex.xml:1.12 phpdoc/de/functions/regex.xml:1.13
--- phpdoc/de/functions/regex.xml:1.12 Thu Nov 23 06:54:21 2000
+++ phpdoc/de/functions/regex.xml Thu Nov 23 06:55:36 2000
@@ -224,9 +224,9 @@
/* Dieses funktioniert. */
$zahl = '4';
-$string = "Diese Zeichenfolge hat vier Wörter.";
+$zeichenfolge = "Diese Zeichenfolge hat vier Wörter.";
$zeichenfolge = ereg_replace('vier', $zahl, $zeichenfolge);
-echo $string; /* Output: 'Diese Zeichenfolge hat 4 Wörter.' */
+echo $zeichenfolge; /* Output: 'Diese Zeichenfolge hat 4 Wörter.' */
?>
</programlisting>
</example>
- Next message: Mike Robinson: "RE: [PHP-DOC] PHP documentation in PDF has blank pages"
- Previous message: Martin Kraemer: "[PHP-DOC] cvs: phpdoc /de/functions regex.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

