diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_getProperties_003.phpt')
| -rw-r--r-- | ext/reflection/tests/ReflectionClass_getProperties_003.phpt | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/ext/reflection/tests/ReflectionClass_getProperties_003.phpt b/ext/reflection/tests/ReflectionClass_getProperties_003.phpt index b4f9a774db..ac16a68349 100644 --- a/ext/reflection/tests/ReflectionClass_getProperties_003.phpt +++ b/ext/reflection/tests/ReflectionClass_getProperties_003.phpt @@ -41,28 +41,28 @@ No properties:array(0) { } Public properties:array(4) { [0]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(4) "pub1" ["class"]=> string(1) "C" } [1]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(4) "pub2" ["class"]=> string(1) "C" } [2]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(4) "pubs" ["class"]=> string(1) "C" } [3]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(5) "pubs2" ["class"]=> @@ -71,28 +71,28 @@ Public properties:array(4) { } Private properties:array(4) { [0]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(5) "priv1" ["class"]=> string(1) "C" } [1]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(5) "priv2" ["class"]=> string(1) "C" } [2]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(6) "privs1" ["class"]=> string(1) "C" } [3]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(6) "privs2" ["class"]=> @@ -101,42 +101,42 @@ Private properties:array(4) { } Public or static properties:array(6) { [0]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(4) "pub1" ["class"]=> string(1) "C" } [1]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(4) "pub2" ["class"]=> string(1) "C" } [2]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(4) "pubs" ["class"]=> string(1) "C" } [3]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(5) "pubs2" ["class"]=> string(1) "C" } [4]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(6) "privs1" ["class"]=> string(1) "C" } [5]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(6) "privs2" ["class"]=> @@ -145,42 +145,42 @@ Public or static properties:array(6) { } Private or static properties:array(6) { [0]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(5) "priv1" ["class"]=> string(1) "C" } [1]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(5) "priv2" ["class"]=> string(1) "C" } [2]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(4) "pubs" ["class"]=> string(1) "C" } [3]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(5) "pubs2" ["class"]=> string(1) "C" } [4]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(6) "privs1" ["class"]=> string(1) "C" } [5]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(6) "privs2" ["class"]=> |
