diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionObject_export_basic2.phpt')
-rw-r--r-- | ext/reflection/tests/ReflectionObject_export_basic2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionObject_export_basic2.phpt b/ext/reflection/tests/ReflectionObject_export_basic2.phpt index 8de730e9e3..e93dd9b331 100644 --- a/ext/reflection/tests/ReflectionObject_export_basic2.phpt +++ b/ext/reflection/tests/ReflectionObject_export_basic2.phpt @@ -26,7 +26,7 @@ Object of class [ <user> class Foo ] { } - Properties [1] { - Property [ <default> public $bar = 1 ] + Property [ public $bar = 1 ] } - Dynamic properties [2] { |