Home
last modified time | relevance | path

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

12345678910>>...90

/PHP-8.1/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) {
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.1/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) {
/PHP-8.1/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 --
/PHP-8.1/ext/reflection/
H A Dphp_reflection.stub.php52 public function getClosureThis(): ?object {}
157 public function getThis(): ?object {}
193 public function getClosure(?object $object = null): Closure {} argument
199 public function invoke(?object $object, mixed ...$args): mixed {} argument
202 public function invokeArgs(?object $object, array $args): mixed {} argument
324 public function isInstance(object $object): bool {} argument
327 public function newInstance(mixed ...$args): object {}
385 public function __construct(object $object) {} argument
405 public function getValue(?object $object = null): mixed {} argument
411 public function isInitialized(?object $object = null): bool {} argument
[all …]
/PHP-8.1/ext/spl/tests/
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 Dbug68479.phpt14 object(ReflectionParameter)#2 (1) {
19 object(ReflectionParameter)#3 (1) {
24 object(ReflectionParameter)#4 (1) {
29 object(ReflectionParameter)#5 (1) {
34 object(ReflectionParameter)#6 (1) {
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) {
183 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) {
183 object(C)#1 (3) {
[all …]
H A Darray_002.phpt10 $object = new ArrayObject($array);
11 $object[] = 'four';
13 $arrayObject = new ArrayObject($object);
21 object(ArrayObject)#%d (1) {
23 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);
/PHP-8.1/ext/intl/transliterator/
H A Dtransliterator_class.c31 int transliterator_object_construct( zval *object, in transliterator_object_construct() argument
57 zend_update_property(Transliterator_ce_ptr, Z_OBJ_P(object), in transliterator_object_construct()
99 static void Transliterator_objects_free( zend_object *object ) in Transliterator_objects_free() argument
101 Transliterator_object* to = php_intl_transliterator_fetch_object(object); in Transliterator_objects_free()
131 static zend_object *Transliterator_clone_obj( zend_object *object ) in Transliterator_clone_obj() argument
138 to_orig = php_intl_transliterator_fetch_object( object ); in Transliterator_clone_obj()
140 ret_val = Transliterator_ce_ptr->create_object( object->ce ); in Transliterator_clone_obj()
195 return zend_std_get_property_ptr_ptr( object, name, type, cache_slot ); in Transliterator_get_property_ptr_ptr()
208 retval = zend_std_read_property( object, name, type, cache_slot, rv ); in Transliterator_read_property()
217 static zval *Transliterator_write_property( zend_object *object, zend_string *name, zval *value, in Transliterator_write_property() argument
[all …]
/PHP-8.1/ext/simplexml/tests/
H A Dbug52751.phpt35 object(SimpleXMLElement)#2 (1) {
40 object(SimpleXMLElement)#3 (1) {
42 object(SimpleXMLElement)#5 (0) {
46 object(SimpleXMLElement)#4 (1) {
48 object(SimpleXMLElement)#5 (0) {
54 object(SimpleXMLElement)#4 (0) {
H A Dgh12223.phpt25 object(SimpleXMLElement)#1 (1) {
27 object(SimpleXMLElement)#2 (1) {
29 object(SimpleXMLElement)#3 (1) {
31 object(SimpleXMLElement)#4 (1) {
33 object(SimpleXMLElement)#5 (1) {
35 object(SimpleXMLElement)#6 (1) {
/PHP-8.1/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 Dstr_or_obj_zpp.phpt39 Deprecated: zend_string_or_object(): Passing null to parameter #1 ($param) of type object|string is…
41 object(stdClass)#1 (0) {
43 object(Foo)#1 (0) {
45 zend_string_or_object(): Argument #1 ($param) must be of type object|string, array given
49 object(stdClass)#2 (0) {
51 object(Foo)#2 (0) {
53 zend_string_or_object_or_null(): Argument #1 ($param) must be of type object|string|null, array giv…
/PHP-8.1/ext/dom/tests/
H A Dgh12616_3.phpt61 object(DOMNameSpaceNode)#4 (8) {
75 string(22) "(object value omitted)"
77 string(22) "(object value omitted)"
80 object(DOMNameSpaceNode)#5 (8) {
94 string(22) "(object value omitted)"
96 string(22) "(object value omitted)"
98 object(DOMNameSpaceNode)#8 (8) {
112 string(22) "(object value omitted)"
114 string(22) "(object value omitted)"
117 object(DOMNameSpaceNode)#9 (8) {
[all …]
/PHP-8.1/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.1/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) {
/PHP-8.1/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.1/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt73 /* creating new object $obj */
75 $obj1 = & $obj; //object $obj1 references object $obj
79 /* object which is unset */
90 @$temp_class_obj, //undefined object
116 object(object_class)#%d (6) refcount(%d){
147 object(object_class)#%d (6) refcount(%d){
233 object(object_class)#%d (6) refcount(%d){
253 object(object_class)#%d (6) refcount(%d){
278 object(object_class)#%d (6) refcount(%d){
298 object(object_class)#%d (6) refcount(%d){
[all …]
/PHP-8.1/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) {

Completed in 71 milliseconds

12345678910>>...90