helly           Wed Dec 31 12:32:59 2008 UTC

  Modified files:              
    /php-src/sapi/cli/tests     005.phpt 
  Log:
  - Fix test
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/005.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/sapi/cli/tests/005.phpt
diff -u php-src/sapi/cli/tests/005.phpt:1.4 php-src/sapi/cli/tests/005.phpt:1.5
--- php-src/sapi/cli/tests/005.phpt:1.4 Sat Mar 17 19:15:57 2007
+++ php-src/sapi/cli/tests/005.phpt     Wed Dec 31 12:32:59 2008
@@ -21,7 +21,7 @@
 --EXPECTF--    
 string(40) "Exception: Class unknown does not exist
 "
-string(178) "Class [ <internal> class stdClass ] {
+string(183) "Class [ <internal:Core> class stdClass ] {
 
   - Constants [0] {
   }
@@ -40,7 +40,7 @@
 }
 
 "
-string(1141) "Class [ <internal> class Exception ] {
+string(1355) "Class [ <internal:Core> class Exception ] {
 
   - Constants [0] {
   }
@@ -51,46 +51,51 @@
   - Static methods [0] {
   }
 
-  - Properties [6] {
+  - Properties [7] {
     Property [ <default> protected $message ]
     Property [ <default> private $string ]
     Property [ <default> protected $code ]
     Property [ <default> protected $file ]
     Property [ <default> protected $line ]
     Property [ <default> private $trace ]
+    Property [ <default> private $previous ]
   }
 
-  - Methods [9] {
-    Method [ <internal> final private method __clone ] {
+  - Methods [10] {
+    Method [ <internal:Core> final private method __clone ] {
     }
 
-    Method [ <internal, ctor> public method __construct ] {
+    Method [ <internal:Core, ctor> public method __construct ] {
 
-      - Parameters [2] {
+      - Parameters [3] {
         Parameter #0 [ <optional> $message ]
         Parameter #1 [ <optional> $code ]
+        Parameter #2 [ <optional> $previous ]
       }
     }
 
-    Method [ <internal> final public method getMessage ] {
+    Method [ <internal:Core> final public method getMessage ] {
     }
 
-    Method [ <internal> final public method getCode ] {
+    Method [ <internal:Core> final public method getCode ] {
     }
 
-    Method [ <internal> final public method getFile ] {
+    Method [ <internal:Core> final public method getFile ] {
     }
 
-    Method [ <internal> final public method getLine ] {
+    Method [ <internal:Core> final public method getLine ] {
     }
 
-    Method [ <internal> final public method getTrace ] {
+    Method [ <internal:Core> final public method getTrace ] {
     }
 
-    Method [ <internal> final public method getTraceAsString ] {
+    Method [ <internal:Core> final public method getPrevious ] {
     }
 
-    Method [ <internal> public method __toString ] {
+    Method [ <internal:Core> final public method getTraceAsString ] {
+    }
+
+    Method [ <internal:Core> public method __toString ] {
     }
   }
 }



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

Reply via email to