Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 1731) sorted by relevance

12345678910>>...70

/PHP-7.4/ext/simplexml/tests/
H A Dbug72588.phpt16 <object type="obj_1" label="Label for object 1"></object>
17 <object type="obj_2" label="Label for object 2"></object>
18 <object type="obj_3" label="Label for object 3"></object>
19 <object type="obj_4" label="Label for object 4"></object>
20 <object type="obj_5" label="Label for object 5"></object>
21 <object type="obj_6" label="Label for object 6"></object>
22 <object type="obj_7" label="Label for object 7"></object>
23 <object type="obj_8" label="Label for object 8"></object>
24 <object type="obj_9" label="Label for object 9"></object>
25 <object type="obj_10" label="Label for object 10"></object>
[all …]
H A Dbug66084_0.phpt13 object(SimpleXMLElement)#1 (2) {
15 object(SimpleXMLElement)#2 (0) {
18 object(SimpleXMLElement)#3 (1) {
25 object(SimpleXMLElement)#1 (3) {
27 object(SimpleXMLElement)#3 (0) {
30 object(SimpleXMLElement)#2 (0) {
33 object(SimpleXMLElement)#4 (1) {
40 object(SimpleXMLElement)#1 (2) {
42 object(SimpleXMLElement)#4 (0) {
45 object(SimpleXMLElement)#2 (2) {
[all …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt159 $type = "object";
194 string(6) "object"
202 string(6) "object"
210 string(6) "object"
218 string(6) "object"
226 string(6) "object"
234 string(6) "object"
243 string(6) "object"
251 string(6) "object"
259 string(6) "object"
[all …]
/PHP-7.4/Zend/tests/
H A Dcompare_002.phpt99 int(1) !== object(test)#3 (0) {}
201 NULL !== object(test)#3 (0) {}
250 object(stdClass)#1 (0) {} === object(stdClass)#1 (0) {}
251 object(stdClass)#1 (0) {} !== object(stdClass)#2 (0) {}
252 object(stdClass)#1 (0) {} !== object(test)#3 (0) {}
267 object(stdClass)#2 (0) {} !== object(stdClass)#1 (0) {}
268 object(stdClass)#2 (0) {} === object(stdClass)#2 (0) {}
269 object(stdClass)#2 (0) {} !== object(test)#3 (0) {}
284 object(test)#3 (0) {} !== object(stdClass)#1 (0) {}
285 object(test)#3 (0) {} !== object(stdClass)#2 (0) {}
[all …]
H A Dcompare_002_64bit.phpt99 int(1) !== object(test)#%d (0) {}
201 NULL !== object(test)#%d (0) {}
250 object(stdClass)#%d (0) {} === object(stdClass)#%d (0) {}
251 object(stdClass)#%d (0) {} !== object(stdClass)#%d (0) {}
252 object(stdClass)#%d (0) {} !== object(test)#%d (0) {}
267 object(stdClass)#%d (0) {} !== object(stdClass)#%d (0) {}
268 object(stdClass)#%d (0) {} === object(stdClass)#%d (0) {}
269 object(stdClass)#%d (0) {} !== object(test)#%d (0) {}
284 object(test)#%d (0) {} !== object(stdClass)#%d (0) {}
285 object(test)#%d (0) {} !== object(stdClass)#%d (0) {}
[all …]
H A Dcast_to_object.phpt33 $tmp = (object)$var;
40 object(stdClass)#%d (1) {
44 object(stdClass)#%d (1) {
48 object(stdClass)#%d (1) {
52 object(stdClass)#%d (1) {
56 object(stdClass)#%d (1) {
60 object(stdClass)#%d (1) {
64 object(stdClass)#%d (0) {
66 object(stdClass)#%d (3) {
74 object(stdClass)#%d (1) {
[all …]
H A Dsettype_object.phpt33 settype($var, "object");
40 object(stdClass)#%d (1) {
44 object(stdClass)#%d (1) {
48 object(stdClass)#%d (1) {
52 object(stdClass)#%d (1) {
56 object(stdClass)#%d (1) {
60 object(stdClass)#%d (1) {
64 object(stdClass)#%d (0) {
66 object(stdClass)#%d (3) {
74 object(stdClass)#%d (1) {
[all …]
H A Dcompare_001.phpt274 object(stdClass)#1 (0) {} == object(stdClass)#1 (0) {}
275 object(stdClass)#1 (0) {} == object(stdClass)#2 (0) {}
276 object(stdClass)#1 (0) {} != object(test)#3 (0) {}
299 object(stdClass)#2 (0) {} == object(stdClass)#1 (0) {}
300 object(stdClass)#2 (0) {} == object(stdClass)#2 (0) {}
301 object(stdClass)#2 (0) {} != object(test)#3 (0) {}
309 object(test)#3 (0) {}
312 object(test)#3 (0) {}
324 object(test)#3 (0) {} != object(stdClass)#1 (0) {}
325 object(test)#3 (0) {} != object(stdClass)#2 (0) {}
[all …]
H A Dcompare_003.phpt274 object(stdClass)#1 (0) {} <= object(stdClass)#1 (0) {}
275 object(stdClass)#1 (0) {} <= object(stdClass)#2 (0) {}
276 object(stdClass)#1 (0) {} <= object(test)#3 (0) {}
299 object(stdClass)#2 (0) {} <= object(stdClass)#1 (0) {}
300 object(stdClass)#2 (0) {} <= object(stdClass)#2 (0) {}
301 object(stdClass)#2 (0) {} <= object(test)#3 (0) {}
309 object(test)#3 (0) {}
312 object(test)#3 (0) {}
324 object(test)#3 (0) {} <= object(stdClass)#1 (0) {}
325 object(test)#3 (0) {} <= object(stdClass)#2 (0) {}
[all …]
H A Dcompare_004.phpt274 object(stdClass)#1 (0) {} >= object(stdClass)#1 (0) {}
275 object(stdClass)#1 (0) {} >= object(stdClass)#2 (0) {}
276 object(stdClass)#1 (0) {} >= object(test)#3 (0) {}
299 object(stdClass)#2 (0) {} >= object(stdClass)#1 (0) {}
300 object(stdClass)#2 (0) {} >= object(stdClass)#2 (0) {}
301 object(stdClass)#2 (0) {} >= object(test)#3 (0) {}
309 object(test)#3 (0) {}
312 object(test)#3 (0) {}
324 object(test)#3 (0) {} >= object(stdClass)#1 (0) {}
325 object(test)#3 (0) {} >= object(stdClass)#2 (0) {}
[all …]
H A Dcompare_005.phpt274 object(stdClass)#1 (0) {} >= object(stdClass)#1 (0) {}
275 object(stdClass)#1 (0) {} >= object(stdClass)#2 (0) {}
276 object(stdClass)#1 (0) {} < object(test)#3 (0) {}
299 object(stdClass)#2 (0) {} >= object(stdClass)#1 (0) {}
300 object(stdClass)#2 (0) {} >= object(stdClass)#2 (0) {}
301 object(stdClass)#2 (0) {} < object(test)#3 (0) {}
309 object(test)#3 (0) {}
312 object(test)#3 (0) {}
324 object(test)#3 (0) {} < object(stdClass)#1 (0) {}
325 object(test)#3 (0) {} < object(stdClass)#2 (0) {}
[all …]
H A Dcompare_006.phpt274 object(stdClass)#1 (0) {} <= object(stdClass)#1 (0) {}
275 object(stdClass)#1 (0) {} <= object(stdClass)#2 (0) {}
276 object(stdClass)#1 (0) {} > object(test)#3 (0) {}
299 object(stdClass)#2 (0) {} <= object(stdClass)#1 (0) {}
300 object(stdClass)#2 (0) {} <= object(stdClass)#2 (0) {}
301 object(stdClass)#2 (0) {} > object(test)#3 (0) {}
309 object(test)#3 (0) {}
312 object(test)#3 (0) {}
324 object(test)#3 (0) {} > object(stdClass)#1 (0) {}
325 object(test)#3 (0) {} > object(stdClass)#2 (0) {}
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionExtension_getClasses_basic.phpt14 object(ReflectionClass)#2 (1) {
19 object(ReflectionClass)#3 (1) {
24 object(ReflectionClass)#4 (1) {
29 object(ReflectionClass)#5 (1) {
34 object(ReflectionClass)#6 (1) {
39 object(ReflectionClass)#7 (1) {
44 object(ReflectionClass)#8 (1) {
49 object(ReflectionClass)#9 (1) {
54 object(ReflectionClass)#10 (1) {
59 object(ReflectionClass)#11 (1) {
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt33 echo "\n\nArray containing object and reference to that object:\n";
67 echo "\n\nObject containing object and reference to that object:\n";
128 Array containing object and reference to that object:
166 Object containing same object twice:object(stdClass)#%d (2) {
175 object(stdClass)#%d (2) {
183 object(stdClass)#%d (2) {
195 object(stdClass)#%d (2) {
206 Object containing object and reference to that object:
207 object(stdClass)#%d (2) {
216 object(stdClass)#%d (2) {
[all …]
/PHP-7.4/ext/standard/
H A Dincomplete_class.c39 class_name = php_lookup_class_name(object); in incomplete_class_message()
52 incomplete_class_message(object, E_NOTICE); in incomplete_class_get_property()
65 incomplete_class_message(object, E_NOTICE); in incomplete_class_write_property()
72 incomplete_class_message(object, E_NOTICE); in incomplete_class_get_property_ptr_ptr()
79 incomplete_class_message(object, E_NOTICE); in incomplete_class_unset_property()
85 incomplete_class_message(object, E_NOTICE); in incomplete_class_has_property()
94 ZVAL_OBJ(&zobject, *object); in incomplete_class_get_method()
104 zend_object *object; in php_create_incomplete_object() local
106 object = zend_objects_new( class_type); in php_create_incomplete_object()
111 return object; in php_create_incomplete_object()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Drsort_object1.phpt2 Test rsort() function : object functionality
20 // initializing object member value
31 // initializing object member value
124 object(for_string_rsort)#%d (1) {
129 object(for_string_rsort)#%d (1) {
134 object(for_string_rsort)#%d (1) {
139 object(for_string_rsort)#%d (1) {
144 object(for_string_rsort)#%d (1) {
149 object(for_string_rsort)#%d (1) {
154 object(for_string_rsort)#%d (1) {
[all …]
H A Dsort_object1.phpt20 // initializing object member value
31 // initializing object member value
91 object(for_integer_sort)#%d (1) {
124 object(for_string_sort)#%d (1) {
129 object(for_string_sort)#%d (1) {
134 object(for_string_sort)#%d (1) {
139 object(for_string_sort)#%d (1) {
144 object(for_string_sort)#%d (1) {
149 object(for_string_sort)#%d (1) {
154 object(for_string_sort)#%d (1) {
[all …]
H A Darsort_object1.phpt23 // initializing object member value
34 // initializing object member value
94 object(for_integer_arsort)#2 (1) {
99 object(for_integer_arsort)#3 (1) {
104 object(for_integer_arsort)#1 (1) {
109 object(for_integer_arsort)#5 (1) {
127 object(for_string_arsort)#9 (1) {
132 object(for_string_arsort)#8 (1) {
142 object(for_string_arsort)#7 (1) {
205 object(for_string_arsort)#9 (1) {
[all …]
H A Dasort_object1.phpt23 // initializing object member value
34 // initializing object member value
94 object(for_integer_asort)#%d (1) {
127 object(for_string_asort)#%d (1) {
132 object(for_string_asort)#%d (1) {
137 object(for_string_asort)#%d (1) {
142 object(for_string_asort)#%d (1) {
147 object(for_string_asort)#%d (1) {
152 object(for_string_asort)#%d (1) {
157 object(for_string_asort)#%d (1) {
[all …]
H A Dkrsort_object.phpt91 object(IntegerObject)#%d (1) {
96 object(IntegerObject)#%d (1) {
124 object(StringObject)#%d (1) {
129 object(StringObject)#%d (1) {
134 object(StringObject)#%d (1) {
139 object(StringObject)#%d (1) {
144 object(StringObject)#%d (1) {
149 object(StringObject)#%d (1) {
154 object(StringObject)#%d (1) {
159 object(StringObject)#%d (1) {
[all …]
H A Dksort_object.phpt90 object(IntegerObject)#%d (1) {
95 object(IntegerObject)#%d (1) {
123 object(StringObject)#%d (1) {
128 object(StringObject)#%d (1) {
133 object(StringObject)#%d (1) {
138 object(StringObject)#%d (1) {
143 object(StringObject)#%d (1) {
148 object(StringObject)#%d (1) {
153 object(StringObject)#%d (1) {
158 object(StringObject)#%d (1) {
[all …]
/PHP-7.4/ext/spl/tests/
H A Dbug66834.phpt56 var_dump($object->offsetExists('foo'), isset($object['foo']), empty($object['foo']));
57 var_dump($object->offsetExists('bar'), isset($object['bar']), empty($object['bar']));
58 var_dump($object->offsetexists('baz'), isset($object['baz']), empty($object['baz']));
59 var_dump($object->offsetexists('qux'), isset($object['qux']), empty($object['qux']));
63 var_dump($object->offsetExists('foo'), isset($object['foo']), empty($object['foo']));
64 var_dump($object->offsetExists('bar'), isset($object['bar']), empty($object['bar']));
65 var_dump($object->offsetexists('baz'), isset($object['baz']), empty($object['baz']));
66 var_dump($object->offsetexists('qux'), isset($object['qux']), empty($object['qux']));
70 var_dump($object->offsetExists('foo'), isset($object['foo']), empty($object['foo']));
71 var_dump($object->offsetExists('bar'), isset($object['bar']), empty($object['bar']));
[all …]
/PHP-7.4/ext/gmp/tests/
H A Doverloading.phpt106 object(GMP)#%d (1) {
110 object(GMP)#%d (1) {
114 object(GMP)#%d (1) {
118 object(GMP)#%d (1) {
122 object(GMP)#%d (1) {
126 object(GMP)#%d (1) {
130 object(GMP)#%d (1) {
134 object(GMP)#%d (1) {
138 object(GMP)#%d (1) {
142 object(GMP)#%d (1) {
[all …]
/PHP-7.4/tests/classes/
H A Dimplicit_instantiation_001.phpt2 Implicit object instantiation when accessing properties of non-object.
32 echo "\n\n\n --> Resulting object:";
38 --> Attempting implicit conversion to object using increment...
40 Warning: Creating default object from empty value in %s on line 18
44 --> Attempting implicit conversion to object using assignment...
46 Warning: Creating default object from empty value in %s on line 22
56 --> Attempting implicit conversion to object using increment...
134 --> Resulting object:object(C)#%d (6) {
136 object(stdClass)#%d (1) {
141 object(stdClass)#%d (1) {
[all …]
/PHP-7.4/Zend/
H A Dzend_objects_API.c135 object->handle = handle; in zend_objects_store_put_cold()
155 object->handle = handle; in zend_objects_store_put()
176 || object->ce->destructor) { in zend_objects_store_del()
177 GC_SET_REFCOUNT(object, 1); in zend_objects_store_del()
178 object->handlers->dtor_obj(object); in zend_objects_store_del()
179 GC_DELREF(object); in zend_objects_store_del()
183 if (GC_REFCOUNT(object) == 0) { in zend_objects_store_del()
192 GC_SET_REFCOUNT(object, 1); in zend_objects_store_del()
193 object->handlers->free_obj(object); in zend_objects_store_del()
195 ptr = ((char*)object) - object->handlers->offset; in zend_objects_store_del()
[all …]

Completed in 120 milliseconds

12345678910>>...70