]> granicus.if.org Git - php/commitdiff
Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement...
authorDmitry Stogov <dmitry@php.net>
Thu, 7 Jul 2005 16:09:55 +0000 (16:09 +0000)
committerDmitry Stogov <dmitry@php.net>
Thu, 7 Jul 2005 16:09:55 +0000 (16:09 +0000)
tests/classes/array_access_001.phpt
tests/classes/array_access_002.phpt

index 9b3d8891ebecd55ad5407cc07a8c746505d582fd..82f96d5239f108e81b9c1732e227ef5e80222c50 100644 (file)
@@ -96,12 +96,16 @@ array(4) {
 }
 ===EMPTY===
 object::offsetExists(0)
+object::offsetGet(0)
 bool(false)
 object::offsetExists(1)
+object::offsetGet(1)
 bool(false)
 object::offsetExists(2)
+object::offsetGet(2)
 bool(false)
 object::offsetExists(4th)
+object::offsetGet(4th)
 bool(false)
 object::offsetExists(5th)
 bool(true)
index 7aebb035a09025c3cf549483ef635aed1e37e7c2..fd08eb39465a9b0e92dd830c34723f5dbce93e93 100644 (file)
@@ -96,12 +96,16 @@ array(4) {
 }
 ===EMPTY===
 object::offsetExists(0)
+object::offsetGet(0)
 bool(false)
 object::offsetExists(1)
+object::offsetGet(1)
 bool(false)
 object::offsetExists(2)
+object::offsetGet(2)
 bool(false)
 object::offsetExists(4th)
+object::offsetGet(4th)
 bool(false)
 object::offsetExists(5th)
 bool(true)