From: Marcus Boerger Date: Wed, 31 Dec 2008 12:32:59 +0000 (+0000) Subject: - Fix test X-Git-Tag: php-5.4.0alpha1~191^2~4702 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=415f9d73edb6cffdd1bd742b6d88008b0f1ad995;p=php - Fix test --- diff --git a/sapi/cli/tests/005.phpt b/sapi/cli/tests/005.phpt index fc07870193..914e33c7fe 100644 --- a/sapi/cli/tests/005.phpt +++ b/sapi/cli/tests/005.phpt @@ -21,7 +21,7 @@ echo "Done\n"; --EXPECTF-- string(40) "Exception: Class unknown does not exist " -string(178) "Class [ class stdClass ] { +string(183) "Class [ class stdClass ] { - Constants [0] { } @@ -40,7 +40,7 @@ string(178) "Class [ class stdClass ] { } " -string(1141) "Class [ class Exception ] { +string(1355) "Class [ class Exception ] { - Constants [0] { } @@ -51,46 +51,51 @@ 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] { - Method [ final private method __clone ] { + - Methods [10] { + Method [ final private method __clone ] { } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getPrevious ] { } - Method [ public method __toString ] { + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } }