Home
last modified time | relevance | path

Searched refs:object (Results 51 – 75 of 1962) sorted by relevance

12345678910>>...79

/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getMethods_003.phpt46 object(ReflectionMethod)#%d (2) {
53 object(ReflectionMethod)#%d (2) {
60 object(ReflectionMethod)#%d (2) {
67 object(ReflectionMethod)#%d (2) {
76 object(ReflectionMethod)#%d (2) {
83 object(ReflectionMethod)#%d (2) {
90 object(ReflectionMethod)#%d (2) {
97 object(ReflectionMethod)#%d (2) {
106 object(ReflectionMethod)#%d (2) {
113 object(ReflectionMethod)#%d (2) {
[all …]
H A DReflectionClass_getProperties_003.phpt44 object(ReflectionProperty)#%d (2) {
51 object(ReflectionProperty)#%d (2) {
58 object(ReflectionProperty)#%d (2) {
65 object(ReflectionProperty)#%d (2) {
74 object(ReflectionProperty)#%d (2) {
81 object(ReflectionProperty)#%d (2) {
88 object(ReflectionProperty)#%d (2) {
95 object(ReflectionProperty)#%d (2) {
104 object(ReflectionProperty)#%d (2) {
111 object(ReflectionProperty)#%d (2) {
[all …]
H A DReflectionGenerator_basic.phpt38 object(Generator)#2 (0) {
56 object(Generator)#6 (0) {
58 object(ReflectionMethod)#8 (2) {
64 object(class@anonymous)#1 (0) {
66 object(Generator)#4 (0) {
72 object(Generator)#4 (0) {
74 object(ReflectionFunction)#7 (1) {
79 object(Generator)#5 (0) {
85 object(Generator)#5 (0) {
87 object(ReflectionFunction)#8 (1) {
H A DReflectionClass_isSubclassOf_basic.phpt30 - Using object argument: bool(false)
33 - Using object argument: bool(false)
36 - Using object argument: bool(false)
39 - Using object argument: bool(false)
42 - Using object argument: bool(false)
45 - Using object argument: bool(true)
48 - Using object argument: bool(false)
51 - Using object argument: bool(false)
54 - Using object argument: bool(false)
60 - Using object argument: bool(true)
[all …]
/PHP-8.0/ext/spl/
H A Dspl_iterators.c190 if (object->endIteration && object->in_iteration) { in spl_recursive_it_valid_ex()
236 switch (object->iterators[object->level].state) { in spl_recursive_it_move_forward_ex()
251 object->iterators[object->level].state = RS_TEST; in spl_recursive_it_move_forward_ex()
254 ce = object->iterators[object->level].ce; in spl_recursive_it_move_forward_ex()
273 if (object->max_depth == -1 || object->max_depth > object->level) { in spl_recursive_it_move_forward_ex()
296 object->iterators[object->level].state = RS_NEXT; in spl_recursive_it_move_forward_ex()
316 ce = object->iterators[object->level].ce; in spl_recursive_it_move_forward_ex()
351 object->iterators[object->level].ce = ce; in spl_recursive_it_move_forward_ex()
1421 cfi->object = cfi->fcc.object; in spl_dual_it_construct()
1422 if (cfi->object) GC_ADDREF(cfi->object); in spl_dual_it_construct()
[all …]
/PHP-8.0/Zend/
H A Dzend_object_handlers.h90 typedef HashTable *(*zend_object_get_properties_t)(zend_object *object);
119 typedef zend_function *(*zend_object_get_constructor_t)(zend_object *object);
122 typedef void (*zend_object_dtor_obj_t)(zend_object *object);
123 typedef void (*zend_object_free_obj_t)(zend_object *object);
124 typedef zend_object* (*zend_object_clone_obj_t)(zend_object *object);
128 typedef zend_string *(*zend_object_get_class_name_t)(const zend_object *object);
195 ZEND_API zend_function *zend_std_get_constructor(zend_object *object);
197 ZEND_API HashTable *zend_std_get_properties(zend_object *object);
198 ZEND_API HashTable *zend_std_get_gc(zend_object *object, zval **table, int *n);
199 ZEND_API HashTable *zend_std_get_debug_info(zend_object *object, int *is_temp);
[all …]
H A Dzend_closures.stub.php11 ?object $newThis,
12 object|string|null $newScope = "static"
15 public function bindTo(?object $newThis, object|string|null $newScope = "static"): ?Closure {}
17 public function call(object $newThis, mixed ...$args): mixed {}
/PHP-8.0/Zend/tests/return_types/
H A Dgenerators001.phpt21 function test5() : object {
25 function test6() : object|callable {
39 object(Generator)#%d (%d) {
41 object(Generator)#%d (%d) {
43 object(Generator)#%d (%d) {
45 object(Generator)#%d (%d) {
47 object(Generator)#%d (%d) {
49 object(Generator)#%d (%d) {
/PHP-8.0/ext/intl/collator/
H A Dcollator_functions_arginfo.h8 ZEND_ARG_OBJ_INFO(0, object, Collator, 0)
14 ZEND_ARG_OBJ_INFO(0, object, Collator, 0)
19 ZEND_ARG_OBJ_INFO(0, object, Collator, 0)
25 ZEND_ARG_OBJ_INFO(0, object, Collator, 0)
29 ZEND_ARG_OBJ_INFO(0, object, Collator, 0)
34 ZEND_ARG_OBJ_INFO(0, object, Collator, 0)
40 ZEND_ARG_OBJ_INFO(0, object, Collator, 0)
47 ZEND_ARG_OBJ_INFO(0, object, Collator, 0)
52 ZEND_ARG_OBJ_INFO(0, object, Collator, 0)
56 ZEND_ARG_OBJ_INFO(0, object, Collator, 0)
[all …]
/PHP-8.0/ext/spl/tests/
H A DarrayObject_exchangeArray_basic2.phpt13 $obj->key = 'normal object prop';
39 object(ArrayObject)#%d (1) {
47 --> exchangeArray(normal object):
48 string(18) "normal object prop"
49 object(ArrayObject)#%d (1) {
51 object(stdClass)#%d (1) {
59 object(ArrayObject)#%d (1) {
61 object(ArrayObject)#%d (1) {
72 object(ArrayObject)#%d (1) {
85 object(ArrayObject)#%d (1) {
[all …]
/PHP-8.0/ext/standard/tests/array/
H A Darray_filter_object.phpt8 * object of empty class
99 object(SimpleClass)#%d (1) {
104 object(EmptyClass)#%d (0) {
107 object(ChildClass)#%d (2) {
114 object(FinalClass)#%d (1) {
119 object(StaticClass)#%d (0) {
124 object(SimpleClass)#%d (1) {
129 object(EmptyClass)#%d (0) {
132 object(ChildClass)#%d (2) {
139 object(FinalClass)#%d (1) {
[all …]
H A Darsort_object2.phpt19 // initializing object member value
34 // initializing object member value
92 object(for_integer_arsort)#2 (3) {
101 object(for_integer_arsort)#3 (3) {
110 object(for_integer_arsort)#1 (3) {
119 object(for_integer_arsort)#4 (3) {
131 object(for_string_arsort)#7 (3) {
140 object(for_string_arsort)#5 (3) {
149 object(for_string_arsort)#6 (3) {
158 object(for_string_arsort)#8 (3) {
[all …]
H A Dasort_object2.phpt19 // initializing object member value
34 // initializing object member value
92 object(for_integer_asort)#%d (3) {
101 object(for_integer_asort)#%d (3) {
110 object(for_integer_asort)#%d (3) {
119 object(for_integer_asort)#%d (3) {
131 object(for_string_asort)#%d (3) {
140 object(for_string_asort)#%d (3) {
149 object(for_string_asort)#%d (3) {
158 object(for_string_asort)#%d (3) {
[all …]
H A Dsort_object2.phpt18 // initializing object member value
32 // initializing object member value
95 object(for_integer_sort)#%d (3) {
104 object(for_integer_sort)#%d (3) {
113 object(for_integer_sort)#%d (3) {
122 object(for_integer_sort)#%d (3) {
134 object(for_string_sort)#%d (3) {
143 object(for_string_sort)#%d (3) {
152 object(for_string_sort)#%d (3) {
161 object(for_string_sort)#%d (3) {
[all …]
H A Drsort_object2.phpt18 // initializing object member value
33 // initializing object member value
97 object(for_integer_rsort)#%d (3) {
106 object(for_integer_rsort)#%d (3) {
115 object(for_integer_rsort)#%d (3) {
124 object(for_integer_rsort)#%d (3) {
136 object(for_string_rsort)#%d (3) {
145 object(for_string_rsort)#%d (3) {
154 object(for_string_rsort)#%d (3) {
163 object(for_string_rsort)#%d (3) {
[all …]
/PHP-8.0/Zend/tests/varSyntax/
H A DnewVariable.phpt8 $obj = (object) ['className' => 'stdClass'];
14 $weird = [0 => (object) ['foo' => 'Test']];
25 object(stdClass)#%d (0) {
27 object(stdClass)#%d (0) {
29 object(stdClass)#%d (0) {
31 object(stdClass)#%d (0) {
33 object(stdClass)#%d (0) {
35 object(stdClass)#%d (0) {
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug31402.phpt37 object(TestY)#%d (2) {
41 object(TestX)#%d (1) {
46 &object(TestX)#%d (1) {
51 &object(TestX)#%d (1) {
57 object(TestX)#%d (1) {
62 object(TestY)#%d (2) {
66 object(TestX)#%d (1) {
71 &object(TestX)#%d (1) {
76 &object(TestX)#%d (1) {
82 object(TestX)#%d (1) {
/PHP-8.0/ext/gmp/tests/
H A Dgmp_remroot.phpt37 object(GMP)#%d (1) {
42 object(GMP)#%d (1) {
49 object(GMP)#%d (1) {
54 object(GMP)#%d (1) {
61 object(GMP)#%d (1) {
66 object(GMP)#%d (1) {
73 object(GMP)#%d (1) {
78 object(GMP)#%d (1) {
85 object(GMP)#%d (1) {
90 object(GMP)#%d (1) {
[all …]
H A Dgmp_lcm.phpt20 object(GMP)#1 (1) {
24 object(GMP)#1 (1) {
28 object(GMP)#1 (1) {
32 object(GMP)#1 (1) {
36 object(GMP)#3 (1) {
40 object(GMP)#3 (1) {
44 object(GMP)#3 (1) {
/PHP-8.0/ext/simplexml/tests/
H A D001-mb.phpt12 object(SimpleXMLElement)#%d (2) {
19 object(SimpleXMLElement)#%d (3) {
26 object(SimpleXMLElement)#%d (0) {
29 object(SimpleXMLElement)#%d (1) {
31 object(SimpleXMLElement)#%d (1) {
33 object(SimpleXMLElement)#%d (1) {
35 object(SimpleXMLElement)#%d (0) {
H A D001.phpt12 object(SimpleXMLElement)#%d (2) {
19 object(SimpleXMLElement)#%d (3) {
26 object(SimpleXMLElement)#%d (0) {
29 object(SimpleXMLElement)#%d (1) {
31 object(SimpleXMLElement)#%d (1) {
33 object(SimpleXMLElement)#%d (1) {
35 object(SimpleXMLElement)#%d (0) {
/PHP-8.0/ext/ffi/tests/
H A D041.phpt62 object(FFI\CData:int32_t)#%d (1) {
66 object(FFI\CData:int32_t[2])#%d (2) {
72 object(FFI\CData:int32_t)#%d (1) {
76 object(FFI\CData:int32_t[2])#%d (2) {
82 object(FFI\CType:int32_t)#%d (0) {
84 object(FFI\CType:int32_t[2])#%d (0) {
86 object(FFI\CType:int32_t)#%d (0) {
88 object(FFI\CType:int32_t[2])#%d (0) {
90 object(FFI\CData:int32_t)#%d (1) {
94 object(FFI\CData:int32_t[2])#%d (2) {
[all …]
/PHP-8.0/ext/json/tests/
H A D001.phpt35 object(stdClass)#%d (1) {
37 object(stdClass)#%d (1) {
42 object(stdClass)#%d (1) {
44 object(stdClass)#%d (1) {
49 object(stdClass)#%d (1) {
51 object(stdClass)#%d (1) {
56 object(stdClass)#%d (1) {
58 object(stdClass)#%d (1) {
/PHP-8.0/Zend/tests/object_types/
H A Dreturn_type_reflection.phpt2 Reflecting object return type
7 public function a() : object;
11 public function a() : object {}
14 function a() : object {}
27 string(6) "object"
29 string(6) "object"
31 string(6) "object"
/PHP-8.0/ext/zend_test/
H A Dtest.stub.php53 function zend_string_or_object(object|string $param): object|string {}
55 function zend_string_or_object_or_null(object|string|null $param): object|string|null {}
65 function zend_weakmap_attach(object $object, mixed $value): bool {} argument
66 function zend_weakmap_remove(object $object): bool {} argument

Completed in 43 milliseconds

12345678910>>...79