/PHP-8.3/Zend/ |
H A D | zend_weakrefs.h | 31 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 D | zend_closures.stub.php | 15 ?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 D | observer_004.phpt | 35 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 D | arrayObject_magicMethods1.phpt | 72 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 D | arrayObject_magicMethods3.phpt | 72 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 D | session_decode_error2.phpt | 39 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 D | bug80602_3.phpt | 26 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 D | get_class_methods_variation_001.phpt | 59 // 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 D | method_exists_variation_001.phpt | 71 // 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 D | get_parent_class_variation_002.phpt | 61 // 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 D | DatePeriod_serialize-004.phpt | 10 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 D | DatePeriod_serialize-002.phpt | 11 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 D | DatePeriod_serialize-003.phpt | 11 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 D | spl_array.c | 726 zval *object = ZEND_THIS; in PHP_METHOD() local 1041 spl_array_rewind(object); in spl_array_it_rewind() 1142 zval *object = ZEND_THIS; in PHP_METHOD() local 1171 zval *object = ZEND_THIS; in PHP_METHOD() local 1195 zval *object = ZEND_THIS; in PHP_METHOD() local 1210 zval *object = ZEND_THIS; in PHP_METHOD() local 1225 zval *object = ZEND_THIS; in PHP_METHOD() local 1239 zval *object = ZEND_THIS; in PHP_METHOD() local 1274 zval *object = ZEND_THIS; in PHP_METHOD() local 1288 zval *object = ZEND_THIS; in PHP_METHOD() local [all …]
|
/PHP-8.3/Zend/tests/readonly_props/ |
H A D | readonly_clone_success2.phpt | 28 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 D | return_type_reflection.phpt | 2 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 D | type_hint_reflection.phpt | 2 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 D | weakmap_iteration.phpt | 41 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) {
|
H A D | weakrefs_001.phpt | 25 object(stdClass)#1 (0) refcount(2){ 27 object(stdClass)#1 (0) refcount(2){ 29 object(WeakReference)#2 (0) { 31 object(WeakReference)#2 (0) { 33 object(stdClass)#1 (0) refcount(2){ 35 object(stdClass)#1 (0) refcount(2){
|
/PHP-8.3/ext/standard/tests/serialize/ |
H A D | serialization_objects_019.phpt | 2 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 D | serialization_objects_013.phpt | 87 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 D | serialization_objects_015.phpt | 73 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 D | sxe_001.phpt | 30 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 D | 007.phpt | 50 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 D | bugGH-8655.phpt | 10 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;
|