Home
last modified time | relevance | path

Searched refs:object (Results 101 – 125 of 1987) sorted by relevance

12345678910>>...80

/PHP-7.4/ext/spl/tests/
H A Dobserver_005.phpt53 foreach($storage as $object)
55 var_dump($object);
67 foreach($storage2 as $object)
69 var_dump($object);
79 object(TestClass)#%d (4) {
89 object(TestClass)#%d (4) {
99 object(MyStorage)#%d (5) {
113 object(TestClass)#%d (4) {
147 object(TestClass)#%d (4) {
157 object(TestClass)#%d (4) {
[all …]
H A DarrayObject___construct_basic7.phpt2 SPL: ArrayObject::__construct: Using object with shared properties
8 $o = (object)$a;
20 object(stdClass)#1 (2) {
26 object(ArrayObject)#2 (1) {
28 object(stdClass)#1 (2) {
H A Darray_002.phpt10 $object = new ArrayObject($array);
11 $object[] = 'four';
13 $arrayObject = new ArrayObject($object);
23 object(ArrayObject)#%d (1) {
25 object(ArrayObject)#1 (1) {
H A Dbug32394.phpt6 $object = new ArrayIterator;
7 $object->append(1);
9 foreach($object as $key => $value)
11 $object->offsetUnset($key);
H A DarrayObject_magicMethods4.phpt75 Original wrapped object:
76 object(C)#1 (5) {
89 object(UsesMagic)#2 (2) {
93 object(C)#1 (5) {
114 object(C)#1 (5) {
127 object(UsesMagic)#2 (2) {
131 object(C)#1 (5) {
150 object(C)#1 (5) {
167 object(C)#1 (5) {
185 object(C)#1 (3) {
[all …]
H A DarrayObject_magicMethods5.phpt78 Original wrapped object:
79 object(C)#1 (4) {
90 object(UsesMagic)#2 (2) {
94 object(C)#1 (4) {
114 object(C)#1 (4) {
125 object(UsesMagic)#2 (2) {
129 object(C)#1 (4) {
149 object(C)#1 (4) {
164 object(C)#1 (4) {
181 object(C)#1 (4) {
[all …]
H A DarrayObject_magicMethods6.phpt75 Original wrapped object:
76 object(C)#1 (5) {
89 object(UsesMagic)#2 (2) {
93 object(C)#1 (5) {
114 object(C)#1 (5) {
127 object(UsesMagic)#2 (2) {
131 object(C)#1 (5) {
150 object(C)#1 (5) {
167 object(C)#1 (5) {
185 object(C)#1 (3) {
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getProperties_001.phpt42 object(ReflectionProperty)#%d (2) {
49 object(ReflectionProperty)#%d (2) {
59 object(ReflectionProperty)#%d (2) {
66 object(ReflectionProperty)#%d (2) {
76 object(ReflectionProperty)#%d (2) {
83 object(ReflectionProperty)#%d (2) {
93 object(ReflectionProperty)#%d (2) {
100 object(ReflectionProperty)#%d (2) {
110 object(ReflectionProperty)#%d (2) {
117 object(ReflectionProperty)#%d (2) {
/PHP-7.4/ext/standard/tests/serialize/
H A D__serialize_004.phpt47 object(Unserialize)#8 (2) {
58 object(Wakeup)#7 (2) {
62 object(Unserialize)#8 (2) {
77 object(Unserialize)#6 (2) {
81 object(Wakeup)#7 (2) {
85 object(Unserialize)#8 (2) {
101 object(Wakeup)#5 (2) {
105 object(Unserialize)#6 (2) {
109 object(Wakeup)#7 (2) {
113 object(Unserialize)#8 (2) {
H A Dserialization_objects_014.phpt75 object(stdClass)#%d (3) {
84 object(stdClass)#%d (3) {
92 object(stdClass)#%d (3) {
100 object(stdClass)#%d (3) {
108 object(stdClass)#%d (3) {
119 object(stdClass)#%d (3) {
128 object(stdClass)#%d (3) {
136 object(stdClass)#%d (3) {
144 object(stdClass)#%d (3) {
152 object(stdClass)#%d (3) {
[all …]
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_verify.phpt24 object(ReflectionClass)#%d (1) {
31 object(ReflectionMethod)#%d (2) {
38 object(ReflectionMethod)#%d (2) {
45 object(ReflectionMethod)#%d (2) {
52 object(ReflectionMethod)#%d (2) {
59 object(ReflectionMethod)#%d (2) {
66 object(ReflectionMethod)#%d (2) {
73 object(ReflectionMethod)#%d (2) {
80 object(ReflectionMethod)#%d (2) {
87 object(ReflectionMethod)#%d (2) {
H A DDateTime_getTimeZone_basic1.phpt14 $object = new DateTime("2009-01-30 17:57:32");
15 var_dump( $object->getTimeZone()->getName() );
19 $object = new DateTime("2009-01-30 17:57:32");
20 var_dump( $object->getTimeZone()->getName() );
23 $object->setTimeZone($la_time);
24 var_dump( $object->getTimeZone()->getName() );
/PHP-7.4/ext/standard/tests/array/
H A Dnatcasesort_object2.phpt2 Test natcasesort() function : object functionality - mixed visibility within objects
15 echo "*** Testing natcasesort() : object functionality ***\n";
23 // initializing object member value
46 echo "\n-- Testing natcasesort() by supplying object arrays --\n";
48 // testing natcasesort() function by supplying string object array
56 *** Testing natcasesort() : object functionality ***
58 -- Testing natcasesort() by supplying object arrays --
62 object(for_string_natcasesort)#%d (3) {
71 object(for_string_natcasesort)#%d (3) {
80 object(for_string_natcasesort)#%d (3) {
[all …]
H A Deach_variation1.phpt25 return "Class A object";
73 // object data
105 Warning: Variable passed to each() is not an array or object in %s on line %d
110 Warning: Variable passed to each() is not an array or object in %s on line %d
115 Warning: Variable passed to each() is not an array or object in %s on line %d
120 Warning: Variable passed to each() is not an array or object in %s on line %d
125 Warning: Variable passed to each() is not an array or object in %s on line %d
130 Warning: Variable passed to each() is not an array or object in %s on line %d
135 Warning: Variable passed to each() is not an array or object in %s on line %d
140 Warning: Variable passed to each() is not an array or object in %s on line %d
[all …]
H A Duasort_object2.phpt127 object(StaticClass)#%d (0) {
130 object(StaticClass)#%d (0) {
133 object(StaticClass)#%d (0) {
143 object(EmptyClass)#%d (0) {
146 object(EmptyClass)#%d (0) {
149 object(EmptyClass)#%d (0) {
152 object(EmptyClass)#%d (0) {
159 object(ChildClass)#%d (2) {
166 object(ChildClass)#%d (2) {
173 object(ChildClass)#%d (2) {
[all …]
H A Dsizeof_object1.phpt2 Test sizeof() function : object functionality - object with Countable interface
7 * it will return the properties of an object.
12 echo "*** Testing sizeof() : object functionality ***\n";
14 echo "-- Testing sizeof() with an object which implements Countable interface --\n";
23 return 3; // return the count of member variables in the object
39 *** Testing sizeof() : object functionality ***
40 -- Testing sizeof() with an object which implements Countable interface --
/PHP-7.4/ext/simplexml/tests/
H A Dprofile13.phpt35 object(SimpleXMLElement)#%d (1) {
37 object(SimpleXMLElement)#%d (0) {
40 object(SimpleXMLElement)#%d (0) {
42 object(SimpleXMLElement)#%d (1) {
44 object(SimpleXMLElement)#%d (2) {
51 object(SimpleXMLElement)#%d (1) {
60 object(SimpleXMLElement)#%d (2) {
67 object(SimpleXMLElement)#%d (1) {
/PHP-7.4/ext/dom/tests/
H A Dbug69846.phpt34 object(DOMText)#%d (19) {
53 string(22) "(object value omitted)"
65 string(22) "(object value omitted)"
78 object(DOMElement)#%d (18) {
96 string(22) "(object value omitted)"
98 string(22) "(object value omitted)"
100 string(22) "(object value omitted)"
106 string(22) "(object value omitted)"
108 string(22) "(object value omitted)"
124 object(DOMText)#%d (19) {
[all …]
/PHP-7.4/Zend/tests/
H A Dlsb_018.phpt59 object(Foo)#%d (1) {
63 object(Bar)#%d (1) {
67 object(Baz)#%d (1) {
71 object(Foo)#%d (1) {
75 object(Bar)#%d (1) {
79 object(Baz)#%d (1) {
83 object(Foo)#%d (1) {
87 object(Bar)#%d (1) {
91 object(Baz)#%d (1) {
/PHP-7.4/Zend/
H A Dzend_iterators.c25 static void iter_wrapper_free(zend_object *object);
26 static void iter_wrapper_dtor(zend_object *object);
27 static HashTable *iter_wrapper_get_gc(zval *object, zval **table, int *n);
65 static void iter_wrapper_free(zend_object *object) in iter_wrapper_free() argument
67 zend_object_iterator *iter = (zend_object_iterator*)object; in iter_wrapper_free()
71 static void iter_wrapper_dtor(zend_object *object) in iter_wrapper_dtor() argument
75 static HashTable *iter_wrapper_get_gc(zval *object, zval **table, int *n) { in iter_wrapper_get_gc() argument
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_methods.c56 zval_ptr_dtor( object ); in create_transliterator()
82 zval_ptr_dtor( object ); in create_transliterator()
93 zval_ptr_dtor( object ); in create_transliterator()
123 object = return_value; in PHP_FUNCTION()
164 object = return_value; in PHP_FUNCTION()
225 object = return_value; in PHP_FUNCTION()
310 object = getThis(); in PHP_FUNCTION()
313 if( object == NULL ) in PHP_FUNCTION()
328 object = arg1; in PHP_FUNCTION()
336 object = &tmp_object; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/libxml/
H A Dlibxml.c155 if (object->properties) { in php_libxml_clear_object()
156 object->properties = NULL; in php_libxml_clear_object()
287 zval_ptr_dtor(object); in _php_libxml_destroy_fci()
288 ZVAL_UNDEF(object); in _php_libxml_destroy_fci()
1181 ZVAL_OBJ(&LIBXML(entity_loader).object, fci.object); in PHP_FUNCTION()
1236 ce = Z_OBJCE_P(object); in php_libxml_import_node()
1284 if (object != NULL && object->node != NULL) { in php_libxml_decrement_node_ptr()
1293 object->node = NULL; in php_libxml_decrement_node_ptr()
1321 if (object != NULL && object->document != NULL) { in php_libxml_decrement_doc_ref()
1384 if (object != NULL && object->node != NULL) { in php_libxml_node_decrement_resource()
[all …]
/PHP-7.4/tests/classes/
H A Darray_access_009.phpt17 private $object;
23 if (!$object->offsetExists($element))
25 $object[$element] = array();
27 $this->object = $object;
38 $tmp = $this->object->proxyGet($this->element);
132 object(ArrayProxy)#%d (2) {
133 ["object":"ArrayProxy":private]=>
134 object(Peoples)#%d (1) {
169 object(ArrayProxy)#%d (2) {
170 ["object":"ArrayProxy":private]=>
[all …]
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload5.phpt46 object(A)#2 (0) {
48 object(X)#2 (0) {
50 object(Q)#2 (0) {
52 object(R)#2 (0) {
54 object(Y)#2 (0) {
56 object(B)#2 (0) {
58 object(B)#2 (0) {
/PHP-7.4/ext/tidy/tests/
H A D012.phpt35 object(tidyNode)#3 (9) {
58 object(tidyNode)#4 (9) {
82 object(tidyNode)#4 (9) {
103 object(tidyNode)#5 (9) {
131 object(tidyNode)#6 (9) {
256 object(tidyNode)#6 (9) {
297 object(tidyNode)#7 (8) {
315 object(tidyNode)#8 (9) {
397 object(tidyNode)#9 (8) {
415 object(tidyNode)#10 (9) {
[all …]

Completed in 116 milliseconds

12345678910>>...80