Browse Source

fix test

PHAR_1_2
Antony Dovgal 19 years ago
parent
commit
301632ddf4
  1. 100
      tests/classes/array_access_010.phpt

100
tests/classes/array_access_010.phpt

@ -102,6 +102,8 @@ 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)#1 (2) {
["object":"ArrayReferenceProxy":private]=>
@ -121,27 +123,63 @@ object(ArrayReferenceProxy)#1 (2) {
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)#1 (2) {
["object":"ArrayReferenceProxy":private]=>
@ -157,12 +195,24 @@ object(ArrayReferenceProxy)#1 (2) {
&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===
@ -171,6 +221,8 @@ unicode(3) "Foo"
unicode(6) "FooBar"
unicode(9) "FooBarBaz"
===ArrayOverloading===
Notice: Array to string conversion in %s on line %d
ArrayReferenceProxy::__construct(Array)
object(ArrayReferenceProxy)#1 (2) {
[u"object":u"ArrayReferenceProxy":private]=>
@ -190,27 +242,63 @@ object(ArrayReferenceProxy)#1 (2) {
unicode(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)
unicode(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)
unicode(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)
unicode(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)
unicode(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)#1 (2) {
[u"object":u"ArrayReferenceProxy":private]=>
@ -226,12 +314,24 @@ object(ArrayReferenceProxy)#1 (2) {
&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)
unicode(6) "BlaBla"
===DONE===
Loading…
Cancel
Save