[PHP-DOC] cvs: phpdoc /nl/features error-handling.xml remote-files.xml From: Derick Rethans (d.rethans <email protected>)
Date: 10/11/00

derick Wed Oct 11 15:12:37 2000 EDT

  Modified files:
    /phpdoc/nl/features error-handling.xml remote-files.xml
  Log:
  - Couple of fixes that make the nl tree build
  
  
Index: phpdoc/nl/features/error-handling.xml
diff -u phpdoc/nl/features/error-handling.xml:1.2 phpdoc/nl/features/error-handling.xml:1.3
--- phpdoc/nl/features/error-handling.xml:1.2 Wed Oct 11 12:56:59 2000
+++ phpdoc/nl/features/error-handling.xml Wed Oct 11 15:12:37 2000
@@ -103,7 +103,7 @@
    gebruiker om waarden danwel toetevoegen danwel te verwijderen uit het bitmask.
    Let op: alleen '|', '~', '!' and '&amp;' worden ondersteund
    in <filename>php.ini</filename> maar er worden helemaal geen bitwise operatoren
- ondersteund in <filename>php3.ini<filename>
+ ondersteund in <filename>php3.ini</filename>
   </para>
   <para>
    In PHP 4 is de standaard <link linkend="ini.error-reporting">error_reporting</link>
@@ -117,7 +117,7 @@
   </para>
   <para>
    De standaard instelling kan worden veranderd in het .ini bestand met het
- <link linkend="ini.error-reporting>error_reporting</link> directive,
+ <link linkend="ini.error-reporting">error_reporting</link> directive,
    in je Apache <filename>httpd.conf</filename> bestand kan dit gedaan worden
    met het php_error_reporting (php3_error_reporting for PHP3) directive en als
    laatste kan het ook run-time gewijzigd worden met de <function>error_reporting</function> functie.
@@ -246,10 +246,10 @@
 
 $oude_error_handler = set_error_handler(&quot;userErrorHandler&quot;);
 
-// niet gedefinie&eumlrde constante, er wordt een waarschuwing gegeven
+// niet gedefinie&euml;rde constante, er wordt een waarschuwing gegeven
 $t = I_AM_NOT_DEFINED;
 
-// define&eumlr een paar &quot;vectoren&quot;
+// defineer een paar &quot;vectoren&quot;
 $a = array(2,3,&quot;foo&quot;);
 $b = array(5.5, 4.3, -1.6);
 $c = array (1,-3);
Index: phpdoc/nl/features/remote-files.xml
diff -u phpdoc/nl/features/remote-files.xml:1.2 phpdoc/nl/features/remote-files.xml:1.3
--- phpdoc/nl/features/remote-files.xml:1.2 Wed Oct 11 12:56:59 2000
+++ phpdoc/nl/features/remote-files.xml Wed Oct 11 15:12:37 2000
@@ -7,7 +7,7 @@
    <option>--disable-url-fopen-wrapper</option> optie gebruikt) kan je
    HTTP en FTP urls gebruiken met de meeste functies die standaard gezien
    een bestandsnaam als argument vereisen, dit werkt ook met de
- <function>require</function> en <function>include<function> functies.
+ <function>require</function> en <function>include</function> functies.
   </para>
   <para>
    <note>