Home
last modified time | relevance | path

Searched refs:object (Results 26 – 50 of 2250) sorted by relevance

12345678910>>...90

/PHP-8.1/Zend/
H A Dzend_objects_API.c140 object->handle = handle; in zend_objects_store_put_cold()
160 object->handle = handle; in zend_objects_store_put()
181 || object->ce->destructor) { in zend_objects_store_del()
183 GC_SET_REFCOUNT(object, 1); in zend_objects_store_del()
184 object->handlers->dtor_obj(object); in zend_objects_store_del()
185 GC_DELREF(object); in zend_objects_store_del()
190 if (GC_REFCOUNT(object) == 0) { in zend_objects_store_del()
199 GC_SET_REFCOUNT(object, 1); in zend_objects_store_del()
200 object->handlers->free_obj(object); in zend_objects_store_del()
202 ptr = ((char*)object) - object->handlers->offset; in zend_objects_store_del()
[all …]
H A Dzend_objects.c31 GC_SET_REFCOUNT(object, 1); in _zend_object_std_init()
33 object->ce = ce; in _zend_object_std_init()
34 object->properties = NULL; in _zend_object_std_init()
35 zend_objects_store_put(object); in _zend_object_std_init()
37 ZVAL_UNDEF(object->properties_table + object->ce->default_properties_count); in _zend_object_std_init()
50 if (object->properties) { in zend_object_std_dtor()
58 p = object->properties_table; in zend_object_std_dtor()
90 zend_weakrefs_notify(object); in zend_object_std_dtor()
148 GC_ADDREF(object); in zend_objects_destroy_object()
180 OBJ_RELEASE(object); in zend_objects_destroy_object()
[all …]
H A Dzend_object_handlers.h79 typedef void (*zend_object_unset_dimension_t)(zend_object *object, zval *offset);
82 typedef HashTable *(*zend_object_get_properties_t)(zend_object *object);
111 typedef zend_function *(*zend_object_get_constructor_t)(zend_object *object);
121 typedef void (*zend_object_free_obj_t)(zend_object *object);
134 typedef void (*zend_object_dtor_obj_t)(zend_object *object);
136 typedef zend_object* (*zend_object_clone_obj_t)(zend_object *object);
140 typedef zend_string *(*zend_object_get_class_name_t)(const zend_object *object);
207 ZEND_API zend_function *zend_std_get_constructor(zend_object *object);
209 ZEND_API HashTable *zend_std_get_properties(zend_object *object);
210 ZEND_API HashTable *zend_std_get_gc(zend_object *object, zval **table, int *n);
[all …]
/PHP-8.1/ext/spl/
H A Dspl_observer.stub.php26 public function attach(object $object, mixed $info = null): void {} argument
29 public function detach(object $object): void {} argument
32 public function contains(object $object): bool {} argument
62 public function current(): object {}
74 * @param object $object
82 * @param object $object
85 public function offsetGet($object): mixed {} argument
88 * @param object $object
96 * @param object $object
101 public function offsetUnset($object): void {} argument
[all …]
H A Dspl_iterators.c194 if (object->endIteration && object->in_iteration) { in spl_recursive_it_valid_ex()
239 switch (object->iterators[object->level].state) { in spl_recursive_it_move_forward_ex()
254 object->iterators[object->level].state = RS_TEST; in spl_recursive_it_move_forward_ex()
280 if (object->max_depth == -1 || object->max_depth > object->level) { in spl_recursive_it_move_forward_ex()
303 object->iterators[object->level].state = RS_NEXT; in spl_recursive_it_move_forward_ex()
360 object->iterators[object->level].ce = ce; in spl_recursive_it_move_forward_ex()
364 object->iterators[object->level].haschildren = in spl_recursive_it_move_forward_ex()
366 object->iterators[object->level].getchildren = in spl_recursive_it_move_forward_ex()
1411 cfi->object = cfi->fcc.object; in spl_dual_it_construct()
1412 if (cfi->object) GC_ADDREF(cfi->object); in spl_dual_it_construct()
[all …]
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_properties_no_conn.phpt246 mysqli object is already closed
247 mysqli object is already closed
249 mysqli object is already closed
250 mysqli object is already closed
251 mysqli object is already closed
252 mysqli object is already closed
253 mysqli object is already closed
254 mysqli object is already closed
255 mysqli object is already closed
256 mysqli object is already closed
[all …]
/PHP-8.1/ext/tokenizer/tests/
H A DPhpToken_tokenize.phpt21 object(PhpToken)#1 (4) {
33 object(PhpToken)#2 (4) {
44 object(PhpToken)#3 (4) {
55 object(PhpToken)#4 (4) {
66 object(PhpToken)#5 (4) {
77 object(PhpToken)#6 (4) {
88 object(PhpToken)#7 (4) {
99 object(PhpToken)#8 (4) {
110 object(PhpToken)#9 (4) {
122 object(PhpToken)#10 (4) {
[all …]
/PHP-8.1/ext/spl/tests/
H A Dobserver_006.phpt35 foreach($storage as $object)
37 var_dump($object->test);
49 foreach($storage2 as $object)
51 var_dump($object->test);
82 object(MyStorage)#%d (2) {
114 object(MyStorage)#%d (2) {
142 object(MyStorage)#%d (2) {
194 object(TestClass)#%d (1) {
201 object(MyStorage)#%d (2) {
253 object(TestClass)#7 (1) {
[all …]
/PHP-8.1/ext/simplexml/tests/
H A D000.phpt43 object(SimpleXMLElement)#%d (3) {
65 object(SimpleXMLElement)#%d (1) {
78 object(SimpleXMLElement)#%d (3) {
113 object(SimpleXMLElement)#%d (3) {
148 object(SimpleXMLElement)#%d (2) {
169 object(SimpleXMLElement)#%d (0) {
175 object(SimpleXMLElement)#%d (1) {
182 object(SimpleXMLElement)#%d (0) {
188 object(SimpleXMLElement)#%d (1) {
205 object(SimpleXMLElement)#%d (1) {
[all …]
H A D024.phpt37 object(SimpleXMLElement)#%d (1) {
45 object(SimpleXMLElement)#%d (1) {
53 object(SimpleXMLElement)#%d (1) {
64 object(SimpleXMLElement)#%d (1) {
72 object(SimpleXMLElement)#%d (1) {
80 object(SimpleXMLElement)#%d (1) {
91 object(SimpleXMLElement)#%d (1) {
99 object(SimpleXMLElement)#%d (1) {
107 object(SimpleXMLElement)#%d (1) {
115 object(SimpleXMLElement)#%d (1) {
[all …]
/PHP-8.1/Zend/tests/
H A Dcompare_001_64bit.phpt274 object(stdClass)#%d (0) {} == object(stdClass)#%d (0) {}
275 object(stdClass)#%d (0) {} == object(stdClass)#%d (0) {}
276 object(stdClass)#%d (0) {} != object(test)#%d (0) {}
299 object(stdClass)#%d (0) {} == object(stdClass)#%d (0) {}
300 object(stdClass)#%d (0) {} == object(stdClass)#%d (0) {}
301 object(stdClass)#%d (0) {} != object(test)#%d (0) {}
309 object(test)#%d (0) {}
312 object(test)#%d (0) {}
324 object(test)#%d (0) {} != object(stdClass)#%d (0) {}
325 object(test)#%d (0) {} != object(stdClass)#%d (0) {}
[all …]
H A Dcompare_003_64bit.phpt274 object(stdClass)#%d (0) {} <= object(stdClass)#%d (0) {}
275 object(stdClass)#%d (0) {} <= object(stdClass)#%d (0) {}
276 object(stdClass)#%d (0) {} <= object(test)#%d (0) {}
299 object(stdClass)#%d (0) {} <= object(stdClass)#%d (0) {}
300 object(stdClass)#%d (0) {} <= object(stdClass)#%d (0) {}
301 object(stdClass)#%d (0) {} <= object(test)#%d (0) {}
309 object(test)#%d (0) {}
312 object(test)#%d (0) {}
324 object(test)#%d (0) {} <= object(stdClass)#%d (0) {}
325 object(test)#%d (0) {} <= object(stdClass)#%d (0) {}
[all …]
H A Dcompare_004_64bit.phpt274 object(stdClass)#%d (0) {} >= object(stdClass)#%d (0) {}
275 object(stdClass)#%d (0) {} >= object(stdClass)#%d (0) {}
276 object(stdClass)#%d (0) {} >= object(test)#%d (0) {}
299 object(stdClass)#%d (0) {} >= object(stdClass)#%d (0) {}
300 object(stdClass)#%d (0) {} >= object(stdClass)#%d (0) {}
301 object(stdClass)#%d (0) {} >= object(test)#%d (0) {}
309 object(test)#%d (0) {}
312 object(test)#%d (0) {}
324 object(test)#%d (0) {} >= object(stdClass)#%d (0) {}
325 object(test)#%d (0) {} >= object(stdClass)#%d (0) {}
[all …]
H A Dcompare_005_64bit.phpt274 object(stdClass)#%d (0) {} >= object(stdClass)#%d (0) {}
275 object(stdClass)#%d (0) {} >= object(stdClass)#%d (0) {}
276 object(stdClass)#%d (0) {} < object(test)#%d (0) {}
299 object(stdClass)#%d (0) {} >= object(stdClass)#%d (0) {}
300 object(stdClass)#%d (0) {} >= object(stdClass)#%d (0) {}
301 object(stdClass)#%d (0) {} < object(test)#%d (0) {}
309 object(test)#%d (0) {}
312 object(test)#%d (0) {}
324 object(test)#%d (0) {} < object(stdClass)#%d (0) {}
325 object(test)#%d (0) {} < object(stdClass)#%d (0) {}
[all …]
H A Dcompare_006_64bit.phpt274 object(stdClass)#%d (0) {} <= object(stdClass)#%d (0) {}
275 object(stdClass)#%d (0) {} <= object(stdClass)#%d (0) {}
276 object(stdClass)#%d (0) {} > object(test)#%d (0) {}
299 object(stdClass)#%d (0) {} <= object(stdClass)#%d (0) {}
300 object(stdClass)#%d (0) {} <= object(stdClass)#%d (0) {}
301 object(stdClass)#%d (0) {} > object(test)#%d (0) {}
309 object(test)#%d (0) {}
312 object(test)#%d (0) {}
324 object(test)#%d (0) {} > object(stdClass)#%d (0) {}
325 object(test)#%d (0) {} > object(stdClass)#%d (0) {}
[all …]
H A D029.phpt2 Testing assign to property of an object in an array
21 object(stdClass)#1 (1) {
23 object(stdClass)#2 (0) {
29 object(stdClass)#1 (2) {
31 object(stdClass)#2 (0) {
34 object(stdClass)#3 (0) {
40 object(stdClass)#1 (3) {
42 object(stdClass)#2 (0) {
45 object(stdClass)#3 (0) {
48 object(stdClass)#2 (0) {
/PHP-8.1/Zend/tests/anon/
H A D003.phpt15 object(class@%s)#1 (1) {
19 object(class@%s)#1 (1) {
23 object(class@%s)#1 (1) {
27 object(class@%s)#1 (1) {
31 object(class@%s)#1 (1) {
35 object(class@%s)#1 (1) {
39 object(class@%s)#1 (1) {
43 object(class@%s)#1 (1) {
47 object(class@%s)#1 (1) {
51 object(class@%s)#1 (1) {
/PHP-8.1/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_basic.phpt42 - Using ReflectionClass object argument: bool(false)
43 - Using ReflectionObject object argument: bool(false)
46 - Using ReflectionClass object argument: bool(false)
47 - Using ReflectionObject object argument: bool(false)
50 - Using ReflectionClass object argument: bool(false)
54 - Using ReflectionClass object argument: bool(false)
57 - Using ReflectionClass object argument: bool(false)
61 - Using ReflectionClass object argument: bool(true)
62 - Using ReflectionObject object argument: bool(true)
80 - Using ReflectionClass object argument: bool(true)
[all …]
/PHP-8.1/Zend/tests/weakrefs/
H A Dweakrefs_006.phpt27 object(WeakMap)#1 (11) {
31 object(stdClass)#2 (0) {
39 object(stdClass)#4 (0) {
47 object(stdClass)#5 (0) {
55 object(stdClass)#6 (0) {
63 object(stdClass)#7 (0) {
71 object(stdClass)#8 (0) {
79 object(stdClass)#9 (0) {
87 object(stdClass)#10 (0) {
95 object(stdClass)#11 (0) {
[all …]
H A Dweakmap_multiple_weakrefs.phpt36 object(stdClass)#1 (0) {
38 object(WeakMap)#3 (1) {
42 object(stdClass)#1 (0) {
48 object(WeakMap)#4 (1) {
52 object(stdClass)#1 (0) {
58 object(WeakMap)#5 (1) {
62 object(stdClass)#1 (0) {
69 object(WeakMap)#3 (0) {
71 object(WeakMap)#4 (0) {
73 object(WeakMap)#5 (0) {
[all …]
H A Dweakmap_weakness.phpt64 object(WeakMap)#1 (0) {
66 object(WeakMap)#1 (1) {
70 object(stdClass)#2 (0) {
76 object(WeakMap)#1 (0) {
83 object(WeakMap)#1 (0) {
87 object(stdClass)#2 (0) {
91 object(WeakMap)#1 (1) {
95 object(stdClass)#3 (1) {
103 object(WeakMap)#1 (0) {
107 object(WeakMap)#3 (1) {
[all …]
/PHP-8.1/ext/gmp/tests/
H A Dgmp_div_qr.phpt53 object(GMP)#1 (1) {
58 object(GMP)#2 (1) {
67 object(GMP)#2 (1) {
72 object(GMP)#5 (1) {
80 object(GMP)#4 (1) {
85 object(GMP)#3 (1) {
92 object(GMP)#3 (1) {
97 object(GMP)#4 (1) {
104 object(GMP)#4 (1) {
109 object(GMP)#3 (1) {
[all …]
H A Dgmp_binomial.phpt30 object(GMP)#1 (1) {
34 object(GMP)#1 (1) {
38 object(GMP)#2 (1) {
42 object(GMP)#2 (1) {
46 object(GMP)#2 (1) {
50 object(GMP)#2 (1) {
54 object(GMP)#2 (1) {
58 object(GMP)#2 (1) {
62 object(GMP)#2 (1) {
66 object(GMP)#2 (1) {
/PHP-8.1/ext/standard/tests/array/
H A Dnatcasesort_object1.phpt9 echo "*** Testing natcasesort() : object functionality ***\n";
15 // initializing object member value
47 *** Testing natcasesort() : object functionality ***
53 object(for_string_natcasesort)#%d (1) {
58 object(for_string_natcasesort)#%d (1) {
63 object(for_string_natcasesort)#%d (1) {
68 object(for_string_natcasesort)#%d (1) {
73 object(for_string_natcasesort)#%d (1) {
78 object(for_string_natcasesort)#%d (1) {
83 object(for_string_natcasesort)#%d (1) {
[all …]
/PHP-8.1/ext/json/tests/
H A Dpass003.phpt10 "In this test": "It is an object."
43 "In this test": "It is an object."
48 object(stdClass)#%d (1) {
50 object(stdClass)#%d (2) {
54 string(16) "It is an object."
64 string(16) "It is an object."
68 …t Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It is an obj…
72 object(stdClass)#%d (1) {
74 object(stdClass)#%d (2) {
78 string(16) "It is an object."
[all …]

Completed in 79 milliseconds

12345678910>>...90