diff options
| author | Steve Seear <stevseea@php.net> | 2008-03-19 17:56:12 +0000 |
|---|---|---|
| committer | Steve Seear <stevseea@php.net> | 2008-03-19 17:56:12 +0000 |
| commit | 9e8d58e54b67750c06e8b940a38b91f5e03e1911 (patch) | |
| tree | 6b481808e6380077d53df25b068052bcedcfa500 /tests/classes/array_access_009.phpt | |
| parent | c441dafbf4d89e5635a87d02fbb68e15845e71db (diff) | |
| download | php-git-9e8d58e54b67750c06e8b940a38b91f5e03e1911.tar.gz | |
Added some class tests; Replaced some hardcoded instance ids with %d.
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..b1382a639a 100755 --- a/tests/classes/array_access_009.phpt +++ b/tests/classes/array_access_009.phpt @@ -129,9 +129,9 @@ string(6) "FooBar" string(9) "FooBarBaz" ===ArrayOverloading=== ArrayProxy::__construct(0) -object(ArrayProxy)#1 (2) { +object(ArrayProxy)#%d (2) { ["object:private"]=> - object(Peoples)#2 (1) { + object(Peoples)#%d (1) { ["person"]=> array(1) { [0]=> @@ -166,9 +166,9 @@ string(12) "FooBarBarBaz" ArrayProxy::__construct(0) ArrayProxy::offsetUnset(0, name) ArrayProxy::__construct(0) -object(ArrayProxy)#1 (2) { +object(ArrayProxy)#%d (2) { ["object:private"]=> - object(Peoples)#2 (1) { + object(Peoples)#%d (1) { ["person"]=> array(1) { [0]=> |
