summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-09-29 08:55:45 +0000
committerMarcus Boerger <helly@php.net>2004-09-29 08:55:45 +0000
commita898c2dd2850dfbb16cf4aa01bcd32f75eaee412 (patch)
tree5ae635e351e372f02aac7aecd0c513a99fcbf36f
parent93753e19b135660992d4e516297860648c5217e8 (diff)
downloadphp-git-a898c2dd2850dfbb16cf4aa01bcd32f75eaee412.tar.gz
Fix classnames
-rw-r--r--ext/reflection/tests/exception.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/exception.inc b/ext/reflection/tests/exception.inc
index 8570b6b360..e403339965 100644
--- a/ext/reflection/tests/exception.inc
+++ b/ext/reflection/tests/exception.inc
@@ -1,5 +1,5 @@
<?php
-class reflectionException extends reflection_exception {
+class ReflectionExceptionEx extends ReflectionException {
function MyException($_errno, $_errmsg) {
$this->errno = $_errno;
$this->errmsg = $_errmsg;