diff options
Diffstat (limited to 'tests/classes/array_access_010.phpt')
-rwxr-xr-x | tests/classes/array_access_010.phpt | 119 |
1 files changed, 0 insertions, 119 deletions
diff --git a/tests/classes/array_access_010.phpt b/tests/classes/array_access_010.phpt index 3e6828dbd3..175ac3abde 100755 --- a/tests/classes/array_access_010.phpt +++ b/tests/classes/array_access_010.phpt @@ -98,125 +98,6 @@ var_dump($people[0]['name']); ===DONE=== <?php exit(0); ?> --EXPECTF-- -string(3) "Foo" -string(6) "FooBar" -string(9) "FooBarBaz" -===ArrayOverloading=== - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::__construct(Array) -object(ArrayReferenceProxy)#%d (2) { - ["object":"ArrayReferenceProxy":private]=> - object(Peoples)#%d (1) { - ["person"]=> - array(1) { - [0]=> - &array(1) { - ["name"]=> - string(3) "Foo" - } - } - } - ["element":"ArrayReferenceProxy":private]=> - &array(1) { - ["name"]=> - string(3) "Foo" - } -} - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::__construct(Array) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::offsetGet(Array, name) -string(3) "Foo" - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::__construct(Array) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::offsetSet(Array, name, FooBar) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::__construct(Array) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::offsetGet(Array, name) -string(6) "FooBar" - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::__construct(Array) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::offsetSet(Array, name, FooBarBar) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::__construct(Array) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::offsetGet(Array, name) -string(9) "FooBarBar" - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::__construct(Array) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::offsetGet(Array, name) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::offsetSet(Array, name, FooBarBarBaz) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::__construct(Array) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::offsetGet(Array, name) -string(12) "FooBarBarBaz" - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::__construct(Array) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::offsetUnset(Array, name) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::__construct(Array) -object(ArrayReferenceProxy)#%d (2) { - ["object":"ArrayReferenceProxy":private]=> - object(Peoples)#%d (1) { - ["person"]=> - array(1) { - [0]=> - &array(0) { - } - } - } - ["element":"ArrayReferenceProxy":private]=> - &array(0) { - } -} - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::__construct(Array) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::offsetGet(Array, name) -NULL - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::__construct(Array) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::offsetSet(Array, name, BlaBla) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::__construct(Array) - -Notice: Array to string conversion in %s on line %d -ArrayReferenceProxy::offsetGet(Array, name) -string(6) "BlaBla" -===DONE=== ---UEXPECTF-- unicode(3) "Foo" unicode(6) "FooBar" unicode(9) "FooBarBaz" |