betz            Thu Jun 17 10:28:12 2004 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  no tabs
  wrap overlong lines
  
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.98&r2=1.99&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.98 phpdoc/en/language-snippets.ent:1.99
--- phpdoc/en/language-snippets.ent:1.98        Wed Jun 16 08:22:33 2004
+++ phpdoc/en/language-snippets.ent     Thu Jun 17 10:28:12 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.98 $ -->
+<!-- $Revision: 1.99 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -54,7 +54,7 @@
 off</emphasis>.  The PHP community encourages all to not rely on this 
 directive but instead use other means, such as the &link.superglobals;.
 </para></note>'>
-       
+
 <!ENTITY note.superglobals '<note><title>Superglobals: availability note
 </title><para>Since PHP 4.1.0, superglobal arrays such as <varname>$_GET
 </varname>, <varname>$_POST</varname>, and <varname>$_SERVER</varname>, 
@@ -188,7 +188,7 @@
 <!ENTITY fs.validfp.all '<para>The file pointer must be valid, and must point to
 a file successfully opened by <function>fopen</function> or
 <function>fsockopen</function>.</para>'>
-                      
+
 
 <!-- PCNTL Notes -->
 <!ENTITY pcntl.parameter.status '<para>The parameter 
@@ -306,22 +306,30 @@
 webservers, too.</para></note>'>
 
 <!-- SimpleXML Notes -->
-<!ENTITY simplexml.iteration '<note><simpara>SimpleXML has made a rule of adding 
iterative properties to most methods. They cannot be viewed using 
<function>var_dump</function> or anything else which can examine 
objects.</simpara></note>'>
+<!ENTITY simplexml.iteration '<note><simpara>SimpleXML has made a rule of adding
+iterative properties to most methods. They cannot be viewed 
using<function>var_dump</function>
+or anything else which can examine objects.</simpara></note>'>
 
 <!-- Database Notes -->
 <!ENTITY database.field-case '<note><simpara>Field names returned by this function
 are <emphasis>case-sensitive</emphasis>.</simpara></note>'>
 
 <!-- Sybase Notes -->
-<!ENTITY sybase.ct.only '<note><simpara>This function is only available using the CT 
library interface to Sybase, and not the DB library.</simpara></note>'>
-<!ENTITY sybase.db.only '<note><simpara>This function is only available using the DB 
library interface to Sybase, and not the CT library.</simpara></note>'>
+<!ENTITY sybase.ct.only '<note><simpara>This function is only available using
+the CT library interface to Sybase, and not the DB library.</simpara></note>'>
+
+<!ENTITY sybase.db.only '<note><simpara>This function is only available using
+the DB library interface to Sybase, and not the CT library.</simpara></note>'>
 
 <!-- Some MySQL Notes -->
 <!ENTITY mysql.field-case '<note><simpara>Field names returned by this function
 are <emphasis>case-sensitive</emphasis></simpara></note>'>
 
 <!-- CPDF Unit length -->
-<!ENTITY cpdf.ul '<para>The optional parameter <parameter>mode</parameter> determines 
the unit length. If it is 0 or omitted the default unit as specified for the page is 
used. Otherwise the coordinates are measured in postscript points disregarding the 
current unit.</para>'>
+<!ENTITY cpdf.ul '<para>The optional parameter <parameter>mode</parameter>
+determines the unit length. If it is 0 or omitted the default unit as specified
+for the page is used. Otherwise the coordinates are measured in postscript
+points disregarding the current unit.</para>'>
 
 <!-- Notes for IPv6 -->
 <!ENTITY ipv6.brackets '<note><simpara>When specifying a numerical IPv6 address
@@ -332,8 +340,8 @@
 5.0.0 </literal>.</simpara></note>'>
 
 <!-- Notes for tidy -->
-<!ENTITY note.tidy.ze2 '<note><simpara> This function is only available with Zend 
Engine 2, this means PHP
-&gt;= 5.0.0.</simpara></note>'>
+<!ENTITY note.tidy.ze2 '<note><simpara> This function is only available with Zend 
Engine 2,
+this means PHP &gt;= 5.0.0.</simpara></note>'>
 
 <!ENTITY note.tidy.1only '<note><simpara>This function is only avaliable in
 Tidy 1.0. It became obsolete in Tidy 2.0 and thus has been removed.</simpara></note>'>
@@ -356,7 +364,7 @@
 <!ENTITY warn.apache2.compat '<warning><para>Do not use Apache 2.0.x
 and PHP in a production environment neither on Unix nor on Windows. Read also the
 <link linkend="faq.installation.apache2">FAQ entry</link></para></warning>'>
-                                                           
+
 <!ENTITY note.apache.slashes '<note><simpara>Remember that when adding
 path values in the Apache configuration files on Windows, all backslashes
 such as <filename>c:\directory\file.ext</filename> must be converted to

Reply via email to