]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Sun, 13 Jul 2008 09:42:25 +0000 (09:42 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 13 Jul 2008 09:42:25 +0000 (09:42 +0000)
sapi/cli/tests/005.phpt

index 0b38bba765048526bf9cd6a2a4f4006e0f39fe0b..86d4276e7b5e3678a6d738397c069dac7a00de8b 100644 (file)
@@ -40,7 +40,7 @@ string(178) "Class [ <internal> class stdClass ] {
 }
 
 "
-string(1141) "Class [ <internal> class Exception ] {
+string(1300) "Class [ <internal> class Exception ] {
 
   - Constants [0] {
   }
@@ -51,24 +51,26 @@ string(1141) "Class [ <internal> class Exception ] {
   - 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] {
+  - Methods [10] {
     Method [ <internal> final private method __clone ] {
     }
 
     Method [ <internal, ctor> public method __construct ] {
 
-      - Parameters [2] {
+      - Parameters [3] {
         Parameter #0 [ <optional> $message ]
         Parameter #1 [ <optional> $code ]
+        Parameter #2 [ <optional> $previous ]
       }
     }
 
@@ -87,6 +89,9 @@ string(1141) "Class [ <internal> class Exception ] {
     Method [ <internal> final public method getTrace ] {
     }
 
+    Method [ <internal> final public method getPrevious ] {
+    }
+
     Method [ <internal> final public method getTraceAsString ] {
     }