Home
last modified time | relevance | path

Searched refs:ArrayObject (Results 101 – 125 of 185) sorted by relevance

12345678

/php-src/Zend/tests/
H A Dindirect_method_call_005.phpt2 Testing array dereferencing from instance with ArrayObject
6 class foo extends ArrayObject {
H A Dunset_cv10.phpt2 unset() CV 10 (unset() of global variable in ArrayObject::offsetUnset($GLOBALS))
6 $a = new ArrayObject($GLOBALS);
/php-src/ext/spl/tests/
H A DArrayObject_unserialize_empty_string.phpt2 ArrayObject: test that you can unserialize a empty string
8 $a = new ArrayObject(array());
H A Dbug53515.phpt2 Bug #53515 (property_exists incorrect on ArrayObject null and 0 values)
7 $o = new ArrayObject($a, ArrayObject::ARRAY_AS_PROPS);
H A DArrayObject__serialize_saves_iterator_class.phpt2 ArrayObject::__serialize saves any iterator class set by ::setIteratorClass
7 $arrayObject = new ArrayObject(array(1, 2, 3));
H A Dbug52861.phpt2 Bug #52861 (unset failes with ArrayObject and deep arrays)
5 $arrayObject = new ArrayObject(array('foo' => array('bar' => array('baz' => 'boo'))));
H A Dbug61527.phpt5 $ao = new ArrayObject(array());
14 $ao2 = new ArrayObject(array(1 => 1, 2, 3, 4, 5));
45 $ao3 = new ArrayObject(array(), 0, 'RecursiveArrayIterator');
50 $ao4 = new ArrayObject(array(1, 2), 0, 'RecursiveArrayIterator');
H A Dbug66127.phpt2 Bug #66127 (Segmentation fault with ArrayObject unset)
17 $items = new ArrayObject();
H A Dbug70852.phpt2 Bug #70852 Segfault getting NULL offset of an ArrayObject
5 $y = new ArrayObject();
H A Darray_021.phpt2 SPL: ArrayObject::seek() and exceptions
6 class foo extends ArrayObject
H A Dbug70068.phpt2 Bug #70068 (Dangling pointer in the unserialization of ArrayObject items)
6 $a = unserialize('a:3:{i:0;C:11:"ArrayObject":20:{x:i:0;r:3;;m:a:0:{};}i:1;d:11;i:2;S:31:"AAAAAAAAB…
H A Dbug45622b.phpt2 Ensure fix to bug45622 doesn't cause __isset() to be called when ArrayObject::ARRAY_AS_PROPS is use…
5 class UsesMagic extends ArrayObject {
11 $ao = new UsesMagic(array(), ArrayObject::ARRAY_AS_PROPS);
H A DArrayObject_proptable_canonicalization.phpt2 When ArrayObject wraps an object, we should use proptable canonicalization
7 $ao = new ArrayObject($o);
H A Dbug36825.phpt2 Bug #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault)
6 class foo extends ArrayObject
H A Dbug70959.phpt2 Bug #70959 (ArrayObject unserialize does not restore protected fields)
5 class testObject extends ArrayObject {
H A Dbug33136.phpt2 Bug #33136 (method offsetSet in class extended from ArrayObject crash PHP)
6 class Collection extends ArrayObject
69 [storage:ArrayObject:private] => Array
H A Dbug74669.phpt13 $this->container = new ArrayObject();
48 class SelfArray extends ArrayObject
69 $arObj = new ArrayObject(['test1', 'test2']);
79 $str = 'C:11:"ArrayObject":' . strlen($payload) . ':{' . $payload . '}';
H A Dbug34548.phpt2 Bug #34548 (Method append() in class extended from ArrayObject crashes PHP)
6 class Collection extends ArrayObject
H A Darray_005.phpt2 SPL: ArrayObject/Iterator interaction
32 public function __construct(ArrayObject $students, Student $other)
51 $this->students = new ArrayObject(array());
/php-src/Zend/tests/return_types/
H A Dgenerators006.phpt5 function test1() : StdClass|ArrayObject|array {
10 Fatal error: Generator return type must be a supertype of Generator, StdClass|ArrayObject|array giv…
/php-src/ext/standard/tests/array/
H A Dbug40191.phpt6 $arrObj = new ArrayObject();
20 array_unique(): Argument #1 ($array) must be of type array, ArrayObject given
/php-src/Zend/tests/readonly_props/
H A Dreadonly_containing_object.phpt40 $test = new Test(new ArrayObject());
58 object(ArrayObject)#7 (1) {
59 ["storage":"ArrayObject":private]=>
/php-src/Zend/tests/offsets/
H A Dappending_containers_in_fetch.phpt62 new ArrayObject() container:
64 Notice: Indirect modification of overloaded element of ArrayObject has no effect in %s on line %d
65 object(ArrayObject)#2 (1) {
66 ["storage":"ArrayObject":private]=>
H A Dreference_containers_appended.phpt56 new ArrayObject() container:
58 Notice: Indirect modification of overloaded element of ArrayObject has no effect in %s on line %d
59 object(ArrayObject)#2 (1) {
60 ["storage":"ArrayObject":private]=>
H A Dtest_offset_helpers.inc37 if ($value instanceof ArrayObject) {
38 return "new ArrayObject()";
116 class B extends ArrayObject {
154 new ArrayObject(),
195 new ArrayObject(),

Completed in 48 milliseconds

12345678