helly           Wed Sep 29 04:55:47 2004 EDT

  Modified files:              
    /php-src/tests/reflection   exception.inc 
  Log:
  Fix classnames
  
http://cvs.php.net/diff.php/php-src/tests/reflection/exception.inc?r1=1.1&r2=1.2&ty=u
Index: php-src/tests/reflection/exception.inc
diff -u php-src/tests/reflection/exception.inc:1.1 
php-src/tests/reflection/exception.inc:1.2
--- php-src/tests/reflection/exception.inc:1.1  Mon Mar  1 15:44:11 2004
+++ php-src/tests/reflection/exception.inc      Wed Sep 29 04:55:45 2004
@@ -1,5 +1,5 @@
 <?php
-class reflectionException extends reflection_exception {
+class ReflectionExceptionEx extends ReflectionException {
         function MyException($_errno, $_errmsg) {
                 $this->errno = $_errno;
                 $this->errmsg = $_errmsg;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to