PEAR.php
authoredward <edward@roojs.com>
Fri, 4 Sep 2015 06:06:42 +0000 (14:06 +0800)
committeredward <edward@roojs.com>
Fri, 4 Sep 2015 06:06:42 +0000 (14:06 +0800)
PEAR.php

index 48cbbf7..5322055 100644 (file)
--- a/PEAR.php
+++ b/PEAR.php
@@ -156,10 +156,9 @@ class PEAR
         if ($error_class !== null) {
             $this->_error_class = $error_class;
         }
-
+        print_R($classname);
         while ($classname && strcasecmp($classname, "pear")) {
             $destructor = "_$classname";
-            print_R($classname);
             if (method_exists($this, $destructor)) {
                 global $_PEAR_destructor_object_list;
                 $_PEAR_destructor_object_list[] = &$this;