Home
last modified time | relevance | path

Searched refs:object (Results 126 – 150 of 1962) sorted by relevance

12345678910>>...79

/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getMethod_001.phpt50 --> Check for f(): object(ReflectionMethod)#%d (2) {
56 --> Check for s(): object(ReflectionMethod)#%d (2) {
62 --> Check for F(): object(ReflectionMethod)#%d (2) {
70 --> Check for f(): object(ReflectionMethod)#%d (2) {
76 --> Check for s(): object(ReflectionMethod)#%d (2) {
82 --> Check for F(): object(ReflectionMethod)#%d (2) {
90 --> Check for f(): object(ReflectionMethod)#%d (2) {
96 --> Check for s(): object(ReflectionMethod)#%d (2) {
102 --> Check for F(): object(ReflectionMethod)#%d (2) {
110 --> Check for f(): object(ReflectionMethod)#%d (2) {
[all …]
H A DReflectionClass_getMethods_001.phpt42 object(ReflectionMethod)#%d (2) {
49 object(ReflectionMethod)#%d (2) {
59 object(ReflectionMethod)#%d (2) {
66 object(ReflectionMethod)#%d (2) {
76 object(ReflectionMethod)#%d (2) {
83 object(ReflectionMethod)#%d (2) {
93 object(ReflectionMethod)#%d (2) {
100 object(ReflectionMethod)#%d (2) {
110 object(ReflectionMethod)#%d (2) {
117 object(ReflectionMethod)#%d (2) {
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php182 public function getClosure(?object $object = null) {} argument
188 public function invoke(?object $object, mixed ...$args) {} argument
191 public function invokeArgs(?object $object, array $args) {} argument
207 public function __construct(object|string $objectOrClass) {}
308 public function isInstance(object $object) {} argument
370 public function __construct(object $object) {} argument
378 public function __construct(object|string $class, string $property) {}
386 public function getValue(?object $object = null) {} argument
392 public function isInitialized(?object $object = null) {} argument
443 public function __construct(object|string $class, string $constant) {}
[all …]
/PHP-8.0/ext/standard/tests/array/
H A Darray_fill_object.phpt207 object(Test)#%d (0) {
210 object(Test)#%d (0) {
216 object(Test1)#%d (3) {
225 object(Test1)#%d (3) {
262 object(Test2)#%d (3) {
271 object(Test2)#%d (3) {
308 object(Test3)#%d (3) {
317 object(Test3)#%d (3) {
350 object(Test4)#%d (3) {
359 object(Test4)#%d (3) {
[all …]
H A Dsizeof_object1.phpt2 Test sizeof() function : object functionality - object with Countable interface
5 echo "*** Testing sizeof() : object functionality ***\n";
7 echo "-- Testing sizeof() with an object which implements Countable interface --\n";
16 return 3; // return the count of member variables in the object
32 *** Testing sizeof() : object functionality ***
33 -- Testing sizeof() with an object which implements Countable interface --
H A Darray_walk_object1.phpt2 Test array_walk() function : object functionality
6 * Passing object in place of 'input' argument to test object functionality
9 echo "*** Testing array_walk() : object functionality ***\n";
32 // object for 'input' argument
40 *** Testing array_walk() : object functionality ***
H A Darray_walk_recursive_object1.phpt2 Test array_walk_recursive() function : object functionality
5 /* Passing object in place of an 'input' argument to test object functionality
7 echo "*** Testing array_walk_recursive() : object functionality ***\n";
30 // object for 'input' argument
38 *** Testing array_walk_recursive() : object functionality ***
/PHP-8.0/ext/spl/tests/
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-8.0/Zend/tests/
H A Dlsb_018.phpt58 object(Foo)#%d (1) {
62 object(Bar)#%d (1) {
66 object(Baz)#%d (1) {
70 object(Foo)#%d (1) {
74 object(Bar)#%d (1) {
78 object(Baz)#%d (1) {
82 object(Foo)#%d (1) {
86 object(Bar)#%d (1) {
90 object(Baz)#%d (1) {
H A Doffset_object.phpt2 accessing object dimension
6 $object = new stdClass;
7 var_dump($object[1]);
11 Fatal error: Uncaught Error: Cannot use object of type stdClass as array in %s:%d
H A Dlist_001.phpt13 object(stdClass)#1 (0) {
15 object(stdClass)#2 (0) {
17 object(stdClass)#3 (0) {
19 object(stdClass)#4 (0) {
H A Dclosure_026.phpt2 Closure 026: Assigning a closure object to an array in $this
31 object(foo)#%d (1) {
35 object(Closure)#%d (1) {
46 object(Closure)#%d (1) {
48 object(foo)#%d (1) {
/PHP-8.0/ext/libxml/
H A Dlibxml.c107 if (object->properties) { in php_libxml_clear_object()
108 object->properties = NULL; in php_libxml_clear_object()
239 zval_ptr_dtor(object); in _php_libxml_destroy_fci()
240 ZVAL_UNDEF(object); in _php_libxml_destroy_fci()
1157 ZVAL_OBJ(&LIBXML(entity_loader).object, fci.object); in PHP_FUNCTION()
1212 ce = Z_OBJCE_P(object); in php_libxml_import_node()
1260 if (object != NULL && object->node != NULL) { in php_libxml_decrement_node_ptr()
1269 object->node = NULL; in php_libxml_decrement_node_ptr()
1297 if (object != NULL && object->document != NULL) { in php_libxml_decrement_doc_ref()
1360 if (object != NULL && object->node != NULL) { in php_libxml_node_decrement_resource()
[all …]
/PHP-8.0/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);
131 object(ArrayProxy)#%d (2) {
132 ["object":"ArrayProxy":private]=>
133 object(Peoples)#%d (1) {
168 object(ArrayProxy)#%d (2) {
169 ["object":"ArrayProxy":private]=>
[all …]
/PHP-8.0/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload5.phpt45 object(A)#2 (0) {
47 object(X)#2 (0) {
49 object(Q)#2 (0) {
51 object(R)#2 (0) {
53 object(Y)#2 (0) {
55 object(B)#2 (0) {
57 object(B)#2 (0) {
/PHP-8.0/Zend/tests/type_declarations/union_types/redundant_types/
H A Dobject_and_class_type.phpt2 Using both object and a class type
6 function test(): object|Test {
11 Fatal error: Type Test|object contains both object and a class type, which is redundant in %s on li…
H A Dobject_and_static.phpt2 object and static are redundant
7 public function foo(): static|object {}
12 Fatal error: Type static|object contains both object and a class type, which is redundant in %s on …
/PHP-8.0/ext/gmp/tests/
H A Dgmp_div_q.phpt45 object(GMP)#1 (1) {
50 object(GMP)#2 (1) {
55 object(GMP)#1 (1) {
59 object(GMP)#1 (1) {
63 object(GMP)#1 (1) {
67 object(GMP)#1 (1) {
71 object(GMP)#1 (1) {
75 object(GMP)#1 (1) {
H A Dgmp_div_r.phpt45 object(GMP)#1 (1) {
50 object(GMP)#3 (1) {
55 object(GMP)#2 (1) {
59 object(GMP)#3 (1) {
63 object(GMP)#2 (1) {
67 object(GMP)#3 (1) {
71 object(GMP)#2 (1) {
75 object(GMP)#3 (1) {
/PHP-8.0/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 …]
/PHP-8.0/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt71 /* creating new object $obj */
73 $obj1 = & $obj; //object $obj1 references object $obj
77 /* object which is unset */
88 @$temp_class_obj, //undefined object
114 object(object_class)#%d (6) refcount(%d){
145 object(object_class)#%d (6) refcount(%d){
231 object(object_class)#%d (6) refcount(%d){
251 object(object_class)#%d (6) refcount(%d){
276 object(object_class)#%d (6) refcount(%d){
296 object(object_class)#%d (6) refcount(%d){
[all …]
/PHP-8.0/Zend/
H A Dzend_interfaces.c52 obj_ce = object ? object->ce : NULL; in zend_call_method()
76 if (object) { in zend_call_method()
77 called_scope = object->ce; in zend_call_method()
113 zval *object = &iter->it.data; in zend_user_it_dtor() local
116 zval_ptr_dtor(object); in zend_user_it_dtor()
142 zval *object = &iter->it.data; in zend_user_it_get_current_data() local
155 zval *object = &iter->it.data; in zend_user_it_get_current_key() local
167 zval *object = &iter->it.data; in zend_user_it_move_forward() local
178 zval *object = &iter->it.data; in zend_user_it_rewind() local
355 Z_OBJ_P(object), Z_OBJCE_P(object), NULL, "serialize", &retval); in zend_user_serialize()
[all …]
H A Dzend_objects.h26 ZEND_API void ZEND_FASTCALL zend_object_std_init(zend_object *object, zend_class_entry *ce);
30 ZEND_API void zend_object_std_dtor(zend_object *object);
31 ZEND_API void zend_objects_destroy_object(zend_object *object);
32 ZEND_API zend_object *zend_objects_clone_obj(zend_object *object);

Completed in 75 milliseconds

12345678910>>...79