Home
last modified time | relevance | path

Searched refs:object (Results 76 – 100 of 2456) sorted by relevance

12345678910>>...99

/PHP-8.3/Zend/
H A Dzend_weakrefs.h31 ZEND_API void zend_weakrefs_notify(zend_object *object);
54 static zend_always_inline zend_ulong zend_object_to_weakref_key(const zend_object *object) in zend_object_to_weakref_key() argument
56 ZEND_ASSERT(((uintptr_t)object) % ZEND_MM_ALIGNMENT == 0); in zend_object_to_weakref_key()
57 return ((uintptr_t) object) >> ZEND_MM_ALIGNMENT_LOG2; in zend_object_to_weakref_key()
65 HashTable *zend_weakmap_get_gc(zend_object *object, zval **table, int *n);
66 HashTable *zend_weakmap_get_key_entry_gc(zend_object *object, zval **table, int *n);
67 HashTable *zend_weakmap_get_entry_gc(zend_object *object, zval **table, int *n);
68 HashTable *zend_weakmap_get_object_key_entry_gc(zend_object *object, zval **table, int *n);
69 HashTable *zend_weakmap_get_object_entry_gc(zend_object *object, zval **table, int *n);
H A Dzend_closures.stub.php15 ?object $newThis,
16 object|string|null $newScope = "static"
19 public function bindTo(?object $newThis, object|string|null $newScope = "static"): ?Closure {}
21 public function call(object $newThis, mixed ...$args): mixed {}
/PHP-8.3/ext/spl/tests/
H A Dobserver_004.phpt35 foreach($storage as $object)
37 var_dump($object->test);
49 foreach($storage2 as $object)
51 var_dump($object->test);
61 object(MyStorage)#%d (2) {
69 object(TestClass)#%d (1) {
79 object(TestClass)#%d (1) {
93 object(MyStorage)#%d (2) {
101 object(TestClass)#%d (1) {
111 object(TestClass)#%d (1) {
H A DarrayObject_magicMethods1.phpt72 Original wrapped object:
73 object(UsesMagic)#1 (5) {
86 object(ArrayObject)#2 (1) {
88 object(UsesMagic)#1 (5) {
108 Original wrapped object:
109 object(UsesMagic)#1 (5) {
122 object(ArrayObject)#2 (1) {
142 Original wrapped object:
143 object(UsesMagic)#1 (5) {
173 Original wrapped object:
[all …]
H A DarrayObject_magicMethods3.phpt72 Original wrapped object:
73 object(UsesMagic)#1 (5) {
86 object(ArrayObject)#2 (1) {
88 object(UsesMagic)#1 (5) {
108 Original wrapped object:
109 object(UsesMagic)#1 (5) {
122 object(ArrayObject)#2 (1) {
142 Original wrapped object:
143 object(UsesMagic)#1 (5) {
173 Original wrapped object:
[all …]
/PHP-8.3/ext/session/tests/
H A Dsession_decode_error2.phpt39 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
46 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
53 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
60 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
67 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
74 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
81 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
88 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
95 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
102 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
[all …]
/PHP-8.3/ext/dom/tests/
H A Dbug80602_3.phpt26 object(DOMElement)#3 (27) {
52 string(22) "(object value omitted)"
54 string(22) "(object value omitted)"
56 string(22) "(object value omitted)"
62 string(22) "(object value omitted)"
66 string(22) "(object value omitted)"
70 string(22) "(object value omitted)"
83 object(DOMElement)#2 (27) {
109 string(22) "(object value omitted)"
111 string(22) "(object value omitted)"
[all …]
/PHP-8.3/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt59 // object data
87 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, int gi…
90 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, int gi…
93 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, int gi…
96 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, int gi…
99 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, float …
102 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, float …
105 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, float …
108 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, float …
111 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, float …
[all …]
H A Dmethod_exists_variation_001.phpt71 // loop through each element of the array for object
90 method_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
93 method_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
96 method_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
99 method_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
102 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
105 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
108 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
111 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
137 method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
[all …]
H A Dget_parent_class_variation_002.phpt61 // object data
71 // loop through each element of the array for object
90 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, int giv…
93 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, int giv…
96 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, int giv…
99 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, int giv…
102 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, float g…
105 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, float g…
108 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, float g…
111 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, float g…
[all …]
/PHP-8.3/ext/date/tests/
H A DDatePeriod_serialize-004.phpt10 echo "Original object:\n";
13 echo "\n\nIterate of object:\n";
19 echo "\n\nSerialised object:\n";
23 echo "\n\nUnserialised object:\n";
37 Original object:
38 object(DatePeriod)#%d (%d) {
53 object(DateInterval)#%d (%d) {
84 Iterate of object:
94 Serialised object:
98 Unserialised object:
[all …]
H A DDatePeriod_serialize-002.phpt11 echo "Original object:\n";
14 echo "\n\nSerialised object:\n";
18 echo "\n\nUnserialised object:\n";
32 Original object:
33 object(DatePeriod)#%d (%d) {
55 object(DateInterval)#%d (%d) {
86 Serialised object:
90 Unserialised object:
91 object(DatePeriod)#%d (%d) {
113 object(DateInterval)#%d (%d) {
[all …]
H A DDatePeriod_serialize-003.phpt11 echo "Original object:\n";
14 echo "\n\nSerialised object:\n";
18 echo "\n\nUnserialised object:\n";
32 Original object:
33 object(DatePeriod)#%d (%d) {
55 object(DateInterval)#%d (%d) {
86 Serialised object:
90 Unserialised object:
91 object(DatePeriod)#%d (%d) {
113 object(DateInterval)#%d (%d) {
[all …]
/PHP-8.3/ext/spl/
H A Dspl_array.c724 zval *object = ZEND_THIS; in PHP_METHOD() local
1039 spl_array_rewind(object); in spl_array_it_rewind()
1135 zval *object = ZEND_THIS; in PHP_METHOD() local
1164 zval *object = ZEND_THIS; in PHP_METHOD() local
1188 zval *object = ZEND_THIS; in PHP_METHOD() local
1203 zval *object = ZEND_THIS; in PHP_METHOD() local
1218 zval *object = ZEND_THIS; in PHP_METHOD() local
1232 zval *object = ZEND_THIS; in PHP_METHOD() local
1267 zval *object = ZEND_THIS; in PHP_METHOD() local
1281 zval *object = ZEND_THIS; in PHP_METHOD() local
[all …]
/PHP-8.3/Zend/tests/readonly_props/
H A Dreadonly_clone_success2.phpt28 object(Foo)#1 (%d) {
30 object(stdClass)#2 (%d) {
33 object(Foo)#3 (%d) {
37 object(Foo)#1 (%d) {
39 object(stdClass)#2 (%d) {
42 object(Foo)#3 (%d) {
44 object(stdClass)#4 (%d) {
/PHP-8.3/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"
H A Dtype_hint_reflection.phpt2 Reflecting object type hint
7 public function a(object $obj);
11 public function a(object $obj) {}
14 function a(object $obj) {}
27 string(6) "object"
29 string(6) "object"
31 string(6) "object"
/PHP-8.3/Zend/tests/weakrefs/
H A Dweakmap_iteration.phpt41 object(stdClass)#2 (0) {
44 object(stdClass)#3 (0) {
47 object(stdClass)#4 (0) {
52 object(stdClass)#2 (0) {
55 object(stdClass)#3 (0) {
58 object(stdClass)#4 (0) {
63 object(WeakMap)#1 (2) {
67 object(stdClass)#2 (0) {
75 object(stdClass)#4 (0) {
/PHP-8.3/ext/standard/tests/serialize/
H A Dserialization_objects_019.phpt2 Serialization of RC1 objects appearing in object graph twice
25 $object = new stdClass;
26 $object->object = new stdClass;
27 $array = (array) $object;
28 $root = [$object, $array];
29 unset($object);
42 a:2:{i:0;O:8:"stdClass":1:{s:6:"object";O:8:"stdClass":0:{}}i:1;a:1:{s:6:"object";r:3;}}
H A Dserialization_objects_013.phpt87 object(stdClass)#%d (3) {
96 object(stdClass)#%d (3) {
104 object(stdClass)#%d (3) {
112 object(stdClass)#%d (3) {
120 object(stdClass)#%d (3) {
131 object(stdClass)#%d (3) {
140 object(stdClass)#%d (3) {
148 object(stdClass)#%d (3) {
156 object(stdClass)#%d (3) {
164 object(stdClass)#%d (3) {
[all …]
H A Dserialization_objects_015.phpt73 object(stdClass)#%d (3) {
82 object(stdClass)#%d (3) {
90 object(stdClass)#%d (3) {
98 object(stdClass)#%d (3) {
106 object(stdClass)#%d (3) {
117 object(stdClass)#%d (3) {
126 object(stdClass)#%d (3) {
134 object(stdClass)#%d (3) {
142 object(stdClass)#%d (3) {
150 object(stdClass)#%d (3) {
[all …]
/PHP-8.3/ext/simplexml/tests/
H A Dsxe_001.phpt30 object(SimpleXMLIterator)#%d (2) {
37 object(SimpleXMLIterator)#%d (3) {
44 object(SimpleXMLIterator)#%d (0) {
47 object(SimpleXMLIterator)#%d (1) {
49 object(SimpleXMLIterator)#%d (1) {
51 object(SimpleXMLIterator)#%d (1) {
53 object(SimpleXMLIterator)#%d (0) {
H A D007.phpt50 object(SimpleXMLElement)#%d (3) {
57 object(SimpleXMLElement)#%d (0) {
60 object(SimpleXMLElement)#%d (1) {
62 object(SimpleXMLElement)#%d (1) {
64 object(SimpleXMLElement)#%d (1) {
66 object(SimpleXMLElement)#%d (0) {
73 object(SimpleXMLElement)#%d (1) {
77 object(SimpleXMLElement)#%d (1) {
82 object(SimpleXMLElement)#%d (1) {
86 object(SimpleXMLElement)#%d (1) {
/PHP-8.3/Zend/tests/
H A DbugGH-8655.phpt10 function hydrate($properties, $object)
13 $object->$name = &$value;
17 $object = new Foo;
19 hydrate(['foo' => 123], $object);
21 $arrayCast = (array) $object;
23 $object->foo = 234;
/PHP-8.3/ext/intl/transliterator/
H A Dtransliterator_methods.c52 zval_ptr_dtor( object ); in create_transliterator()
78 zval_ptr_dtor( object ); in create_transliterator()
89 zval_ptr_dtor( object ); in create_transliterator()
114 object = return_value; in PHP_FUNCTION()
149 object = return_value; in PHP_FUNCTION()
205 object = return_value; in PHP_FUNCTION()
280 object = getThis(); in PHP_FUNCTION()
284 if (object == NULL) { in PHP_FUNCTION()
299 object = &tmp_object; in PHP_FUNCTION()
314 object = &tmp_object; in PHP_FUNCTION()
[all …]

Completed in 36 milliseconds

12345678910>>...99