diff options
| author | Jani Taskinen <jani@php.net> | 2007-11-02 19:41:12 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2007-11-02 19:41:12 +0000 |
| commit | a541bb80788100606c59bf5a67478234a2045a6a (patch) | |
| tree | c782839faa71f4f23368c3efba128d89a723edac /tests/classes/array_access_009.phpt | |
| parent | b48925117750da2a7fb7cff629e3852d13917f2f (diff) | |
| download | php-git-a541bb80788100606c59bf5a67478234a2045a6a.tar.gz | |
- Fix tests
- Update README.PARAMETER_PARSING_API
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) |
