From 184fdac7c2dd4bf97a6c70de6d9385c203e4a88a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 2 Apr 2020 11:25:41 +0200 Subject: Remove prefix from reflection dump This really doesn't add anything, and only makes for confusing terminology. Only marking properties as dynamic is sufficient. --- sapi/cli/tests/005.phpt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sapi/cli') diff --git a/sapi/cli/tests/005.phpt b/sapi/cli/tests/005.phpt index ad0ea37c29..e8faa79f0d 100644 --- a/sapi/cli/tests/005.phpt +++ b/sapi/cli/tests/005.phpt @@ -37,7 +37,7 @@ string(183) "Class [ class stdClass ] { } " -string(2008) "Class [ class Exception implements Throwable, Stringable ] { +string(1980) "Class [ class Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -49,13 +49,13 @@ string(2008) "Class [ class Exception implements Throwable, Stri } - Properties [7] { - Property [ protected $message ] - Property [ private $string ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ private $trace ] - Property [ private $previous ] + Property [ protected $message = '' ] + Property [ private $string = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ private $trace = NULL ] + Property [ private $previous = NULL ] } - Methods [11] { -- cgit v1.2.1