From: Antony Dovgal Date: Sun, 13 Jul 2008 09:42:25 +0000 (+0000) Subject: fix test X-Git-Tag: php-5.3.0alpha1~377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8793440eeee5f2aa73e2d0be03421eaa9af2be70;p=php fix test --- 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 [ class stdClass ] { } " -string(1141) "Class [ class Exception ] { +string(1300) "Class [ class Exception ] { - Constants [0] { } @@ -51,24 +51,26 @@ string(1141) "Class [ class Exception ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $message ] Property [ private $string ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] Property [ private $trace ] + Property [ private $previous ] } - - Methods [9] { + - Methods [10] { Method [ final private method __clone ] { } Method [ public method __construct ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } @@ -87,6 +89,9 @@ string(1141) "Class [ class Exception ] { Method [ final public method getTrace ] { } + Method [ final public method getPrevious ] { + } + Method [ final public method getTraceAsString ] { }