[PHP-DOC] cvs: phpdoc /hu/appendices phpdevel.xml From: Hojtsy Gabor (hgoba <email protected>)
Date: 10/29/00

goba Sun Oct 29 08:06:57 2000 EDT

  Modified files:
    /phpdoc/hu/appendices phpdevel.xml
  Log:
  
  Updateing...
  
Index: phpdoc/hu/appendices/phpdevel.xml
diff -u phpdoc/hu/appendices/phpdevel.xml:1.2 phpdoc/hu/appendices/phpdevel.xml:1.3
--- phpdoc/hu/appendices/phpdevel.xml:1.2 Sun Sep 17 01:04:57 2000
+++ phpdoc/hu/appendices/phpdevel.xml Sun Oct 29 08:06:57 2000
@@ -1,5 +1,5 @@
 <appendix id="phpdevel">
- <title>A PHP fejlesztése</title>
+ <title>PHP development</title>
 
  <simpara></simpara>
 
@@ -495,8 +495,8 @@
 convert_to_long(resource_id);
 resource = php3_list_find(resource_id-&gt;value.lval, &amp;type);
 if (type != LE_RESOURCE_TYPE) {
- php3_error(E_WARNING,"resource index %d has the wrong type",resource_id-&gt;value.lval);
- RETURN_FALSE;
+ php3_error(E_WARNING,"resource index %d has the wrong type",resource_id-&gt;value.lval);
+ RETURN_FALSE;
 }
 /* ...use resource... */
      </programlisting>
@@ -768,7 +768,7 @@
     Warnings are printed by default, but do not interrupt script
     execution. These indicate a problem that should have been trapped
     by the script before the call was made. For example, calling
- <function>ereg</function> with an invalid regular expression.
+ <function>ereg</function> with an invalid regular expression.
    </simpara>
   </sect2>