Test: /ext/spl/tests/bug32134.phpt - Version 7.2.0-dev        

Bug #32134 Overloading offsetGet/offsetSet
Submitted: 2005-02-28 17:09:53 Modified: 2005-03-03 11:51:34
From: justinh Assigned: helly
Status: Closed Package: SPL related
PHP Version: 5.0.3 OS: *

There is 1 diff reported by users for this test.

Count Diff
17 (100%)
003+ Segmentation fault (core dumped)
004+
005+ Termsig=11
003- string(3) "one"
004- myArray::offsetSet(two,two)
005- myArray::offsetGet(two)
006- string(3) "two"
007- ===DONE===