philip          Tue Jun 10 12:53:37 2003 EDT

  Modified files:              
    /phpdoc/en/reference/errorfunc      constants.xml 
  Log:
  Implement error level ids, example: <link linkend="e-notice">E_NOTICE</link>.
  
  
Index: phpdoc/en/reference/errorfunc/constants.xml
diff -u phpdoc/en/reference/errorfunc/constants.xml:1.7 
phpdoc/en/reference/errorfunc/constants.xml:1.8
--- phpdoc/en/reference/errorfunc/constants.xml:1.7     Wed May 21 06:34:22 2003
+++ phpdoc/en/reference/errorfunc/constants.xml Tue Jun 10 12:53:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <section id="errorfunc.constants">
  &reftitle.constants;
  &extension.constants.core;
@@ -10,7 +10,7 @@
     use the bitmask values instead.
    </simpara>
   </note>
- <table>
+ <table id="errorlevels">
   <title>Errors and Logging</title>
   <tgroup cols="4">
    <thead>
@@ -22,7 +22,7 @@
     </row>
    </thead>
    <tbody>
-    <row>
+    <row id="e-error">
      <entry>1</entry>
      <entry>
       <constant>E_ERROR</constant> 
@@ -36,7 +36,7 @@
      <entry></entry>
     </row>
 
-    <row>
+    <row id="e-warning">
      <entry>2</entry>
      <entry>
       <constant>E_WARNING</constant> 
@@ -49,7 +49,7 @@
      <entry></entry>
     </row>
 
-    <row>
+    <row id="e-parse">
      <entry>4</entry>
      <entry>
       <constant>E_PARSE</constant> 
@@ -62,7 +62,7 @@
      <entry></entry>
     </row>
 
-    <row>
+    <row id="e-notice">
      <entry>8</entry>
      <entry>
       <constant>E_NOTICE</constant> 
@@ -76,7 +76,7 @@
      <entry></entry>
     </row>
 
-    <row>
+    <row id="e-core-error">
      <entry>16</entry>
      <entry>
       <constant>E_CORE_ERROR</constant> 
@@ -89,7 +89,7 @@
      <entry>PHP 4 only</entry>
     </row>
 
-    <row>
+    <row id="e-core-warning">
      <entry>32</entry>
      <entry>
       <constant>E_CORE_WARNING</constant> 
@@ -103,7 +103,7 @@
      <entry>PHP 4 only</entry>
     </row>
 
-    <row>
+    <row id="e-compile-error">
      <entry>64</entry>
      <entry>
       <constant>E_COMPILE_ERROR</constant> 
@@ -116,7 +116,7 @@
      <entry>PHP 4 only</entry>
     </row>
 
-    <row>
+    <row id="e-compile-warning">
      <entry>128</entry>
      <entry>
       <constant>E_COMPILE_WARNING</constant> 
@@ -130,7 +130,7 @@
      <entry>PHP 4 only</entry>
     </row>
 
-    <row>
+    <row id="e-user-error">
      <entry>256</entry>
      <entry>
       <constant>E_USER_ERROR</constant> 
@@ -144,7 +144,7 @@
      <entry>PHP 4 only</entry>
     </row>
 
-    <row>
+    <row id="e-user-warning">
      <entry>512</entry>
      <entry>
       <constant>E_USER_WARNING</constant> 
@@ -158,7 +158,7 @@
      <entry>PHP 4 only</entry>
     </row>
 
-    <row>
+    <row id="e-user-notice">
      <entry>1024</entry>
      <entry>
       <constant>E_USER_NOTICE</constant> 
@@ -172,7 +172,7 @@
      <entry>PHP 4 only</entry>
     </row>
 
-    <row>
+    <row id="e-all">
      <entry>2047</entry>
      <entry>
       <constant>E_ALL</constant> 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to