From 0a21b5d97039945a9e5dc683f2f5e8b379f07ada Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 4 Aug 2015 14:46:19 -0700 Subject: [PATCH] fix test --- sapi/cli/tests/005.phpt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sapi/cli/tests/005.phpt b/sapi/cli/tests/005.phpt index 84b0f98440..a840e8ffd2 100644 --- a/sapi/cli/tests/005.phpt +++ b/sapi/cli/tests/005.phpt @@ -4,7 +4,7 @@ show information about class --FILE-- @@ -18,7 +18,7 @@ var_dump(`"$php" -n --rc exception`); echo "Done\n"; ?> ---EXPECTF-- +--EXPECTF-- string(40) "Exception: Class unknown does not exist " string(183) "Class [ class stdClass ] { @@ -40,7 +40,7 @@ string(183) "Class [ class stdClass ] { } " -string(1355) "Class [ class Exception ] { +string(1424) "Class [ class Exception ] { - Constants [0] { } @@ -61,7 +61,7 @@ string(1355) "Class [ class Exception ] { Property [ private $previous ] } - - Methods [10] { + - Methods [11] { Method [ final private method __clone ] { } @@ -74,6 +74,9 @@ string(1355) "Class [ class Exception ] { } } + Method [ final public method __wakeup ] { + } + Method [ final public method getMessage ] { } -- 2.50.0