]> granicus.if.org Git - php/commitdiff
* DB_storage broke when DB_common::query was added, fixed
authorStig Bakken <ssb@php.net>
Tue, 31 Jul 2001 07:57:14 +0000 (07:57 +0000)
committerStig Bakken <ssb@php.net>
Tue, 31 Jul 2001 07:57:14 +0000 (07:57 +0000)
pear/PEAR.php

index a98c04e60ff634bd61fcb3edf6b85a5476234b6d..bbdfcfccf0b66476abddb6242f08ae947b897c62 100644 (file)
@@ -251,7 +251,6 @@ class PEAR
      *
      * @since PHP 4.0.5
      */
-
     function &raiseError($message = null,
                          $code = null,
                          $mode = null,
@@ -318,6 +317,7 @@ class PEAR
     }
 
     // }}}
+    // {{{ pushErrorHandling()
 
     /**
     * Push a new error handler on top of the error handler options stack. With this
@@ -362,6 +362,9 @@ class PEAR
         return true;
     }
 
+    // }}}
+    // {{{ popErrorHandling()
+
     /**
     * Pop the last error handler used
     *
@@ -382,6 +385,7 @@ class PEAR
         return true;
     }
 
+    // }}}
 }
 
 // {{{ _PEAR_call_destructors()