summaryrefslogtreecommitdiff
path: root/tests/lang/error_2_exception_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/error_2_exception_001.phpt')
-rw-r--r--tests/lang/error_2_exception_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/error_2_exception_001.phpt b/tests/lang/error_2_exception_001.phpt
index e084b92dd7..6ef3a52676 100644
--- a/tests/lang/error_2_exception_001.phpt
+++ b/tests/lang/error_2_exception_001.phpt
@@ -12,7 +12,7 @@ class MyException extends Exception {
function getErrno() {
return $this->errno;
}
-
+
function getErrmsg() {
return $this->errmsg;
}