summaryrefslogtreecommitdiff
path: root/sapi/cli/tests
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-07-13 09:42:25 +0000
committerAntony Dovgal <tony2001@php.net>2008-07-13 09:42:25 +0000
commit8793440eeee5f2aa73e2d0be03421eaa9af2be70 (patch)
tree8761fc7bbc799f18ab45fc9e946fc7a7cd9d77c4 /sapi/cli/tests
parent8c7c44540404a17a670d57eacffa44144d7dcd83 (diff)
downloadphp-git-8793440eeee5f2aa73e2d0be03421eaa9af2be70.tar.gz
fix test
Diffstat (limited to 'sapi/cli/tests')
-rw-r--r--sapi/cli/tests/005.phpt13
1 files changed, 9 insertions, 4 deletions
diff --git a/sapi/cli/tests/005.phpt b/sapi/cli/tests/005.phpt
index 0b38bba765..86d4276e7b 100644
--- a/sapi/cli/tests/005.phpt
+++ b/sapi/cli/tests/005.phpt
@@ -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 ] {
}