betz            Wed Nov 26 20:12:34 2003 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  cosmetic restructure
  
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.59 phpdoc/en/language-snippets.ent:1.60
--- phpdoc/en/language-snippets.ent:1.59        Fri Nov  7 13:14:38 2003
+++ phpdoc/en/language-snippets.ent     Wed Nov 26 20:12:34 2003
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.59 $ -->
+<!-- $Revision: 1.60 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -166,6 +166,8 @@
 <!ENTITY ini.descriptions.title '<para>Here&apos;s a short explanation of
 the configuration directives.</para>'>
 
+<!-- Common pieces for reference part BEGIN-->
+
 <!-- Used in reference/$extname/ini.xml -->
 <!ENTITY extension.runtime '<simpara>
 The behaviour of these functions is affected by settings in &php.ini;.
@@ -190,6 +192,21 @@
 been compiled into PHP or dynamically loaded at runtime.
 </simpara>'>
 
+<!-- These are using in reference/$extname/reference.xml and other
+supplemental files to mark section titles -->
+<!ENTITY reftitle.intro     '<title>Introduction</title>'>
+<!ENTITY reftitle.required  '<title>Requirements</title>'>
+<!ENTITY reftitle.install   '<title>Installation</title>'>
+<!ENTITY reftitle.runtime   '<title>Runtime Configuration</title>'>
+<!ENTITY reftitle.resources '<title>Resource Types</title>'>
+<!ENTITY reftitle.constants '<title>Predefined Constants</title>'>
+<!ENTITY reftitle.classes '<title>Predefined Classes</title>'>
+<!ENTITY reftitle.examples  '<title>Examples</title>'>
+<!ENTITY reftitle.seealso   '<title>See Also</title>'>
+
+<!-- Common pieces for reference part END -->
+
+
 <!ENTITY windows.builtin '<simpara> The windows version of <literal>PHP</literal>
 has built in support for this extension. You do not need to load any additional
 extension in order to use these functions.</simpara>'>
@@ -212,18 +229,6 @@
 <!-- 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>'>
 
-<!-- These are using in reference/$extname/reference.xml and other
-supplemental files to mark section titles -->
-<!ENTITY reftitle.intro     '<title>Introduction</title>'>
-<!ENTITY reftitle.required  '<title>Requirements</title>'>
-<!ENTITY reftitle.install   '<title>Installation</title>'>
-<!ENTITY reftitle.runtime   '<title>Runtime Configuration</title>'>
-<!ENTITY reftitle.resources '<title>Resource Types</title>'>
-<!ENTITY reftitle.constants '<title>Predefined Constants</title>'>
-<!ENTITY reftitle.classes '<title>Predefined Classes</title>'>
-<!ENTITY reftitle.examples  '<title>Examples</title>'>
-<!ENTITY reftitle.seealso   '<title>See Also</title>'>
-
 <!-- Notes for IPv6 -->
 <!ENTITY ipv6.brackets '<note><simpara>When specifying a numerical IPv6 address
 (e.g. fe80::1) you must enclose the IP in square brackets.  For example,  
@@ -231,4 +236,3 @@
 
 <!ENTITY ipv6.php5 '<note><simpara>IPv6 Support was added with <literal>PHP
 5.0.0 </literal>.</simpara></note>'>
-

Reply via email to