/PHP-8.3/ext/spl/tests/ |
H A D | class_uses_variation1.phpt | 31 return "Class A object"; 84 // object data 116 class_uses(): Argument #1 ($object_or_class) must be of type object|string, int given 119 class_uses(): Argument #1 ($object_or_class) must be of type object|string, int given 122 class_uses(): Argument #1 ($object_or_class) must be of type object|string, int given 125 class_uses(): Argument #1 ($object_or_class) must be of type object|string, int given 128 class_uses(): Argument #1 ($object_or_class) must be of type object|string, float given 155 class_uses(): Argument #1 ($object_or_class) must be of type object|string, null given 158 class_uses(): Argument #1 ($object_or_class) must be of type object|string, null given 161 class_uses(): Argument #1 ($object_or_class) must be of type object|string, true given [all …]
|
H A D | observer_005.phpt | 53 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 D | arrayObject___construct_basic1.phpt | 21 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 D | arrayObject___construct_basic7.phpt | 2 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 D | arrayObject_magicMethods4.phpt | 75 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 D | arrayObject_magicMethods5.phpt | 78 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 …]
|
/PHP-8.3/Zend/tests/type_declarations/iterable/ |
H A D | iterable_alias_redundancy_object_variance.phpt | 2 iterable type with object should be allowed in variance checks 7 public object|iterable $x; 8 public object|array $y; 11 public object|array $x; 12 public object|iterable $y;
|
/PHP-8.3/ext/reflection/tests/ |
H A D | ReflectionClass_implementsInterface_001.phpt | 24 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 D | ReflectionClass_getInterfaces_003.phpt | 9 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 D | ReflectionClass_getProperties_001.phpt | 42 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 D | ReflectionClass_getMethod_001.phpt | 50 --> 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/date/tests/ |
H A D | DatePeriod_serialize-001.phpt | 8 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 D | DateTimeImmutable_set_state_exception.phpt | 31 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 D | DateTime_set_state_exception.phpt | 33 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 D | DateInterval_serialize-003.phpt | 8 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/dom/tests/ |
H A D | bug69846.phpt | 33 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/standard/tests/array/ |
H A D | natcasesort_object2.phpt | 2 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 D | array_fill_object.phpt | 207 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 D | zend_interfaces.h | 41 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 D | zend_iterators.c | 25 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 D | 033.phpt | 32 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 D | profile13.phpt | 33 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.phpt | 49 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 D | php_reflection.stub.php | 52 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 D | bug68479.phpt | 14 object(ReflectionParameter)#2 (1) { 19 object(ReflectionParameter)#3 (1) { 24 object(ReflectionParameter)#4 (1) { 29 object(ReflectionParameter)#5 (1) { 34 object(ReflectionParameter)#6 (1) {
|