diff options
Diffstat (limited to 'tests/classes/array_access_009.phpt')
| -rwxr-xr-x | tests/classes/array_access_009.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/classes/array_access_009.phpt b/tests/classes/array_access_009.phpt index 32573f5a4d..f77dd7bfc5 100755 --- a/tests/classes/array_access_009.phpt +++ b/tests/classes/array_access_009.phpt @@ -130,7 +130,7 @@ string(9) "FooBarBaz" ===ArrayOverloading=== ArrayProxy::__construct(0) object(ArrayProxy)#1 (2) { - ["object:private"]=> + ["object":"ArrayProxy":private]=> object(Peoples)#2 (1) { ["person"]=> array(1) { @@ -141,7 +141,7 @@ object(ArrayProxy)#1 (2) { } } } - ["element:private"]=> + ["element":"ArrayProxy":private]=> int(0) } ArrayProxy::__construct(0) @@ -167,7 +167,7 @@ ArrayProxy::__construct(0) ArrayProxy::offsetUnset(0, name) ArrayProxy::__construct(0) object(ArrayProxy)#1 (2) { - ["object:private"]=> + ["object":"ArrayProxy":private]=> object(Peoples)#2 (1) { ["person"]=> array(1) { @@ -176,7 +176,7 @@ object(ArrayProxy)#1 (2) { } } } - ["element:private"]=> + ["element":"ArrayProxy":private]=> int(0) } ArrayProxy::__construct(0) |
