summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/PEAR.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/pear/PEAR.php b/pear/PEAR.php
index a98c04e60f..bbdfcfccf0 100644
--- a/pear/PEAR.php
+++ b/pear/PEAR.php
@@ -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()