Home
last modified time | relevance | path

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

12345678910>>...99

/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_implementsInterface_001.phpt24 echo " - Using object argument: ";
79 - Using object argument: bool(true)
82 - Using object argument: bool(false)
94 - Using object argument: bool(true)
97 - Using object argument: bool(false)
109 - Using object argument: bool(true)
112 - Using object argument: bool(true)
124 - Using object argument: bool(true)
127 - Using object argument: bool(false)
139 - Using object argument: bool(true)
[all …]
H A DReflectionClass_getInterfaces_003.phpt9 echo "An object is in an array and is referenced. As expected, var_dumping the array shows '&':\n";
14 echo "Naturally, this remains true if we modify the object:\n";
28 echo "Modify the object, and it is apparently no longer referenced.\n";
34 An object is in an array and is referenced. As expected, var_dumping the array shows '&':
37 &object(stdClass)#%d (0) {
40 Naturally, this remains true if we modify the object:
43 &object(stdClass)#%d (1) {
51 The result is an array in which each element is an object (an instance of ReflectionClass)
55 object(ReflectionClass)#%d (1) {
60 Modify the object, and it is apparently no longer referenced.
[all …]
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 …]
/PHP-8.3/ext/dom/tests/
H A Dbug69846.phpt33 object(DOMText)#7 (23) {
58 string(22) "(object value omitted)"
72 string(22) "(object value omitted)"
85 object(DOMElement)#7 (27) {
95 string(22) "(object value omitted)"
97 string(22) "(object value omitted)"
119 string(22) "(object value omitted)"
121 string(22) "(object value omitted)"
123 string(22) "(object value omitted)"
129 string(22) "(object value omitted)"
[all …]
/PHP-8.3/ext/spl/tests/
H A Dobserver_005.phpt53 foreach($storage as $object)
55 var_dump($object);
67 foreach($storage2 as $object)
69 var_dump($object);
77 object(TestClass)#%d (4) {
87 object(TestClass)#%d (4) {
97 object(MyStorage)#%d (5) {
111 object(TestClass)#%d (4) {
145 object(TestClass)#%d (4) {
155 object(TestClass)#%d (4) {
[all …]
H A DarrayObject___construct_basic1.phpt21 object(ArrayObject)#1 (1) {
27 object(ArrayObject)#2 (1) {
29 object(stdClass)#1 (1) {
35 object(ArrayObject)#2 (1) {
43 object(ArrayObject)#2 (1) {
45 object(ArrayObject)#3 (1) {
47 object(stdClass)#1 (1) {
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 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) {
/PHP-8.3/ext/date/tests/
H A DDatePeriod_serialize-001.phpt8 echo "Original object:\n";
11 echo "\n\nSerialised object:\n";
15 echo "\n\nUnserialised object:\n";
24 Original object:
25 object(DatePeriod)#%d (%d) {
40 object(DateInterval)#%d (%d) {
71 Serialised object:
75 Unserialised object:
76 object(DatePeriod)#%d (%d) {
91 object(DateInterval)#%d (%d) {
[all …]
H A DDateTimeImmutable_set_state_exception.phpt31 Error: Invalid serialization data for DateTimeImmutable object
32 Error: Invalid serialization data for DateTimeImmutable object
33 Error: Invalid serialization data for DateTimeImmutable object
34 Error: Invalid serialization data for DateTimeImmutable object
35 Error: Invalid serialization data for DateTimeImmutable object
36 Error: Invalid serialization data for DateTimeImmutable object
37 Error: Invalid serialization data for DateTimeImmutable object
38 Error: Invalid serialization data for DateTimeImmutable object
H A DDateTime_set_state_exception.phpt33 Error: Invalid serialization data for DateTime object
34 Error: Invalid serialization data for DateTime object
35 Error: Invalid serialization data for DateTime object
36 Error: Invalid serialization data for DateTime object
37 Error: Invalid serialization data for DateTime object
38 Error: Invalid serialization data for DateTime object
39 Error: Invalid serialization data for DateTime object
40 Error: Invalid serialization data for DateTime object
H A DDateInterval_serialize-003.phpt8 echo "Original object:\n";
11 echo "\n\nSerialised object:\n";
15 echo "\n\nUnserialised object:\n";
42 Original object:
43 object(DateInterval)#1 (%d) {
51 Serialised object:
55 Unserialised object:
56 object(DateInterval)#2 (2) {
74 object(DateInterval)#3 (2) {
83 object(DateTimeImmutable)#4 (3) {
/PHP-8.3/ext/standard/tests/array/
H A Dnatcasesort_object2.phpt2 Test natcasesort() function : object functionality - mixed visibility within objects
10 echo "*** Testing natcasesort() : object functionality ***\n";
18 // initializing object member value
41 echo "\n-- Testing natcasesort() by supplying object arrays --\n";
43 // testing natcasesort() function by supplying string object array
51 *** Testing natcasesort() : object functionality ***
53 -- Testing natcasesort() by supplying object arrays --
57 object(for_string_natcasesort)#%d (3) {
66 object(for_string_natcasesort)#%d (3) {
75 object(for_string_natcasesort)#%d (3) {
[all …]
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 …]
/PHP-8.3/Zend/
H A Dzend_interfaces.h41 ZEND_API zval* zend_call_method(zend_object *object, zend_class_entry *obj_ce, zend_function **fn_p…
43 static zend_always_inline zval* zend_call_method_with_0_params(zend_object *object, zend_class_entr… in zend_call_method_with_0_params() argument
46 …return zend_call_method(object, obj_ce, fn_proxy, function_name, strlen(function_name), retval, 0,… in zend_call_method_with_0_params()
49 static zend_always_inline zval* zend_call_method_with_1_params(zend_object *object, zend_class_entr… in zend_call_method_with_1_params() argument
52 …return zend_call_method(object, obj_ce, fn_proxy, function_name, strlen(function_name), retval, 1,… in zend_call_method_with_1_params()
55 static zend_always_inline zval* zend_call_method_with_2_params(zend_object *object, zend_class_entr… in zend_call_method_with_2_params() argument
58 …return zend_call_method(object, obj_ce, fn_proxy, function_name, strlen(function_name), retval, 2,… in zend_call_method_with_2_params()
69 ZEND_API void zend_user_it_new_iterator(zend_class_entry *ce, zval *object, zval *iterator);
70 ZEND_API zend_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, in…
74 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial…
[all …]
H A Dzend_iterators.c25 static void iter_wrapper_free(zend_object *object);
26 static void iter_wrapper_dtor(zend_object *object);
27 static HashTable *iter_wrapper_get_gc(zend_object *object, zval **table, int *n);
63 static void iter_wrapper_free(zend_object *object) in iter_wrapper_free() argument
65 zend_object_iterator *iter = (zend_object_iterator*)object; in iter_wrapper_free()
69 static void iter_wrapper_dtor(zend_object *object) in iter_wrapper_dtor() argument
73 static HashTable *iter_wrapper_get_gc(zend_object *object, zval **table, int *n) { in iter_wrapper_get_gc() argument
74 zend_object_iterator *iter = (zend_object_iterator*)object; in iter_wrapper_get_gc()
/PHP-8.3/ext/ffi/tests/
H A D033.phpt32 object(FFI\CData:uint8_t[2])#%d (2) {
38 object(FFI\CData:uint16_t[2])#%d (2) {
44 object(FFI\CType:uint8_t[2])#%d (0) {
46 object(FFI\CData:uint8_t[2])#%d (2) {
52 object(FFI\CType:uint16_t[2])#%d (0) {
54 object(FFI\CData:uint16_t[2])#%d (2) {
60 object(FFI\CType:uint32_t)#%d (0) {
62 object(FFI\CType:uint32_t[2][2])#%d (0) {
/PHP-8.3/ext/simplexml/tests/
H A Dprofile13.phpt33 object(SimpleXMLElement)#%d (1) {
35 object(SimpleXMLElement)#%d (0) {
38 object(SimpleXMLElement)#%d (0) {
40 object(SimpleXMLElement)#%d (1) {
42 object(SimpleXMLElement)#%d (2) {
49 object(SimpleXMLElement)#%d (1) {
58 object(SimpleXMLElement)#%d (2) {
65 object(SimpleXMLElement)#%d (1) {
/PHP-8.3/ext/standard/tests/serialize/
H A D__serialize_004.phpt49 object(Unserialize)#8 (2) {
60 object(Wakeup)#7 (2) {
64 object(Unserialize)#8 (2) {
79 object(Unserialize)#6 (2) {
83 object(Wakeup)#7 (2) {
87 object(Unserialize)#8 (2) {
103 object(Wakeup)#5 (2) {
107 object(Unserialize)#6 (2) {
111 object(Wakeup)#7 (2) {
115 object(Unserialize)#8 (2) {
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php52 public function getClosureThis(): ?object {}
165 public function getThis(): ?object {}
234 public function getClosure(?object $object = null): Closure {} argument
240 public function invoke(?object $object, mixed ...$args): mixed {} argument
243 public function invokeArgs(?object $object, array $args): mixed {} argument
391 public function isInstance(object $object): bool {} argument
394 public function newInstance(mixed ...$args): object {}
452 public function __construct(object $object) {} argument
498 public function getValue(?object $object = null): mixed {} argument
504 public function isInitialized(?object $object = null): bool {} argument
[all …]
/PHP-8.3/ext/spl/tests/SplFileObject/
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) {

Completed in 233 milliseconds

12345678910>>...99