summaryrefslogtreecommitdiff
path: root/pear/tests/PEAR_Error.r
diff options
context:
space:
mode:
Diffstat (limited to 'pear/tests/PEAR_Error.r')
-rw-r--r--pear/tests/PEAR_Error.r20
1 files changed, 0 insertions, 20 deletions
diff --git a/pear/tests/PEAR_Error.r b/pear/tests/PEAR_Error.r
deleted file mode 100644
index fce8a664a7..0000000000
--- a/pear/tests/PEAR_Error.r
+++ /dev/null
@@ -1,20 +0,0 @@
-new PEAR_Error object(pear_error)(8) {
- ["classname"]=>
- string(10) "pear_error"
- ["error_message_prefix"]=>
- string(0) ""
- ["error_prepend"]=>
- string(0) ""
- ["error_append"]=>
- string(0) ""
- ["mode"]=>
- int(0)
- ["level"]=>
- int(1024)
- ["message"]=>
- string(13) "unknown error"
- ["code"]=>
- int(0)
-}
-isError 1 bool(true)
-isError 2 bool(false)