Lines Matching refs:ArrayObject
2 SPL: ArrayObject::__construct basic usage with ArrayObject::STD_PROP_LIST.
9 class MyArrayObject extends ArrayObject {
13 echo "\n--> Access prop on instance of ArrayObject with ArrayObject::STD_PROP_LIST:\n";
15 $ao = new ArrayObject($c, ArrayObject::STD_PROP_LIST);
18 echo "\n--> Access prop on instance of MyArrayObject with ArrayObject::STD_PROP_LIST:\n";
20 $ao = new MyArrayObject($c, ArrayObject::STD_PROP_LIST);
50 --> Access prop on instance of ArrayObject with ArrayObject::STD_PROP_LIST:
58 Deprecated: Creation of dynamic property ArrayObject::$prop is deprecated in %s on line %d
66 Warning: Undefined property: ArrayObject::$prop in %s on line %d
72 object(ArrayObject)#2 (1) {
73 ["storage":"ArrayObject":private]=>
80 --> Access prop on instance of MyArrayObject with ArrayObject::STD_PROP_LIST:
101 ["storage":"ArrayObject":private]=>